Home
last modified time | relevance | path

Searched defs:needs_taken_test (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dbounds_check_elimination.cc1330 bool needs_taken_test = false; in TryDynamicBCE() local
1421 bool CanHandleLength(HLoopInformation* loop, HInstruction* length, bool needs_taken_test) { in CanHandleLength()
1437 bool CanHandleNullCheck(HLoopInformation* loop, HInstruction* check, bool needs_taken_test) { in CanHandleNullCheck()
1585 void TransformLoopForDeoptimizationIfNeeded(HLoopInformation* loop, bool needs_taken_test) { in TransformLoopForDeoptimizationIfNeeded()
Dinduction_var_range_test.cc625 bool needs_taken_test = true; in TEST_F() local
695 bool needs_taken_test = true; in TEST_F() local
Dinduction_var_range.cc193 /*out*/bool* needs_taken_test) { in CanGenerateCode()