v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
#include <code-stubs.h>
Public Member Functions | |
virtual Code::Kind | GetCodeKind () const |
virtual ExtraICState | GetExtraICState () |
Public Member Functions inherited from HICStub | |
virtual InlineCacheState | GetICState () |
Public Member Functions inherited from HydrogenCodeStub | |
HydrogenCodeStub (InitializationState state=INITIALIZED) | |
CodeStubInterfaceDescriptor * | GetInterfaceDescriptor (Isolate *isolate) |
bool | IsUninitialized () |
virtual void | InitializeInterfaceDescriptor (Isolate *isolate, CodeStubInterfaceDescriptor *descriptor)=0 |
virtual Handle< Code > | GenerateCode (Isolate *isolate)=0 |
Handle< Code > | GenerateLightweightMissCode (Isolate *isolate) |
template<class StateType > | |
void | TraceTransition (StateType from, StateType to) |
Protected Member Functions | |
HandlerStub () | |
virtual int | NotMissMinorKey () |
Protected Member Functions inherited from HICStub | |
virtual Code::Kind | kind () const =0 |
Protected Attributes | |
int | bit_field_ |
Additional Inherited Members | |
Public Types inherited from HydrogenCodeStub | |
enum | InitializationState { UNINITIALIZED, INITIALIZED } |
Static Public Member Functions inherited from HydrogenCodeStub | |
template<class SubClass > | |
static Handle< Code > | GetUninitialized (Isolate *isolate) |
Definition at line 884 of file code-stubs.h.
|
inlineprotected |
Definition at line 890 of file code-stubs.h.
|
inlinevirtual |
Reimplemented from HICStub.
Definition at line 886 of file code-stubs.h.
References v8::internal::HANDLER.
|
inlinevirtual |
Definition at line 887 of file code-stubs.h.
References HICStub::kind().
|
inlineprotectedvirtual |
Implements HydrogenCodeStub.
Definition at line 891 of file code-stubs.h.
References HandlerStub::bit_field_.
|
protected |
Definition at line 892 of file code-stubs.h.
Referenced by StoreGlobalStub::check_global(), LoadFieldStub::Initialize(), StringLengthStub::Initialize(), StoreGlobalStub::is_constant(), LoadFieldStub::is_inobject(), LoadFieldStub::kind(), StringLengthStub::kind(), HandlerStub::NotMissMinorKey(), LoadFieldStub::offset(), StoreGlobalStub::representation(), StoreGlobalStub::set_is_constant(), StoreGlobalStub::set_representation(), StoreGlobalStub::StoreGlobalStub(), and LoadFieldStub::unboxed_double().