Home
last modified time | relevance | path

Searched refs:kBlockBCE (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/runtime/
H A Ddeoptimization_kind.h30 kBlockBCE, enumerator
43 case DeoptimizationKind::kBlockBCE: return "block bounds check elimination"; in GetDeoptimizationKindName()
/aosp12/art/compiler/optimizing/
H A Dssa_liveness_analysis_test.cc180 GetAllocator(), ae, DeoptimizationKind::kBlockBCE, /* dex_pc= */ 0u); in TEST_F()
H A Dbounds_check_elimination.cc1830 DeoptimizationKind::kBlockBCE, in InsertDeoptInBlock()