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
SafepointGenerator Class Reference
Inheritance diagram for SafepointGenerator:
Collaboration diagram for SafepointGenerator:

Public Member Functions

 SafepointGenerator (LCodeGen *codegen, LPointerMap *pointers, Safepoint::DeoptMode mode)
 
virtual ~SafepointGenerator ()
 
virtual void BeforeCall (int call_size) const
 
virtual void AfterCall () const
 
 SafepointGenerator (LCodeGen *codegen, LPointerMap *pointers, Safepoint::DeoptMode mode)
 
virtual ~SafepointGenerator ()
 
virtual void BeforeCall (int call_size) const
 
virtual void AfterCall () const
 
- Public Member Functions inherited from CallWrapper
 CallWrapper ()
 
virtual ~CallWrapper ()
 

Detailed Description

Definition at line 39 of file lithium-codegen-arm.cc.

Constructor & Destructor Documentation

SafepointGenerator ( LCodeGen *  codegen,
LPointerMap pointers,
Safepoint::DeoptMode  mode 
)
inline

Definition at line 41 of file lithium-codegen-arm.cc.

virtual ~SafepointGenerator ( )
inlinevirtual

Definition at line 47 of file lithium-codegen-arm.cc.

SafepointGenerator ( LCodeGen *  codegen,
LPointerMap pointers,
Safepoint::DeoptMode  mode 
)
inline

Definition at line 41 of file lithium-codegen-mips.cc.

virtual ~SafepointGenerator ( )
inlinevirtual

Definition at line 47 of file lithium-codegen-mips.cc.

Member Function Documentation

virtual void AfterCall ( ) const
inlinevirtual

Implements CallWrapper.

Definition at line 51 of file lithium-codegen-arm.cc.

virtual void AfterCall ( ) const
inlinevirtual

Implements CallWrapper.

Definition at line 51 of file lithium-codegen-mips.cc.

virtual void BeforeCall ( int  call_size) const
inlinevirtual

Implements CallWrapper.

Definition at line 49 of file lithium-codegen-mips.cc.

virtual void BeforeCall ( int  call_size) const
inlinevirtual

Implements CallWrapper.

Definition at line 49 of file lithium-codegen-arm.cc.


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