![]() |
v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
#include <code-stubs.h>


Public Member Functions | |
| LoadFieldStub (bool inobject, int index, Representation representation) | |
| virtual Handle< Code > | GenerateCode (Isolate *isolate) |
| virtual void | InitializeInterfaceDescriptor (Isolate *isolate, CodeStubInterfaceDescriptor *descriptor) |
| Representation | representation () |
| virtual Code::Kind | kind () const |
| bool | is_inobject () |
| int | offset () |
| bool | unboxed_double () |
| virtual Code::StubType | GetStubType () |
Public Member Functions inherited from HandlerStub | |
| 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 () |
| Handle< Code > | GenerateLightweightMissCode (Isolate *isolate) |
| template<class StateType > | |
| void | TraceTransition (StateType from, StateType to) |
Protected Member Functions | |
| LoadFieldStub () | |
| void | Initialize (Code::Kind kind, bool inobject, int index, Representation representation) |
Protected Member Functions inherited from HandlerStub | |
| HandlerStub () | |
| virtual int | NotMissMinorKey () |
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) |
Protected Attributes inherited from HandlerStub | |
| int | bit_field_ |
Definition at line 896 of file code-stubs.h.
|
inline |
Definition at line 898 of file code-stubs.h.
References LoadFieldStub::Initialize().
|
inlineprotected |
Definition at line 935 of file code-stubs.h.
Implements HydrogenCodeStub.
Definition at line 605 of file code-stubs-hydrogen.cc.
|
inlinevirtual |
Definition at line 932 of file code-stubs.h.
References Code::FAST.
|
inlineprotected |
Definition at line 937 of file code-stubs.h.
References HandlerStub::bit_field_, BitFieldBase< Code::Kind, shift, size, uint32_t >::encode(), and Representation::IsDouble().
Referenced by KeyedLoadFieldStub::KeyedLoadFieldStub(), and LoadFieldStub::LoadFieldStub().
|
virtual |
Implements HydrogenCodeStub.
Reimplemented in KeyedLoadFieldStub.
|
inline |
Definition at line 917 of file code-stubs.h.
References HandlerStub::bit_field_.
Referenced by LoadFieldStub::offset().
|
inlinevirtual |
Implements HICStub.
Definition at line 913 of file code-stubs.h.
References HandlerStub::bit_field_, and BitFieldBase< Code::Kind, shift, size, uint32_t >::decode().
|
inline |
Definition at line 921 of file code-stubs.h.
References HandlerStub::bit_field_, LoadFieldStub::is_inobject(), FixedArrayBase::kHeaderSize, and v8::internal::kPointerSize.
|
inline |
Definition at line 908 of file code-stubs.h.
References Representation::Double(), Representation::Tagged(), and LoadFieldStub::unboxed_double().
|
inline |
Definition at line 928 of file code-stubs.h.
References HandlerStub::bit_field_.
Referenced by LoadFieldStub::representation().