Home
last modified time | relevance | path

Searched refs:far_jump_table_slot (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Djump-table-assembler.h152 Address far_jump_table_slot, Address target) {
158 DCHECK_NE(kNullAddress, far_jump_table_slot);
159 JumpTableAssembler::PatchFarJumpSlot(far_jump_table_slot, target);
160 CHECK(jtasm.EmitJumpSlot(far_jump_table_slot));
H A Dwasm-code-manager.cc1572 Address far_jump_table_slot = in PatchJumpTableLocked() local
1575 JumpTableAssembler::PatchJumpTableSlot(jump_table_slot, far_jump_table_slot, in PatchJumpTableLocked()

Completed in 5 milliseconds