Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Djump-table-assembler.cc18 Address lazy_compile_target) { in EmitLazyCompileJumpSlot() argument
37 movq(kScratchRegister, uint64_t{lazy_compile_target}); // max 10 bytes in EmitLazyCompileJumpSlot()
55 Address lazy_compile_target) {
57 jmp(lazy_compile_target, RelocInfo::NONE); // 5 bytes
71 Address lazy_compile_target) {
81 EmitJumpSlot(lazy_compile_target);
101 Address lazy_compile_target) {
103 Jump(lazy_compile_target, RelocInfo::NONE); // 1 instr
123 Address lazy_compile_target) {
127 mov(r1, Operand(lazy_compile_target));
[all …]
Djump-table-assembler.h60 Address lazy_compile_target, in EmitLazyCompileJumpSlot() argument
64 jtasm.EmitLazyCompileJumpSlot(func_index, lazy_compile_target); in EmitLazyCompileJumpSlot()
142 Address lazy_compile_target);
Dwasm-code-manager.cc432 Address lazy_compile_target = lazy_builtin->instruction_start(); in SetLazyBuiltin() local
436 i + module_->num_imported_functions, lazy_compile_target, in SetLazyBuiltin()