Searched refs:PatchFarJumpSlot (Results 1 – 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
D | jump-table-assembler.cc | 46 void JumpTableAssembler::PatchFarJumpSlot(Address slot, Address target) { in PatchFarJumpSlot() function in v8::internal::wasm::JumpTableAssembler 79 void JumpTableAssembler::PatchFarJumpSlot(Address slot, Address target) { 121 void JumpTableAssembler::PatchFarJumpSlot(Address slot, Address target) { 180 void JumpTableAssembler::PatchFarJumpSlot(Address slot, Address target) { 236 void JumpTableAssembler::PatchFarJumpSlot(Address slot, Address target) { 273 void JumpTableAssembler::PatchFarJumpSlot(Address slot, Address target) { 304 void JumpTableAssembler::PatchFarJumpSlot(Address slot, Address target) { 357 void JumpTableAssembler::PatchFarJumpSlot(Address slot, Address target) { 399 void JumpTableAssembler::PatchFarJumpSlot(Address slot, Address target) {
|
D | jump-table-assembler.h | 159 JumpTableAssembler::PatchFarJumpSlot(far_jump_table_slot, target); in PatchJumpTableSlot() 261 static void PatchFarJumpSlot(Address slot, Address target);
|