/art/compiler/utils/arm/ |
D | assembler_arm_vixl.h | 174 void Jump(Label* label ATTRIBUTE_UNUSED) OVERRIDE { in Jump() function
|
D | jni_macro_assembler_arm_vixl.cc | 606 void ArmVIXLJNIMacroAssembler::Jump(JNIMacroLabel* label) { in Jump() function in art::arm::ArmVIXLJNIMacroAssembler 611 void ArmVIXLJNIMacroAssembler::Jump(JNIMacroLabel* label, in Jump() function in art::arm::ArmVIXLJNIMacroAssembler
|
D | jni_macro_assembler_arm.cc | 601 void ArmJNIMacroAssembler::Jump(JNIMacroLabel* label) { in Jump() function in art::arm::ArmJNIMacroAssembler 606 void ArmJNIMacroAssembler::Jump(JNIMacroLabel* label, in Jump() function in art::arm::ArmJNIMacroAssembler
|
D | assembler_arm.h | 890 void Jump(Label* label) OVERRIDE { in Jump() function
|
/art/compiler/utils/arm64/ |
D | assembler_arm64.h | 104 void Jump(Label* label ATTRIBUTE_UNUSED) OVERRIDE { in Jump() function
|
D | jni_macro_assembler_arm64.cc | 637 void Arm64JNIMacroAssembler::Jump(JNIMacroLabel* label) { in Jump() function in art::arm64::Arm64JNIMacroAssembler 642 void Arm64JNIMacroAssembler::Jump(JNIMacroLabel* label, in Jump() function in art::arm64::Arm64JNIMacroAssembler
|
/art/compiler/utils/mips/ |
D | assembler_mips.h | 768 void Jump(Label* label ATTRIBUTE_UNUSED) OVERRIDE { in Jump() function 782 void Jump(JNIMacroLabel* label ATTRIBUTE_UNUSED) OVERRIDE { in Jump() function 787 void Jump(JNIMacroLabel* label ATTRIBUTE_UNUSED, in Jump() function
|
/art/compiler/utils/mips64/ |
D | assembler_mips64.h | 802 void Jump(Label* label ATTRIBUTE_UNUSED) OVERRIDE { in Jump() function 818 void Jump(JNIMacroLabel* label ATTRIBUTE_UNUSED) OVERRIDE { in Jump() function 823 void Jump(JNIMacroLabel* label ATTRIBUTE_UNUSED, in Jump() function
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.h | 784 void Jump(Label* label) OVERRIDE { in Jump() function
|
D | jni_macro_assembler_x86_64.cc | 596 void X86_64JNIMacroAssembler::Jump(JNIMacroLabel* label) { in Jump() function in art::x86_64::X86_64JNIMacroAssembler 601 void X86_64JNIMacroAssembler::Jump(JNIMacroLabel* label, in Jump() function in art::x86_64::X86_64JNIMacroAssembler
|
/art/compiler/utils/x86/ |
D | jni_macro_assembler_x86.cc | 530 void X86JNIMacroAssembler::Jump(JNIMacroLabel* label) { in Jump() function in art::x86::X86JNIMacroAssembler 535 void X86JNIMacroAssembler::Jump(JNIMacroLabel* label, in Jump() function in art::x86::X86JNIMacroAssembler
|
D | assembler_x86.h | 714 void Jump(Label* label) OVERRIDE { in Jump() function
|
/art/compiler/jni/quick/ |
D | jni_compiler.cc | 336 __ Jump(skip_cold_path_label.get(), in ArtJniCompileMethodInternal() local
|