Searched refs:jump_tables (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-code-manager.cc | 1216 base::Vector<uint8_t> dst_code_bytes, const JumpTablesRef& jump_tables) { in AddCodeWithCodeSpace() 1248 Address target = GetNearCallTargetForFunction(call_tag, jump_tables); in AddCodeWithCodeSpace() 1254 static_cast<WasmCode::RuntimeStubId>(stub_call_tag), jump_tables); in AddCodeWithCodeSpace() 1415 auto jump_tables = in AllocateForDeserializedCode() local 1417 return {code_space, jump_tables}; in AllocateForDeserializedCode() 1828 uint32_t func_index, const JumpTablesRef& jump_tables) const { in GetNearCallTargetForFunction() 1829 DCHECK(jump_tables.is_valid()); in GetNearCallTargetForFunction() 1831 return jump_tables.jump_table_start + slot_offset; in GetNearCallTargetForFunction() 1835 WasmCode::RuntimeStubId index, const JumpTablesRef& jump_tables) const { in GetNearRuntimeStubEntry() 1836 DCHECK(jump_tables in GetNearRuntimeStubEntry() 1210 AddCodeWithCodeSpace( int index, const CodeDesc& desc, int stack_slots, uint32_t tagged_parameter_slots, base::Vector<const byte> protected_instructions_data, base::Vector<const byte> source_position_table, WasmCode::Kind kind, ExecutionTier tier, ForDebugging for_debugging, base::Vector<uint8_t> dst_code_bytes, const JumpTablesRef& jump_tables) AddCodeWithCodeSpace() argument 2312 NativeModule::JumpTablesRef jump_tables; AddCompiledCode() local [all...] |
H A D | wasm-serialization.cc | 504 NativeModule::JumpTablesRef jump_tables; member 763 unit.jump_tables = current_jump_tables_; in ReadCode() 786 native_module_->GetNearCallTargetForFunction(tag, unit.jump_tables); in CopyAndRelocate() 794 static_cast<WasmCode::RuntimeStubId>(tag), unit.jump_tables); in CopyAndRelocate()
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | code-generator.h | 110 int jump_tables = -1; member
|
H A D | code-generator.cc | 381 offsets_info_.jump_tables = tasm()->pc_offset(); in AssembleCode()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | pipeline.cc | 3596 out << "\"jumpTables\": " << s.offsets_info->jump_tables; in operator <<()
|
Completed in 15 milliseconds