Home
last modified time | relevance | path

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

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