v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::GeneratedCode< Return, Args > Class Template Reference

#include <simulator.h>

Collaboration diagram for v8::internal::GeneratedCode< Return, Args >:

Public Types

using Signature = Return(Args...)
 

Public Member Functions

DISABLE_CFI_ICALL Return Call (Args... args)
 

Static Public Member Functions

static GeneratedCode FromAddress (Isolate *isolate, Address addr)
 
static GeneratedCode FromBuffer (Isolate *isolate, uint8_t *buffer)
 
static GeneratedCode FromCode (Isolate *isolate, Tagged< Code > code)
 

Private Member Functions

 GeneratedCode (Isolate *isolate, Signature *fn_ptr)
 

Private Attributes

Isolateisolate_
 
Signaturefn_ptr_
 

Friends

class GeneratedCode< Return(Args...)>
 

Detailed Description

template<typename Return, typename... Args>
class v8::internal::GeneratedCode< Return, Args >

Definition at line 150 of file simulator.h.

Member Typedef Documentation

◆ Signature

template<typename Return , typename... Args>
using v8::internal::GeneratedCode< Return, Args >::Signature = Return(Args...)

Definition at line 152 of file simulator.h.

Constructor & Destructor Documentation

◆ GeneratedCode()

template<typename Return , typename... Args>
v8::internal::GeneratedCode< Return, Args >::GeneratedCode ( Isolate * isolate,
Signature * fn_ptr )
inlineprivate

Definition at line 221 of file simulator.h.

Here is the caller graph for this function:

Member Function Documentation

◆ Call()

template<typename Return , typename... Args>
DISABLE_CFI_ICALL Return v8::internal::GeneratedCode< Return, Args >::Call ( Args... args)
inline

Definition at line 184 of file simulator.h.

Here is the caller graph for this function:

◆ FromAddress()

template<typename Return , typename... Args>
static GeneratedCode v8::internal::GeneratedCode< Return, Args >::FromAddress ( Isolate * isolate,
Address addr )
inlinestatic

Definition at line 154 of file simulator.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ FromBuffer()

template<typename Return , typename... Args>
static GeneratedCode v8::internal::GeneratedCode< Return, Args >::FromBuffer ( Isolate * isolate,
uint8_t * buffer )
inlinestatic

Definition at line 158 of file simulator.h.

Here is the call graph for this function:

◆ FromCode()

template<typename Return , typename... Args>
static GeneratedCode v8::internal::GeneratedCode< Return, Args >::FromCode ( Isolate * isolate,
Tagged< Code > code )
inlinestatic

Definition at line 162 of file simulator.h.

Here is the call graph for this function:
Here is the caller graph for this function:

Friends And Related Symbol Documentation

◆ GeneratedCode< Return(Args...)>

template<typename Return , typename... Args>
friend class GeneratedCode< Return(Args...)>
friend

Definition at line 184 of file simulator.h.

Member Data Documentation

◆ fn_ptr_

template<typename Return , typename... Args>
Signature* v8::internal::GeneratedCode< Return, Args >::fn_ptr_
private

Definition at line 220 of file simulator.h.

◆ isolate_

template<typename Return , typename... Args>
Isolate* v8::internal::GeneratedCode< Return, Args >::isolate_
private

Definition at line 219 of file simulator.h.


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