Searched refs:PatchJumpTable (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/wasm/ |
D | wasm-code-manager.cc | 422 PatchJumpTable(index, ret->instruction_start(), WasmCode::kFlushICache); in AddInterpreterEntry() 584 PatchJumpTable(index, code->instruction_start(), WasmCode::kFlushICache); in AddDeserializedCode() 603 PatchJumpTable(code->index(), code->instruction_start(), in PublishCode() 634 void NativeModule::PatchJumpTable(uint32_t func_index, Address target, in PatchJumpTable() function in v8::internal::wasm::NativeModule
|
D | wasm-code-manager.h | 371 void PatchJumpTable(uint32_t func_index, Address target,
|