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/
Djump-table-assembler.h152 Address far_jump_table_slot, Address target) { in PatchJumpTableSlot() argument
158 DCHECK_NE(kNullAddress, far_jump_table_slot); in PatchJumpTableSlot()
159 JumpTableAssembler::PatchFarJumpSlot(far_jump_table_slot, target); in PatchJumpTableSlot()
160 CHECK(jtasm.EmitJumpSlot(far_jump_table_slot)); in PatchJumpTableSlot()
Dwasm-code-manager.cc1572 Address far_jump_table_slot = in PatchJumpTableLocked() local
1575 JumpTableAssembler::PatchJumpTableSlot(jump_table_slot, far_jump_table_slot, in PatchJumpTableLocked()