Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dload_store_elimination.cc983 HInstruction* GetPartialValueAt(HNewInstance* orig_new_inst, HInstruction* read);
3690 HInstruction* LSEVisitor::GetPartialValueAt(HNewInstance* orig_new_inst, HInstruction* read) { in GetPartialValueAt() argument
3691 size_t loc = heap_location_collector_.GetFieldHeapLocation(orig_new_inst, &read->GetFieldInfo()); in GetPartialValueAt()