/art/compiler/utils/x86_64/ |
D | jni_macro_assembler_x86_64.h | 140 void TestByteAndJumpIfNotZero(uintptr_t address, JNIMacroLabel* label) override;
|
D | jni_macro_assembler_x86_64.cc | 652 void X86_64JNIMacroAssembler::TestByteAndJumpIfNotZero(uintptr_t address, JNIMacroLabel* label) { in TestByteAndJumpIfNotZero() function in art::x86_64::X86_64JNIMacroAssembler
|
/art/compiler/utils/x86/ |
D | jni_macro_assembler_x86.h | 139 void TestByteAndJumpIfNotZero(uintptr_t address, JNIMacroLabel* label) override;
|
D | jni_macro_assembler_x86.cc | 584 void X86JNIMacroAssembler::TestByteAndJumpIfNotZero(uintptr_t address, JNIMacroLabel* label) { in TestByteAndJumpIfNotZero() function in art::x86::X86JNIMacroAssembler
|
/art/compiler/utils/riscv64/ |
D | jni_macro_assembler_riscv64.h | 141 void TestByteAndJumpIfNotZero(uintptr_t address, JNIMacroLabel* label) override;
|
D | jni_macro_assembler_riscv64_test.cc | 926 TEST_F(JniMacroAssemblerRiscv64Test, TestByteAndJumpIfNotZero) { in TEST_F() argument 935 __ TestByteAndJumpIfNotZero(0x12345678u, slow_path.get()); in TEST_F() local 940 __ TestByteAndJumpIfNotZero(0x87654321u, slow_path.get()); in TEST_F() local 954 __ TestByteAndJumpIfNotZero(0x456789abu, resume.get()); in TEST_F() local
|
D | jni_macro_assembler_riscv64.cc | 605 void Riscv64JNIMacroAssembler::TestByteAndJumpIfNotZero(uintptr_t address, JNIMacroLabel* label) { in TestByteAndJumpIfNotZero() function in art::riscv64::Riscv64JNIMacroAssembler
|
/art/compiler/utils/arm/ |
D | jni_macro_assembler_arm_vixl.h | 150 void TestByteAndJumpIfNotZero(uintptr_t address, JNIMacroLabel* label) override;
|
D | jni_macro_assembler_arm_vixl.cc | 1061 void ArmVIXLJNIMacroAssembler::TestByteAndJumpIfNotZero(uintptr_t address, JNIMacroLabel* label) { in TestByteAndJumpIfNotZero() function in art::arm::ArmVIXLJNIMacroAssembler
|
/art/compiler/utils/arm64/ |
D | jni_macro_assembler_arm64.h | 152 void TestByteAndJumpIfNotZero(uintptr_t address, JNIMacroLabel* label) override;
|
D | jni_macro_assembler_arm64.cc | 857 void Arm64JNIMacroAssembler::TestByteAndJumpIfNotZero(uintptr_t address, JNIMacroLabel* label) { in TestByteAndJumpIfNotZero() function in art::arm64::Arm64JNIMacroAssembler
|
/art/compiler/utils/ |
D | jni_macro_assembler.h | 231 virtual void TestByteAndJumpIfNotZero(uintptr_t address, JNIMacroLabel* label) = 0;
|
/art/compiler/jni/quick/ |
D | jni_compiler.cc | 236 __ TestByteAndJumpIfNotZero(address + offset, method_entry_hook_slow_path.get()); in ArtJniCompileMethodInternal() local 580 __ TestByteAndJumpIfNotZero(address + offset, method_exit_hook_slow_path.get()); in ArtJniCompileMethodInternal() local
|