Searched defs:BlockIfInRegister (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator.cc291 void CodeGenerator::BlockIfInRegister(Location location, bool is_out) const { function in class:art::CodeGenerator
332 BlockIfInRegister(locations->InAt(i));
337 BlockIfInRegister(loc);
341 BlockIfInRegister(result_location, /* is_out */ true);

Completed in 874 milliseconds