Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator.cc1261 HInstruction* in_environment = environment->GetInstructionAt(i); in RecordPcInfo() local
1262 if (in_environment != nullptr) { in RecordPcInfo()
1263 DCHECK(in_environment->IsPhi() || in_environment->IsConstant()); in RecordPcInfo()