Searched defs:TestByteAndJumpIfNotZero (Results 1 – 5 of 5) sorted by relevance
262 __ TestByteAndJumpIfNotZero(address + offset, method_entry_hook_slow_path.get()); in ArtJniCompileMethodInternal() local585 __ TestByteAndJumpIfNotZero(address + offset, method_exit_hook_slow_path.get()); in ArtJniCompileMethodInternal() local
587 void X86JNIMacroAssembler::TestByteAndJumpIfNotZero(uintptr_t address, JNIMacroLabel* label) { in TestByteAndJumpIfNotZero() function in art::x86::X86JNIMacroAssembler
655 void X86_64JNIMacroAssembler::TestByteAndJumpIfNotZero(uintptr_t address, JNIMacroLabel* label) { in TestByteAndJumpIfNotZero() function in art::x86_64::X86_64JNIMacroAssembler
1077 void ArmVIXLJNIMacroAssembler::TestByteAndJumpIfNotZero(uintptr_t address, JNIMacroLabel* label) { in TestByteAndJumpIfNotZero() function in art::arm::ArmVIXLJNIMacroAssembler
862 void Arm64JNIMacroAssembler::TestByteAndJumpIfNotZero(uintptr_t address, JNIMacroLabel* label) { in TestByteAndJumpIfNotZero() function in art::arm64::Arm64JNIMacroAssembler