Searched refs:EmitLazyCompileJumpSlot (Results 1 – 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
D | jump-table-assembler.cc | 17 void JumpTableAssembler::EmitLazyCompileJumpSlot(uint32_t func_index, in EmitLazyCompileJumpSlot() function in v8::internal::wasm::JumpTableAssembler 63 void JumpTableAssembler::EmitLazyCompileJumpSlot(uint32_t func_index, 89 void JumpTableAssembler::EmitLazyCompileJumpSlot(uint32_t func_index, 134 void JumpTableAssembler::EmitLazyCompileJumpSlot(uint32_t func_index, 204 void JumpTableAssembler::EmitLazyCompileJumpSlot(uint32_t func_index, 251 void JumpTableAssembler::EmitLazyCompileJumpSlot(uint32_t func_index, 286 void JumpTableAssembler::EmitLazyCompileJumpSlot(uint32_t func_index, 316 void JumpTableAssembler::EmitLazyCompileJumpSlot(uint32_t func_index, 372 void JumpTableAssembler::EmitLazyCompileJumpSlot(uint32_t func_index,
|
D | jump-table-assembler.h | 122 jtasm.EmitLazyCompileJumpSlot(slot_index + num_imported_functions, in GenerateLazyCompileTable() 250 void EmitLazyCompileJumpSlot(uint32_t func_index,
|