v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
#include <code-stubs.h>
Public Member Functions | |
StringLengthStub () | |
virtual Handle< Code > | GenerateCode (Isolate *isolate) |
virtual void | InitializeInterfaceDescriptor (Isolate *isolate, CodeStubInterfaceDescriptor *descriptor) |
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 | |
virtual Code::Kind | kind () const |
void | Initialize (Code::Kind kind) |
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 956 of file code-stubs.h.
|
inlineexplicit |
Definition at line 958 of file code-stubs.h.
References StringLengthStub::Initialize().
Implements HydrogenCodeStub.
Definition at line 619 of file code-stubs-hydrogen.cc.
|
inlineprotected |
Definition at line 971 of file code-stubs.h.
References HandlerStub::bit_field_, and BitFieldBase< Code::Kind, shift, size, uint32_t >::encode().
Referenced by KeyedStringLengthStub::KeyedStringLengthStub(), and StringLengthStub::StringLengthStub().
|
virtual |
Implements HydrogenCodeStub.
Reimplemented in KeyedStringLengthStub.
|
inlineprotectedvirtual |
Implements HICStub.
Definition at line 967 of file code-stubs.h.
References HandlerStub::bit_field_, and BitFieldBase< Code::Kind, shift, size, uint32_t >::decode().