Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator.cc339 Location result_location = locations->Out(); in AllocateRegistersLocally() local
341 BlockIfInRegister(result_location, /* is_out */ true); in AllocateRegistersLocally()
389 if (result_location.IsUnallocated()) { in AllocateRegistersLocally()
390 switch (result_location.GetPolicy()) { in AllocateRegistersLocally()
394 result_location = AllocateFreeRegister(instruction->GetType()); in AllocateRegistersLocally()
397 result_location = locations->InAt(0); in AllocateRegistersLocally()
400 locations->UpdateOut(result_location); in AllocateRegistersLocally()