Searched refs:jump_tables (Results 1 – 4 of 4) sorted by relevance
1026 Vector<uint8_t> dst_code_bytes, const JumpTablesRef& jump_tables) { in AddCodeWithCodeSpace() argument1058 Address target = GetNearCallTargetForFunction(call_tag, jump_tables); in AddCodeWithCodeSpace()1064 static_cast<WasmCode::RuntimeStubId>(stub_call_tag), jump_tables); in AddCodeWithCodeSpace()1520 uint32_t func_index, const JumpTablesRef& jump_tables) const { in GetNearCallTargetForFunction()1521 DCHECK(jump_tables.is_valid()); in GetNearCallTargetForFunction()1523 return jump_tables.jump_table_start + slot_offset; in GetNearCallTargetForFunction()1527 WasmCode::RuntimeStubId index, const JumpTablesRef& jump_tables) const { in GetNearRuntimeStubEntry()1528 DCHECK(jump_tables.is_valid()); in GetNearRuntimeStubEntry()1530 return jump_tables.far_jump_table_start + offset; in GetNearRuntimeStubEntry()1910 auto jump_tables = FindJumpTablesForRegion(base::AddressRegionOf(code_space)); in AddCompiledCode() local[all …]
111 int jump_tables = -1; member
381 offsets_info_.jump_tables = tasm()->pc_offset(); in AssembleCode()
3479 out << "\"jumpTables\": " << s.offsets_info->jump_tables; in operator <<()