Searched defs:Jump (Results 1 – 9 of 9) sorted by relevance
/art/compiler/utils/arm/ |
D | assembler_arm_vixl.h | 185 void Jump(Label* label ATTRIBUTE_UNUSED) override { in Jump() function
|
D | jni_macro_assembler_arm_vixl.cc | 582 void ArmVIXLJNIMacroAssembler::Jump(ManagedRegister mbase, in Jump() function in art::arm::ArmVIXLJNIMacroAssembler 654 void ArmVIXLJNIMacroAssembler::Jump(JNIMacroLabel* label) { in Jump() function in art::arm::ArmVIXLJNIMacroAssembler 659 void ArmVIXLJNIMacroAssembler::Jump(JNIMacroLabel* label, in Jump() function in art::arm::ArmVIXLJNIMacroAssembler
|
/art/compiler/utils/arm64/ |
D | assembler_arm64.h | 129 void Jump(Label* label ATTRIBUTE_UNUSED) override { in Jump() function
|
D | jni_macro_assembler_arm64.cc | 542 void Arm64JNIMacroAssembler::Jump(ManagedRegister m_base, Offset offs, ManagedRegister m_scratch) { in Jump() function in art::arm64::Arm64JNIMacroAssembler 653 void Arm64JNIMacroAssembler::Jump(JNIMacroLabel* label) { in Jump() function in art::arm64::Arm64JNIMacroAssembler 658 void Arm64JNIMacroAssembler::Jump(JNIMacroLabel* label, in Jump() function in art::arm64::Arm64JNIMacroAssembler
|
/art/compiler/jni/quick/ |
D | jni_compiler.cc | 337 __ Jump(skip_cold_path_label.get(), in ArtJniCompileMethodInternal() local 512 __ Jump(main_jni_conv->HiddenArgumentRegister(), in ArtJniCompileMethodInternal() local
|
/art/compiler/utils/x86/ |
D | jni_macro_assembler_x86.cc | 511 void X86JNIMacroAssembler::Jump(ManagedRegister mbase, Offset offset, ManagedRegister) { in Jump() function in art::x86::X86JNIMacroAssembler 557 void X86JNIMacroAssembler::Jump(JNIMacroLabel* label) { in Jump() function in art::x86::X86JNIMacroAssembler 562 void X86JNIMacroAssembler::Jump(JNIMacroLabel* label, in Jump() function in art::x86::X86JNIMacroAssembler
|
D | assembler_x86.h | 828 void Jump(Label* label) override { in Jump() function
|
/art/compiler/utils/x86_64/ |
D | jni_macro_assembler_x86_64.cc | 566 void X86_64JNIMacroAssembler::Jump(ManagedRegister mbase, Offset offset, ManagedRegister) { in Jump() function in art::x86_64::X86_64JNIMacroAssembler 622 void X86_64JNIMacroAssembler::Jump(JNIMacroLabel* label) { in Jump() function in art::x86_64::X86_64JNIMacroAssembler 627 void X86_64JNIMacroAssembler::Jump(JNIMacroLabel* label, in Jump() function in art::x86_64::X86_64JNIMacroAssembler
|
D | assembler_x86_64.h | 913 void Jump(Label* label) override { in Jump() function
|