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

#include <code-stubs.h>

Inheritance diagram for KeyedStoreFastElementStub:
Collaboration diagram for KeyedStoreFastElementStub:

Public Member Functions

 KeyedStoreFastElementStub (bool is_js_array, ElementsKind elements_kind, KeyedAccessStoreMode mode)
 
bool is_js_array () const
 
ElementsKind elements_kind () const
 
KeyedAccessStoreMode store_mode () const
 
virtual Handle< CodeGenerateCode (Isolate *isolate)
 
virtual void InitializeInterfaceDescriptor (Isolate *isolate, CodeStubInterfaceDescriptor *descriptor)
 
- Public Member Functions inherited from HydrogenCodeStub
 HydrogenCodeStub (InitializationState state=INITIALIZED)
 
virtual Code::Kind GetCodeKind () const
 
CodeStubInterfaceDescriptorGetInterfaceDescriptor (Isolate *isolate)
 
bool IsUninitialized ()
 
Handle< CodeGenerateLightweightMissCode (Isolate *isolate)
 
template<class StateType >
void TraceTransition (StateType from, StateType to)
 

Additional Inherited Members

- Public Types inherited from HydrogenCodeStub
enum  InitializationState { UNINITIALIZED, INITIALIZED }
 
- Static Public Member Functions inherited from HydrogenCodeStub
template<class SubClass >
static Handle< CodeGetUninitialized (Isolate *isolate)
 

Detailed Description

Definition at line 2009 of file code-stubs.h.

Constructor & Destructor Documentation

KeyedStoreFastElementStub ( bool  is_js_array,
ElementsKind  elements_kind,
KeyedAccessStoreMode  mode 
)
inline

Definition at line 2011 of file code-stubs.h.

Member Function Documentation

ElementsKind elements_kind ( ) const
inline

Definition at line 2023 of file code-stubs.h.

Handle< Code > GenerateCode ( Isolate isolate)
virtual

Implements HydrogenCodeStub.

Definition at line 635 of file code-stubs-hydrogen.cc.

virtual void InitializeInterfaceDescriptor ( Isolate isolate,
CodeStubInterfaceDescriptor descriptor 
)
virtual

Implements HydrogenCodeStub.

bool is_js_array ( ) const
inline

Definition at line 2019 of file code-stubs.h.

KeyedAccessStoreMode store_mode ( ) const
inline

Definition at line 2027 of file code-stubs.h.


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