V8 Project
v8::internal::CreateAllocationSiteStub Class Reference

#include <code-stubs.h>

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

Public Member Functions

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

Static Public Member Functions

static void GenerateAheadOfTime (Isolate *isolate)
 
- Static Public Member Functions inherited from v8::internal::HydrogenCodeStub
template<class SubClass >
static Handle< CodeGetUninitialized (Isolate *isolate)
 

Additional Inherited Members

- Public Types inherited from v8::internal::HydrogenCodeStub
enum  InitializationState { UNINITIALIZED , INITIALIZED }
 
- 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 660 of file code-stubs.h.

Constructor & Destructor Documentation

◆ CreateAllocationSiteStub()

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

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

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

Member Function Documentation

◆ DEFINE_CALL_INTERFACE_DESCRIPTOR()

v8::internal::CreateAllocationSiteStub::DEFINE_CALL_INTERFACE_DESCRIPTOR ( CreateAllocationSite  )

◆ DEFINE_HYDROGEN_CODE_STUB()

v8::internal::CreateAllocationSiteStub::DEFINE_HYDROGEN_CODE_STUB ( CreateAllocationSite  ,
HydrogenCodeStub   
)

◆ GenerateAheadOfTime()

void v8::internal::CreateAllocationSiteStub::GenerateAheadOfTime ( Isolate isolate)
static

Definition at line 725 of file code-stubs.cc.

725  {
726  CreateAllocationSiteStub stub(isolate);
727  stub.GetCode();
728 }
CreateAllocationSiteStub(Isolate *isolate)
Definition: code-stubs.h:662

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