Home
last modified time | relevance | path

Searched refs:EmitJumpSlot (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Djump-table-assembler.cc21 EmitJumpSlot(lazy_compile_target); // 5 bytes in EmitLazyCompileJumpSlot()
24 bool JumpTableAssembler::EmitJumpSlot(Address target) { in EmitJumpSlot() function in v8::internal::wasm::JumpTableAssembler
69 bool JumpTableAssembler::EmitJumpSlot(Address target) {
95 // EmitJumpSlot emits either [b], [movw, movt, mov] (ARMv7+), or [ldr,
100 EmitJumpSlot(lazy_compile_target);
103 bool JumpTableAssembler::EmitJumpSlot(Address target) {
145 bool JumpTableAssembler::EmitJumpSlot(Address target) {
213 bool JumpTableAssembler::EmitJumpSlot(Address target) {
263 bool JumpTableAssembler::EmitJumpSlot(Address target) {
297 bool JumpTableAssembler::EmitJumpSlot(Addres
[all...]
H A Djump-table-assembler.h155 if (!jtasm.EmitJumpSlot(target)) {
160 CHECK(jtasm.EmitJumpSlot(far_jump_table_slot));
254 bool EmitJumpSlot(Address target);

Completed in 1 milliseconds