Home
last modified time | relevance | path

Searched refs:EmitLazyCompileJumpSlot (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/wasm/
Djump-table-assembler.cc17 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,
Djump-table-assembler.h58 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,
Dwasm-code-manager.cc434 JumpTableAssembler::EmitLazyCompileJumpSlot( in SetLazyBuiltin()