v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::CallFrequency Class Referencefinal

#include <js-operator.h>

Collaboration diagram for v8::internal::compiler::CallFrequency:

Public Member Functions

 CallFrequency ()
 
 CallFrequency (float value)
 
bool IsKnown () const
 
bool IsUnknown () const
 
float value () const
 
bool operator== (CallFrequency const &that) const
 
bool operator!= (CallFrequency const &that) const
 

Static Public Attributes

static constexpr float kNoFeedbackCallFrequency = -1
 

Private Attributes

float value_
 

Friends

size_t hash_value (CallFrequency const &f)
 

Detailed Description

Definition at line 86 of file js-operator.h.

Constructor & Destructor Documentation

◆ CallFrequency() [1/2]

v8::internal::compiler::CallFrequency::CallFrequency ( )
inline

Definition at line 88 of file js-operator.h.

◆ CallFrequency() [2/2]

v8::internal::compiler::CallFrequency::CallFrequency ( float value)
inlineexplicit

Definition at line 89 of file js-operator.h.

Member Function Documentation

◆ IsKnown()

bool v8::internal::compiler::CallFrequency::IsKnown ( ) const
inline

Definition at line 93 of file js-operator.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ IsUnknown()

bool v8::internal::compiler::CallFrequency::IsUnknown ( ) const
inline

Definition at line 94 of file js-operator.h.

Here is the caller graph for this function:

◆ operator!=()

bool v8::internal::compiler::CallFrequency::operator!= ( CallFrequency const & that) const
inline

Definition at line 104 of file js-operator.h.

◆ operator==()

bool v8::internal::compiler::CallFrequency::operator== ( CallFrequency const & that) const
inline

Definition at line 100 of file js-operator.h.

Here is the call graph for this function:

◆ value()

float v8::internal::compiler::CallFrequency::value ( ) const
inline

Definition at line 95 of file js-operator.h.

Here is the call graph for this function:
Here is the caller graph for this function:

Friends And Related Symbol Documentation

◆ hash_value

size_t hash_value ( CallFrequency const & f)
friend

Definition at line 106 of file js-operator.h.

Member Data Documentation

◆ kNoFeedbackCallFrequency

float v8::internal::compiler::CallFrequency::kNoFeedbackCallFrequency = -1
staticconstexpr

Definition at line 110 of file js-operator.h.

◆ value_

float v8::internal::compiler::CallFrequency::value_
private

Definition at line 113 of file js-operator.h.


The documentation for this class was generated from the following file: