#include <profile-generator.h>
Definition at line 489 of file profile-generator.h.
◆ InstructionStreamMap() [1/2]
| v8::internal::InstructionStreamMap::InstructionStreamMap |
( |
CodeEntryStorage & | storage | ) |
|
|
explicit |
◆ ~InstructionStreamMap()
| v8::internal::InstructionStreamMap::~InstructionStreamMap |
( |
| ) |
|
◆ InstructionStreamMap() [2/2]
◆ AddCode()
| void v8::internal::InstructionStreamMap::AddCode |
( |
Address | addr, |
|
|
CodeEntry * | entry, |
|
|
unsigned | size ) |
◆ Clear()
| void v8::internal::InstructionStreamMap::Clear |
( |
| ) |
|
◆ ClearCodesInRange()
| void v8::internal::InstructionStreamMap::ClearCodesInRange |
( |
Address | start, |
|
|
Address | end ) |
◆ code_entries()
◆ FindEntry()
| CodeEntry * v8::internal::InstructionStreamMap::FindEntry |
( |
Address | addr, |
|
|
Address * | out_instruction_start = nullptr ) |
◆ GetEstimatedMemoryUsage()
| size_t v8::internal::InstructionStreamMap::GetEstimatedMemoryUsage |
( |
| ) |
const |
◆ MoveCode()
| void v8::internal::InstructionStreamMap::MoveCode |
( |
Address | from, |
|
|
Address | to ) |
◆ operator=()
◆ Print()
| void v8::internal::InstructionStreamMap::Print |
( |
| ) |
|
◆ RemoveCode()
| bool v8::internal::InstructionStreamMap::RemoveCode |
( |
CodeEntry * | entry | ) |
|
◆ size()
| size_t v8::internal::InstructionStreamMap::size |
( |
| ) |
const |
|
inline |
◆ code_entries_
◆ code_map_
The documentation for this class was generated from the following files: