v8  3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
CodeFlusher Class Reference

Public Member Functions

 CodeFlusher (Isolate *isolate)
 
void AddCandidate (SharedFunctionInfo *shared_info)
 
void AddCandidate (JSFunction *function)
 
void ProcessCandidates ()
 

Detailed Description

Definition at line 757 of file mark-compact.cc.

Constructor & Destructor Documentation

CodeFlusher ( Isolate isolate)
inlineexplicit

Definition at line 759 of file mark-compact.cc.

Member Function Documentation

void AddCandidate ( SharedFunctionInfo shared_info)
inline

Definition at line 764 of file mark-compact.cc.

void AddCandidate ( JSFunction function)
inline

Definition at line 769 of file mark-compact.cc.

References ASSERT.

void ProcessCandidates ( )
inline

Definition at line 776 of file mark-compact.cc.


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