Searched refs:EmitLazyCompileJumpSlot (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/wasm/ |
D | jump-table-assembler.cc | 17 void JumpTableAssembler::EmitLazyCompileJumpSlot(uint32_t func_index, in EmitLazyCompileJumpSlot() function in v8::internal::wasm::JumpTableAssembler 54 void JumpTableAssembler::EmitLazyCompileJumpSlot(uint32_t func_index, 70 void JumpTableAssembler::EmitLazyCompileJumpSlot(uint32_t func_index, 100 void JumpTableAssembler::EmitLazyCompileJumpSlot(uint32_t func_index, 122 void JumpTableAssembler::EmitLazyCompileJumpSlot(uint32_t func_index, 145 void JumpTableAssembler::EmitLazyCompileJumpSlot(uint32_t func_index, 166 void JumpTableAssembler::EmitLazyCompileJumpSlot(uint32_t func_index, 191 void JumpTableAssembler::EmitLazyCompileJumpSlot(uint32_t func_index,
|
D | jump-table-assembler.h | 58 static void EmitLazyCompileJumpSlot(Address base, uint32_t slot_index, in EmitLazyCompileJumpSlot() function 64 jtasm.EmitLazyCompileJumpSlot(func_index, lazy_compile_target); in EmitLazyCompileJumpSlot() 141 void EmitLazyCompileJumpSlot(uint32_t func_index,
|
D | wasm-code-manager.cc | 434 JumpTableAssembler::EmitLazyCompileJumpSlot( in SetLazyBuiltin()
|