Home
last modified time | relevance | path

Searched defs:ref_info (Results 1 – 5 of 5) sorted by relevance

/art/compiler/optimizing/
Dload_store_analysis.h103 HeapLocation(ReferenceInfo* ref_info, in HeapLocation()
231 ReferenceInfo* ref_info = ref_info_array_[i]; in FindReferenceInfoOf() local
291 size_t FindHeapLocationIndex(ReferenceInfo* ref_info, in FindHeapLocationIndex()
430 ReferenceInfo* ref_info = FindReferenceInfoOf(instruction); in GetOrCreateReferenceInfo() local
455 ReferenceInfo* ref_info = GetOrCreateReferenceInfo(original_ref); in MaybeCreateHeapLocation() local
Dload_store_elimination.cc866 ReferenceInfo* ref_info = heap_location_collector_.FindReferenceInfoOf( in VisitInstanceFieldGet() local
882 ReferenceInfo* ref_info = heap_location_collector_.FindReferenceInfoOf( in VisitInstanceFieldSet() local
923 ReferenceInfo* ref_info = heap_location_collector_.FindReferenceInfoOf( in VisitMonitorOperation() local
1007 ReferenceInfo* ref_info = heap_location_collector_.GetHeapLocation(i)->GetReferenceInfo(); in HandleExit() local
1090 ReferenceInfo* ref_info = heap_location_collector_.GetHeapLocation(i)->GetReferenceInfo(); in HandleInvoke() local
1141 ReferenceInfo* ref_info = heap_location_collector_.FindReferenceInfoOf(new_instance); in VisitNewInstance() local
1180 ReferenceInfo* ref_info = heap_location_collector_.FindReferenceInfoOf(new_array); in VisitNewArray() local
1485 const ReferenceInfo* ref_info = heap_location_collector_.GetHeapLocation(idx)->GetReferenceInfo(); in PrepareLoopStoredBy() local
/art/openjdkjvmti/
Dti_heap.cc976 jvmtiHeapReferenceInfo* ref_info) in GetReferenceKind()
1086 jvmtiHeapReferenceInfo ref_info; in ReportRoot() local
/art/profman/
Dprofile_assistant_test.cc2164 ProfileCompilationInfo ref_info; in TEST_F() local
2190 ProfileCompilationInfo ref_info; in TEST_F() local
2215 ProfileCompilationInfo ref_info; in TEST_F() local
/art/dex2oat/linker/
Dimage_writer.cc276 REQUIRES_SHARED(Locks::mutator_lock_) -> mirror::Object* { in MatchDirtyObjectPaths()
340 for (const DirtyEntry::RefInfo& ref_info : entry->reference_path) { in MatchDirtyObjectPaths() local