Searched defs:Cbnz (Results 1 – 3 of 3) sorted by relevance
/art/compiler/utils/arm64/ |
D | jni_macro_assembler_arm64.cc | 729 ___ Cbnz(scratch, Arm64JNIMacroLabel::Cast(label)->AsArm64()); in TryToTransitionFromRunnableToNative() local 731 ___ Cbnz(scratch, &retry); in TryToTransitionFromRunnableToNative() local 766 ___ Cbnz(scratch, &retry); in TryToTransitionFromNativeToRunnable() local 785 ___ Cbnz(scratch, Arm64JNIMacroLabel::Cast(label)->AsArm64()); in ExceptionPoll() local 833 ___ Cbnz(test_reg, Arm64JNIMacroLabel::Cast(label)->AsArm64()); in TestGcMarking() local 862 ___ Cbnz(scratch.W(), Arm64JNIMacroLabel::Cast(label)->AsArm64()); in TestByteAndJumpIfNotZero() local
|
/art/compiler/optimizing/ |
D | intrinsics_arm64.cc | 1299 __ Cbnz(store_result, &loop_head); in GenerateCompareAndSet() local 1694 __ Cbnz(store_result, &loop_label); in GenerateGetAndUpdate() local 2815 __ Cbnz(WRegisterFrom(pos), slow_path->GetEntryLabel()); in CheckSystemArrayCopyPosition() local 3200 __ Cbnz(temp, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local 3255 __ Cbnz(temp1, intrinsic_slow_path->GetEntryLabel()); in VisitSystemArrayCopy() local 3554 __ Cbnz(temp, slow_path->GetEntryLabel()); in VisitReferenceGetReferent() local 3569 __ Cbnz(temp, slow_path->GetEntryLabel()); in VisitReferenceGetReferent() local 4444 __ Cbnz(temp2, slow_path->GetEntryLabel()); in GenerateVarHandleAccessModeAndVarTypeChecks() local 4484 __ Cbnz(temp, slow_path->GetEntryLabel()); in GenerateVarHandleStaticFieldCheck() local 4515 __ Cbnz(temp2, slow_path->GetEntryLabel()); in GenerateVarHandleInstanceFieldChecks() local [all …]
|
D | code_generator_arm64.cc | 1229 __ Cbnz(value, slow_path->GetEntryLabel()); in GenerateMethodEntryExitHook() local 1563 __ Cbnz(temp, &done); in CheckGCCardIsValid() local 3047 __ Cbnz(temp, slow_path->GetEntryLabel()); in VisitArraySet() local 3839 __ Cbnz(InputRegisterAt(instruction, condition_input_index), true_target); in GenerateTestAndBranch() local 3877 __ Cbnz(lhs, non_fallthrough_target); in GenerateTestAndBranch() local 4278 __ Cbnz(out, &loop); in VisitInstanceOf() local 4314 __ Cbnz(out, &zero); in VisitInstanceOf() local 4354 __ Cbnz(mr, slow_path->GetEntryLabel()); in VisitInstanceOf() local 4569 __ Cbnz(temp, &loop); in VisitCheckCast() local 4602 __ Cbnz(temp, type_check_slow_path->GetEntryLabel()); in VisitCheckCast() local
|