Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbuilder.cc1304 HInstruction* last_in_target = target->GetLastInstruction(); in PotentiallyAddSuspendCheck() local
1305 if (last_in_target != nullptr && in PotentiallyAddSuspendCheck()
1306 (last_in_target->IsReturn() || last_in_target->IsReturnVoid())) { in PotentiallyAddSuspendCheck()