|
V8 Project
|
#include <code-stubs.h>
Inheritance diagram for v8::internal::LoadFieldStub:
Collaboration diagram for v8::internal::LoadFieldStub:Classes | |
| class | LoadFieldByIndexBits |
Public Member Functions | |
| LoadFieldStub (Isolate *isolate, FieldIndex index) | |
| FieldIndex | index () const |
Public Member Functions inherited from v8::internal::HandlerStub | |
| 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 | |
| virtual Code::Kind | kind () const |
| virtual Code::StubType | GetStubType () |
Protected Member Functions inherited from v8::internal::HandlerStub | |
| HandlerStub (Isolate *isolate) | |
| 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 |
Private Member Functions | |
| DEFINE_HANDLER_CODE_STUB (LoadField, HandlerStub) | |
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 897 of file code-stubs.h.
|
inline |
Definition at line 899 of file code-stubs.h.
References v8::internal::BitFieldBase< T, shift, size, U >::encode(), index(), and v8::internal::HydrogenCodeStub::set_sub_minor_key().
Here is the call graph for this function:
|
private |
|
inlineprotectedvirtual |
|
inline |
Definition at line 904 of file code-stubs.h.
References v8::internal::BitFieldBase< T, shift, size, U >::decode(), and v8::internal::HydrogenCodeStub::sub_minor_key().
Referenced by LoadFieldStub().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineprotectedvirtual |
Implements v8::internal::HandlerStub.
Definition at line 910 of file code-stubs.h.