|
V8 Project
|
#include <code-stubs.h>
Inheritance diagram for v8::internal::HandlerStub:
Collaboration diagram for v8::internal::HandlerStub:Public Member Functions | |
| virtual Code::Kind | GetCodeKind () const |
| virtual ExtraICState | GetExtraICState () const |
| virtual InlineCacheState | GetICState () const |
| virtual void | InitializeDescriptor (CodeStubDescriptor *descriptor) OVERRIDE |
| virtual CallInterfaceDescriptor | GetCallInterfaceDescriptor () OVERRIDE |
Public Member Functions inherited from v8::internal::HydrogenCodeStub | |
| virtual Handle< Code > | GenerateCode ()=0 |
| bool | IsUninitialized () const |
| Handle< Code > | GenerateLightweightMissCode (ExternalReference miss) |
| template<class StateType > | |
| void | TraceTransition (StateType from, StateType to) |
Protected Member Functions | |
| HandlerStub (Isolate *isolate) | |
| virtual Code::Kind | kind () const =0 |
| DEFINE_CODE_STUB_BASE (HandlerStub, HydrogenCodeStub) | |
Protected Member Functions inherited from v8::internal::HydrogenCodeStub | |
| HydrogenCodeStub (Isolate *isolate, InitializationState state=INITIALIZED) | |
| void | set_sub_minor_key (uint32_t key) |
| uint32_t | sub_minor_key () const |
Additional Inherited Members | |
Public Types inherited from v8::internal::HydrogenCodeStub | |
| enum | InitializationState { UNINITIALIZED , INITIALIZED } |
Static Public Member Functions inherited from v8::internal::HydrogenCodeStub | |
| template<class SubClass > | |
| static Handle< Code > | GetUninitialized (Isolate *isolate) |
Static Protected Attributes inherited from v8::internal::HydrogenCodeStub | |
| static const int | kSubMinorKeyBits = kStubMinorKeyBits - 1 |
Definition at line 878 of file code-stubs.h.
|
inlineexplicitprotected |
Definition at line 889 of file code-stubs.h.
|
protected |
|
virtual |
Definition at line 595 of file code-stubs.cc.
References DCHECK_EQ, and kind().
Here is the call graph for this function:
|
inlinevirtual |
Reimplemented from v8::internal::HydrogenCodeStub.
Definition at line 880 of file code-stubs.h.
|
inlinevirtual |
Definition at line 881 of file code-stubs.h.
References kind().
Here is the call graph for this function:
|
inlinevirtual |
|
virtual |
Definition at line 586 of file code-stubs.cc.
References FUNCTION_ADDR, v8::internal::CodeStubDescriptor::Initialize(), and kind().
Here is the call graph for this function:
|
protectedpure virtual |
Implemented in v8::internal::StoreGlobalStub, v8::internal::StoreFieldStub, v8::internal::StringLengthStub, v8::internal::LoadConstantStub, v8::internal::KeyedLoadSloppyArgumentsStub, and v8::internal::LoadFieldStub.
Referenced by GetCallInterfaceDescriptor(), GetExtraICState(), and InitializeDescriptor().
Here is the caller graph for this function: