Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_elimination.cc582 void KeepIfIsStore(HInstruction* heap_value) { in KeepIfIsStore() argument
583 if (heap_value == kDefaultHeapValue || in KeepIfIsStore()
584 heap_value == kUnknownHeapValue || in KeepIfIsStore()
585 !heap_value->IsInstanceFieldSet()) { in KeepIfIsStore()
589 possibly_removed_stores_.end(), heap_value); in KeepIfIsStore()
721 HInstruction* heap_value = heap_values[idx]; in VisitGetLocation() local
722 if (heap_value == kDefaultHeapValue) { in VisitGetLocation()
729 if (heap_value != kUnknownHeapValue && heap_value->IsInstanceFieldSet()) { in VisitGetLocation()
730 HInstruction* store = heap_value; in VisitGetLocation()
735 heap_value = store->InputAt(1); in VisitGetLocation()
[all …]