Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator.cc734 size_t set_index = is_instance ? 1 : 0; in CreateUnresolvedFieldLocationSummary() local
740 locations->SetInAt(set_index, calling_convention.GetFpuLocation(field_type)); in CreateUnresolvedFieldLocationSummary()
742 locations->SetInAt(set_index, in CreateUnresolvedFieldLocationSummary()
/art/perfetto_hprof/
Dperfetto_hprof.cc314 heap_graph_->set_index(index_++); in CreateNewHeapGraph()