Home
last modified time | relevance | path

Searched refs:period (Results 1 – 2 of 2) sorted by relevance

/art/test/074-gc-thrash/
Dinfo.txt1 This thrashes the memory allocator and garbage collector for a brief period.
/art/compiler/optimizing/
Dinduction_var_range.cc1153 int64_t period = 1; in GenerateLastValuePeriodic() local
1156 for (; p->induction_class == HInductionVarAnalysis::kPeriodic; p = p->op_b, ++period) { in GenerateLastValuePeriodic()
1176 int64_t li = m % period; in GenerateLastValuePeriodic()
1188 if (period == 2 && in GenerateLastValuePeriodic()