Searched refs:heap_value (Results 1 – 1 of 1) sorted by relevance
589 void KeepIfIsStore(HInstruction* heap_value) { in KeepIfIsStore() argument590 if (heap_value == kDefaultHeapValue || in KeepIfIsStore()591 heap_value == kUnknownHeapValue || in KeepIfIsStore()592 !(heap_value->IsInstanceFieldSet() || heap_value->IsArraySet())) { in KeepIfIsStore()596 possibly_removed_stores_.end(), heap_value); in KeepIfIsStore()764 HInstruction* heap_value = heap_values[idx]; in VisitGetLocation() local765 if (heap_value == kDefaultHeapValue) { in VisitGetLocation()772 if (heap_value != kUnknownHeapValue) { in VisitGetLocation()773 if (heap_value->IsInstanceFieldSet() || heap_value->IsArraySet()) { in VisitGetLocation()774 HInstruction* store = heap_value; in VisitGetLocation()[all …]