#include <code-reference.h>
Definition at line 23 of file code-reference.h.
◆ Kind
◆ CodeReference() [1/4]
v8::internal::CodeReference::CodeReference |
( |
| ) |
|
|
inline |
◆ CodeReference() [2/4]
v8::internal::CodeReference::CodeReference |
( |
const wasm::WasmCode * | wasm_code | ) |
|
|
inlineexplicit |
◆ CodeReference() [3/4]
v8::internal::CodeReference::CodeReference |
( |
const CodeDesc * | code_desc | ) |
|
|
inlineexplicit |
◆ CodeReference() [4/4]
v8::internal::CodeReference::CodeReference |
( |
Handle< Code > | code | ) |
|
|
inlineexplicit |
◆ as_code()
◆ as_wasm_code()
const wasm::WasmCode * v8::internal::CodeReference::as_wasm_code |
( |
| ) |
const |
|
inline |
◆ code_comments()
Address v8::internal::CodeReference::code_comments |
( |
| ) |
const |
◆ code_comments_size()
int v8::internal::CodeReference::code_comments_size |
( |
| ) |
const |
◆ constant_pool()
Address v8::internal::CodeReference::constant_pool |
( |
| ) |
const |
◆ instruction_end()
Address v8::internal::CodeReference::instruction_end |
( |
| ) |
const |
◆ instruction_size()
int v8::internal::CodeReference::instruction_size |
( |
| ) |
const |
◆ instruction_start()
Address v8::internal::CodeReference::instruction_start |
( |
| ) |
const |
◆ is_code()
bool v8::internal::CodeReference::is_code |
( |
| ) |
const |
|
inline |
◆ is_null()
bool v8::internal::CodeReference::is_null |
( |
| ) |
const |
|
inline |
◆ is_wasm_code()
bool v8::internal::CodeReference::is_wasm_code |
( |
| ) |
const |
|
inline |
◆ relocation_end()
const uint8_t * v8::internal::CodeReference::relocation_end |
( |
| ) |
const |
◆ relocation_size()
int v8::internal::CodeReference::relocation_size |
( |
| ) |
const |
◆ relocation_start()
const uint8_t * v8::internal::CodeReference::relocation_start |
( |
| ) |
const |
◆ [union]
◆ code_
◆ code_desc_
const CodeDesc* v8::internal::CodeReference::code_desc_ |
◆ kind_
◆ null_
std::nullptr_t v8::internal::CodeReference::null_ |
◆ wasm_code_
The documentation for this class was generated from the following file: