Home
last modified time | relevance | path

Searched refs:request (Results 1 – 4 of 4) sorted by relevance

/art/test/933-misc-events/
Dexpected.txt1 Received dump request.
/art/test/659-unpadded-array/
Dinfo.txt2 a bug when the request for allocation ended up using 'usable_size'
/art/compiler/optimizing/
Dinduction_var_range.h215 ConstantRequest request,
Dinduction_var_range.cc413 ConstantRequest request, in IsConstant() argument
430 if ((request == kExact && min_val.b_constant == max_val.b_constant) || request == kAtMost) { in IsConstant()
433 } else if (request == kAtLeast) { in IsConstant()