Searched refs:jmp (Results 1 - 14 of 14) sorted by relevance

/art/runtime/arch/x86/
H A Djni_entrypoints_x86.S36 jmp *%eax // otherwise, tail call to intended method
H A Dmemcmp16_x86.S59 jmp L(less48bytes)
109 jmp L(shr_14)
132 jmp L(less48bytes)
178 jmp L(less48bytes)
208 jmp L(less48bytes)
261 jmp L(less48bytes)
291 jmp L(less48bytes)
344 jmp L(less48bytes)
374 jmp L(less48bytes)
427 jmp
[all...]
H A Dportable_entrypoints_x86.S113 jmp * %eax
H A Dquick_entrypoints_x86.S550 jmp .Lretry_lock
657 jmp SYMBOL(art_quick_throw_null_pointer_exception)
666 jmp SYMBOL(art_quick_throw_array_bounds)
1096 jmp SYMBOL(art_quick_invoke_interface_trampoline)
1291 jmp *%ecx // Return.
/art/runtime/arch/x86_64/
H A Djni_entrypoints_x86_64.S73 jmp *%rax // otherwise, tail call to intended method
H A Dquick_entrypoints_x86_64.S342 jmp *%rax
377 jmp 1b // goto LOOP
381 jmp 4f
407 jmp 5f
411 jmp 5f
414 jmp 1b
417 jmp 1b
962 jmp art_quick_throw_null_pointer_exception
980 jmp art_quick_throw_array_bounds
1161 jmp art_quick_invoke_interface_trampolin
[all...]
H A Dmemcmp16_x86_64.S42 jmp *%rcx; \
715 jmp L(16bytes)
720 jmp L(16bytes)
724 jmp L(16bytes)
728 jmp L(16bytes)
732 jmp L(16bytes)
736 jmp L(16bytes)
740 jmp L(16bytes)
744 jmp L(16bytes)
748 jmp
[all...]
/art/compiler/trampolines/
H A Dtrampoline_compiler.cc130 __ fs()->jmp(Address::Absolute(offset));
148 __ gs()->jmp(x86_64::Address::Absolute(offset, true));
/art/compiler/utils/x86/
H A Dassembler_x86.h422 void jmp(Register reg);
423 void jmp(const Address& address);
424 void jmp(Label* label);
H A Dassembler_x86.cc1173 void X86Assembler::jmp(Register reg) { function in class:art::x86::X86Assembler
1179 void X86Assembler::jmp(const Address& address) { function in class:art::x86::X86Assembler
1185 void X86Assembler::jmp(Label* label) { function in class:art::x86::X86Assembler
/art/compiler/utils/x86_64/
H A Dassembler_x86_64.h463 void jmp(CpuRegister reg);
464 void jmp(const Address& address);
465 void jmp(Label* label);
H A Dassembler_x86_64.cc1367 void X86_64Assembler::jmp(CpuRegister reg) { function in class:art::x86_64::X86_64Assembler
1374 void X86_64Assembler::jmp(const Address& address) { function in class:art::x86_64::X86_64Assembler
1381 void X86_64Assembler::jmp(Label* label) { function in class:art::x86_64::X86_64Assembler
/art/compiler/optimizing/
H A Dcode_generator_x86_64.cc90 __ gs()->jmp(
371 __ jmp(codegen_->GetLabelOf(successor));
425 __ jmp(codegen_->GetLabelOf(if_instr->IfFalseSuccessor()));
571 __ jmp(&done);
H A Dcode_generator_x86.cc85 __ fs()->jmp(Address::Absolute(QUICK_ENTRYPOINT_OFFSET(kX86WordSize, pThrowStackOverflow)));
490 __ jmp(codegen_->GetLabelOf(successor));
546 __ jmp(codegen_->GetLabelOf(if_instr->IfFalseSuccessor()));
1040 __ jmp(&done);

Completed in 1483 milliseconds