Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinduction_var_range_test.cc981 bool needs_taken_test = true; in TEST_F() local
1035 bool needs_taken_test = true; in TEST_F() local
1092 bool needs_taken_test = true; in TEST_F() local
1176 bool needs_taken_test = true; in TEST_F() local
Dbounds_check_elimination.cc924 bool needs_taken_test = false; in VisitBoundsCheck() local
1736 bool CanHandleLength(HLoopInformation* loop, HInstruction* length, bool needs_taken_test) { in CanHandleLength()
1752 bool CanHandleNullCheck(HLoopInformation* loop, HInstruction* check, bool needs_taken_test) { in CanHandleNullCheck()
1903 void TransformLoopForDeoptimizationIfNeeded(HLoopInformation* loop, bool needs_taken_test) { in TransformLoopForDeoptimizationIfNeeded()
Dinduction_var_range.cc245 /*out*/bool* needs_taken_test) { in CanGenerateRange()
317 bool needs_taken_test = false; in CanGenerateLastValue() local