#include <bytecode-offset-iterator.h>
Definition at line 22 of file bytecode-offset-iterator.h.
◆ BytecodeOffsetIterator() [1/2]
◆ BytecodeOffsetIterator() [2/2]
◆ ~BytecodeOffsetIterator()
v8::internal::baseline::BytecodeOffsetIterator::~BytecodeOffsetIterator |
( |
| ) |
|
◆ Advance()
void v8::internal::baseline::BytecodeOffsetIterator::Advance |
( |
| ) |
|
|
inline |
◆ AdvanceToBytecodeOffset()
void v8::internal::baseline::BytecodeOffsetIterator::AdvanceToBytecodeOffset |
( |
int | bytecode_offset | ) |
|
|
inline |
◆ AdvanceToPCOffset()
void v8::internal::baseline::BytecodeOffsetIterator::AdvanceToPCOffset |
( |
Address | pc_offset | ) |
|
|
inline |
◆ current_bytecode_offset()
int v8::internal::baseline::BytecodeOffsetIterator::current_bytecode_offset |
( |
| ) |
const |
|
inline |
◆ current_pc_end_offset()
Address v8::internal::baseline::BytecodeOffsetIterator::current_pc_end_offset |
( |
| ) |
const |
|
inline |
◆ current_pc_start_offset()
Address v8::internal::baseline::BytecodeOffsetIterator::current_pc_start_offset |
( |
| ) |
const |
|
inline |
◆ done()
bool v8::internal::baseline::BytecodeOffsetIterator::done |
( |
| ) |
const |
|
inline |
◆ Initialize()
void v8::internal::baseline::BytecodeOffsetIterator::Initialize |
( |
| ) |
|
|
private |
◆ ReadPosition()
int v8::internal::baseline::BytecodeOffsetIterator::ReadPosition |
( |
| ) |
|
|
inlineprivate |
◆ UpdatePointers()
void v8::internal::baseline::BytecodeOffsetIterator::UpdatePointers |
( |
| ) |
|
◆ UpdatePointersCallback()
static void v8::internal::baseline::BytecodeOffsetIterator::UpdatePointersCallback |
( |
void * | iterator | ) |
|
|
inlinestatic |
◆ bytecode_handle_storage_
◆ bytecode_iterator_
◆ current_bytecode_offset_
int v8::internal::baseline::BytecodeOffsetIterator::current_bytecode_offset_ |
|
private |
◆ current_index_
int v8::internal::baseline::BytecodeOffsetIterator::current_index_ |
|
private |
◆ current_pc_end_offset_
Address v8::internal::baseline::BytecodeOffsetIterator::current_pc_end_offset_ |
|
private |
◆ current_pc_start_offset_
Address v8::internal::baseline::BytecodeOffsetIterator::current_pc_start_offset_ |
|
private |
◆ data_length_
int v8::internal::baseline::BytecodeOffsetIterator::data_length_ |
|
private |
◆ data_start_address_
uint8_t* v8::internal::baseline::BytecodeOffsetIterator::data_start_address_ |
|
private |
◆ local_heap_
LocalHeap* v8::internal::baseline::BytecodeOffsetIterator::local_heap_ |
|
private |
◆ mapping_table_
◆ no_gc_
The documentation for this class was generated from the following files: