Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dcode_generator.cc538 Location out_location = visitor->GetNextLocation(type); in PrepareCriticalNativeArgumentMoves() local
539 if (out_location.IsStackSlot() || out_location.IsDoubleStackSlot()) { in PrepareCriticalNativeArgumentMoves()
541 parallel_move->AddMove(in_location, out_location, type, /*instruction=*/ nullptr); in PrepareCriticalNativeArgumentMoves()
544 DCHECK(out_location.Equals(in_location)) << in_location << " -> " << out_location; in PrepareCriticalNativeArgumentMoves()