Searched refs:SafepointTable (Results 1 – 5 of 5) sorted by relevance
18 SafepointTable::SafepointTable(Code code) in SafepointTable() function in v8::internal::SafepointTable19 : SafepointTable(code.InstructionStart(), code.SafepointTableAddress(), in SafepointTable()22 SafepointTable::SafepointTable(const wasm::WasmCode* code) in SafepointTable() function in v8::internal::SafepointTable23 : SafepointTable(code->instruction_start(), in SafepointTable()27 SafepointTable::SafepointTable(Address instruction_start, in SafepointTable() function in v8::internal::SafepointTable37 unsigned SafepointTable::find_return_pc(unsigned pc_offset) { in find_return_pc()48 SafepointEntry SafepointTable::FindEntry(Address pc) const { in FindEntry()67 void SafepointTable::PrintEntry(unsigned index, in PrintEntry()83 void SafepointTable::PrintBits(std::ostream& os, // NOLINT in PrintBits()132 STATIC_ASSERT(SafepointTable::kLengthOffset == 0 * kIntSize); in Emit()[all …]
68 class SafepointTable {70 explicit SafepointTable(Code code);71 explicit SafepointTable(const wasm::WasmCode* code);107 SafepointTable(Address instruction_start, Address safepoint_table_address,162 DISALLOW_COPY_AND_ASSIGN(SafepointTable);
133 SafepointTable table(*this); in GetSafepointEntry()762 SafepointTable table(*this); in Disassemble()
919 SafepointTable table(wasm_code); in IterateCompiledFrame()1608 SafepointTable safepoints(code); in LookupExceptionHandlerInTable()
406 SafepointTable table(this); in Disassemble()