V8 Project
v8::internal::KeyedLoadGenericStub Class Reference

#include <code-stubs.h>

+ Inheritance diagram for v8::internal::KeyedLoadGenericStub:
+ Collaboration diagram for v8::internal::KeyedLoadGenericStub:

Public Member Functions

 KeyedLoadGenericStub (Isolate *isolate)
 
virtual Code::Kind GetCodeKind () const
 
virtual InlineCacheState GetICState () const
 
 DEFINE_CALL_INTERFACE_DESCRIPTOR (Load)
 
 DEFINE_HYDROGEN_CODE_STUB (KeyedLoadGeneric, HydrogenCodeStub)
 
- Public Member Functions inherited from v8::internal::HydrogenCodeStub
virtual Handle< CodeGenerateCode ()=0
 
bool IsUninitialized () const
 
Handle< CodeGenerateLightweightMissCode (ExternalReference miss)
 
template<class StateType >
void TraceTransition (StateType from, StateType to)
 

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< CodeGetUninitialized (Isolate *isolate)
 
- 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
 
- Static Protected Attributes inherited from v8::internal::HydrogenCodeStub
static const int kSubMinorKeyBits = kStubMinorKeyBits - 1
 

Detailed Description

Definition at line 1772 of file code-stubs.h.

Constructor & Destructor Documentation

◆ KeyedLoadGenericStub()

v8::internal::KeyedLoadGenericStub::KeyedLoadGenericStub ( Isolate isolate)
inlineexplicit

Definition at line 1774 of file code-stubs.h.

1774 : HydrogenCodeStub(isolate) {}
HydrogenCodeStub(Isolate *isolate, InitializationState state=INITIALIZED)
Definition: code-stubs.h:457

Member Function Documentation

◆ DEFINE_CALL_INTERFACE_DESCRIPTOR()

v8::internal::KeyedLoadGenericStub::DEFINE_CALL_INTERFACE_DESCRIPTOR ( Load  )

◆ DEFINE_HYDROGEN_CODE_STUB()

v8::internal::KeyedLoadGenericStub::DEFINE_HYDROGEN_CODE_STUB ( KeyedLoadGeneric  ,
HydrogenCodeStub   
)

◆ GetCodeKind()

virtual Code::Kind v8::internal::KeyedLoadGenericStub::GetCodeKind ( ) const
inlinevirtual

Reimplemented from v8::internal::HydrogenCodeStub.

Definition at line 1776 of file code-stubs.h.

1776 { return Code::KEYED_LOAD_IC; }

◆ GetICState()

virtual InlineCacheState v8::internal::KeyedLoadGenericStub::GetICState ( ) const
inlinevirtual

Definition at line 1777 of file code-stubs.h.

1777 { return GENERIC; }

References v8::internal::GENERIC.


The documentation for this class was generated from the following file: