V8 Project
v8::internal::RestoreRegistersStateStub Class Reference

#include <code-stubs-arm64.h>

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

Public Member Functions

 RestoreRegistersStateStub (Isolate *isolate)
 
 RestoreRegistersStateStub (Isolate *isolate)
 
 RestoreRegistersStateStub (Isolate *isolate)
 
- Public Member Functions inherited from v8::internal::PlatformCodeStub
virtual Handle< CodeGenerateCode () OVERRIDE
 
virtual Code::Kind GetCodeKind () const
 

Static Public Member Functions

static void GenerateAheadOfTime (Isolate *isolate)
 
static void GenerateAheadOfTime (Isolate *isolate)
 
static void GenerateAheadOfTime (Isolate *isolate)
 

Private Member Functions

 DEFINE_NULL_CALL_INTERFACE_DESCRIPTOR ()
 
 DEFINE_PLATFORM_CODE_STUB (RestoreRegistersState, PlatformCodeStub)
 
 DEFINE_NULL_CALL_INTERFACE_DESCRIPTOR ()
 
 DEFINE_PLATFORM_CODE_STUB (RestoreRegistersState, PlatformCodeStub)
 
 DEFINE_NULL_CALL_INTERFACE_DESCRIPTOR ()
 
 DEFINE_PLATFORM_CODE_STUB (RestoreRegistersState, PlatformCodeStub)
 

Additional Inherited Members

- Protected Member Functions inherited from v8::internal::PlatformCodeStub
 PlatformCodeStub (Isolate *isolate)
 
virtual void Generate (MacroAssembler *masm)=0
 
 DEFINE_CODE_STUB_BASE (PlatformCodeStub, CodeStub)
 

Detailed Description

Definition at line 53 of file code-stubs-arm64.h.

Constructor & Destructor Documentation

◆ RestoreRegistersStateStub() [1/3]

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

Definition at line 55 of file code-stubs-arm64.h.

56  : PlatformCodeStub(isolate) {}
PlatformCodeStub(Isolate *isolate)
Definition: code-stubs.h:341

◆ RestoreRegistersStateStub() [2/3]

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

Definition at line 65 of file code-stubs-mips.h.

66  : PlatformCodeStub(isolate) {}

◆ RestoreRegistersStateStub() [3/3]

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

Definition at line 66 of file code-stubs-mips64.h.

67  : PlatformCodeStub(isolate) {}

Member Function Documentation

◆ DEFINE_NULL_CALL_INTERFACE_DESCRIPTOR() [1/3]

v8::internal::RestoreRegistersStateStub::DEFINE_NULL_CALL_INTERFACE_DESCRIPTOR ( )
private

◆ DEFINE_NULL_CALL_INTERFACE_DESCRIPTOR() [2/3]

v8::internal::RestoreRegistersStateStub::DEFINE_NULL_CALL_INTERFACE_DESCRIPTOR ( )
private

◆ DEFINE_NULL_CALL_INTERFACE_DESCRIPTOR() [3/3]

v8::internal::RestoreRegistersStateStub::DEFINE_NULL_CALL_INTERFACE_DESCRIPTOR ( )
private

◆ DEFINE_PLATFORM_CODE_STUB() [1/3]

v8::internal::RestoreRegistersStateStub::DEFINE_PLATFORM_CODE_STUB ( RestoreRegistersState  ,
PlatformCodeStub   
)
private

◆ DEFINE_PLATFORM_CODE_STUB() [2/3]

v8::internal::RestoreRegistersStateStub::DEFINE_PLATFORM_CODE_STUB ( RestoreRegistersState  ,
PlatformCodeStub   
)
private

◆ DEFINE_PLATFORM_CODE_STUB() [3/3]

v8::internal::RestoreRegistersStateStub::DEFINE_PLATFORM_CODE_STUB ( RestoreRegistersState  ,
PlatformCodeStub   
)
private

◆ GenerateAheadOfTime() [1/3]

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

◆ GenerateAheadOfTime() [2/3]

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

◆ GenerateAheadOfTime() [3/3]

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

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