Home
last modified time | relevance | path

Searched refs:phase (Results 1 – 8 of 8) sorted by relevance

/art/runtime/gc/space/
Dlarge_object_space_test.cc50 for (size_t phase = 0; phase < 2; ++phase) { in LargeObjectTest() local
75 if (phase == 0) { in LargeObjectTest()
88 size_t limit = phase == 0 ? requests.size() / 2 : 0; in LargeObjectTest()
/art/test/503-dead-instructions/
Dinfo.txt1 Regression test for the building phase of the optimizing
/art/test/499-bce-phi-array-length/
Dinfo.txt1 Regression test for BCE phase of optimizing. See Main.java
/art/test/513-array-deopt/
Dinfo.txt1 Regression test for the BCE phase of optimizing,
/art/test/429-ssa-builder/
Dinfo.txt1 Regression test for the type propagation phase of the optimizing
/art/test/520-equivalent-phi/smali/
DEquivalent.smali27 # phase of the optimizing compiler: the phase propagates types
/art/test/515-dce-dominator/
Dinfo.txt1 Regression test for the DCE phase of optimizing, where
/art/test/509-pre-header/
Dinfo.txt1 Regression test for the SimplifyCFG phase of optimizing.