Searched defs:CompareAndBranchIfZero (Results  1 – 5 of 5) sorted by relevance
| /art/compiler/optimizing/ | 
| D | optimizing_cfi_test.cc | 208   __ CompareAndBranchIfZero(r0, &target);  in TEST_ISA()  local
  | 
| D | intrinsics_arm_vixl.cc | 636     __ CompareAndBranchIfZero(arg, slow_path->GetEntryLabel());  in VisitStringCompareTo()  local 671   __ CompareAndBranchIfZero(temp0, &end, mirror::kUseStringCompression);  in VisitStringCompareTo()  local 951     __ CompareAndBranchIfZero(arg, &return_false, /* is_far_target= */ false);  in VisitStringEquals()  local 1044     __ CompareAndBranchIfZero(temp, &return_true, /* is_far_target= */ false);  in VisitStringEquals()  local 1415     __ CompareAndBranchIfZero(src, intrinsic_slow_path->GetEntryLabel());  in VisitSystemArrayCopy()  local 1420     __ CompareAndBranchIfZero(dest, intrinsic_slow_path->GetEntryLabel());  in VisitSystemArrayCopy()  local 1465         __ CompareAndBranchIfZero(temp1, intrinsic_slow_path->GetEntryLabel());  in VisitSystemArrayCopy()  local 1489         __ CompareAndBranchIfZero(temp2, intrinsic_slow_path->GetEntryLabel());  in VisitSystemArrayCopy()  local 1544         __ CompareAndBranchIfZero(temp3, intrinsic_slow_path->GetEntryLabel());  in VisitSystemArrayCopy()  local 1556         __ CompareAndBranchIfZero(temp3, intrinsic_slow_path->GetEntryLabel());  in VisitSystemArrayCopy()  local [all …] 
 | 
| D | code_generator_arm_vixl.cc | 2254     __ CompareAndBranchIfZero(temp, &done, /* is_far_target= */ false);  in MaybeIncrementHotness()  local 2908       __ CompareAndBranchIfZero(InputRegisterAt(instruction, condition_input_index),  in GenerateTestAndBranch()  local 2944         __ CompareAndBranchIfZero(left, non_fallthrough_target, far_target);  in GenerateTestAndBranch()  local 5171         __ CompareAndBranchIfZero(InputRegisterAt(instruction, 0), slow_path->GetEntryLabel());  in VisitDivZeroCheck()  local 5909     __ CompareAndBranchIfZero(base, &*pred_is_null, /* is_far_target= */ false);  in HandleFieldSet()  local 6310   __ CompareAndBranchIfZero(InputRegisterAt(instruction, 1), &finish, false);  in VisitPredicatedInstanceFieldGet()  local 6438   __ CompareAndBranchIfZero(InputRegisterAt(instruction, 0), slow_path->GetEntryLabel());  in GenerateExplicitNullCheck()  local 6915         __ CompareAndBranchIfZero(value, &do_store, /* is_far_target= */ false);  in VisitArraySet()  local 7210     __ CompareAndBranchIfZero(value, &is_null, /* is_far_target=*/ false);  in MarkGCCard()  local 7703       __ CompareAndBranchIfZero(out, slow_path->GetEntryLabel());  in VisitLoadClass()  local [all …] 
 | 
| /art/compiler/utils/arm/ | 
| D | assembler_arm_vixl.cc | 455 void ArmVIXLMacroAssembler::CompareAndBranchIfZero(vixl32::Register rn,  in CompareAndBranchIfZero()  function in art::arm::ArmVIXLMacroAssembler
  | 
| D | jni_macro_assembler_arm_vixl.cc | 1043       ___ CompareAndBranchIfZero(test_reg, ArmVIXLJNIMacroLabel::Cast(label)->AsArm());  in TestGcMarking()  local
  |