V8 Project
v8::internal::FunctionSorter Class Reference
+ Collaboration diagram for v8::internal::FunctionSorter:

Public Member Functions

 FunctionSorter (int index=0, int ticks=0, int size=0)
 
int index () const
 
int ticks () const
 
int size () const
 

Private Attributes

int index_
 
int ticks_
 
int size_
 

Detailed Description

Definition at line 7485 of file hydrogen.cc.

Constructor & Destructor Documentation

◆ FunctionSorter()

v8::internal::FunctionSorter::FunctionSorter ( int  index = 0,
int  ticks = 0,
int  size = 0 
)
inlineexplicit

Member Function Documentation

◆ index()

int v8::internal::FunctionSorter::index ( ) const
inline

Definition at line 7490 of file hydrogen.cc.

7490 { return index_; }

Referenced by v8::internal::HOptimizedGraphBuilder::HandlePolymorphicCallNamed().

+ Here is the caller graph for this function:

◆ size()

int v8::internal::FunctionSorter::size ( ) const
inline

Definition at line 7492 of file hydrogen.cc.

7492 { return size_; }

Referenced by v8::internal::operator<().

+ Here is the caller graph for this function:

◆ ticks()

int v8::internal::FunctionSorter::ticks ( ) const
inline

Definition at line 7491 of file hydrogen.cc.

7491 { return ticks_; }

Referenced by v8::internal::operator<().

+ Here is the caller graph for this function:

Member Data Documentation

◆ index_

int v8::internal::FunctionSorter::index_
private

Definition at line 7495 of file hydrogen.cc.

◆ size_

int v8::internal::FunctionSorter::size_
private

Definition at line 7497 of file hydrogen.cc.

◆ ticks_

int v8::internal::FunctionSorter::ticks_
private

Definition at line 7496 of file hydrogen.cc.


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