Home
last modified time | relevance | path

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

/art/tools/ahat/src/main/com/android/ahat/heapdump/
DAhatArrayInstance.java229 List<Reference> refs = Collections.emptyList(); in getReferences() local
332 List<AhatInstance> refs = getReverseReferences(); in getAssociatedBitmapInstance() local
343 List<AhatInstance> refs = getHardReverseReferences(); in getAssociatedClassForOverhead() local
DAhatPlaceHolderInstance.java73 List<Reference> refs = Collections.emptyList(); in getReferences() local
DAhatClassObj.java123 List<Reference> refs = new AbstractList<Reference>() { in getReferences() local
DAhatInstance.java427 List<AhatInstance> refs = new ArrayList<AhatInstance>(); in getHardReverseReferences() local
445 List<AhatInstance> refs = new ArrayList<AhatInstance>(); in getSoftReverseReferences() local
/art/runtime/gc/
Dreference_queue_test.cc54 std::set<mirror::Reference*> refs = {ref1.Get(), ref2.Get()}; in TEST_F() local
/art/openjdkjvmti/
Devents.cc1638 auto& refs = internal_event_thread_refcount_[GetInternalEventIndex(event)]; in GetInternalEventThreadRefcount() local
/art/compiler/optimizing/
Dloop_optimization.cc544 ScopedArenaSet<ArrayReference> refs(loop_allocator_->Adapter(kArenaAllocLoopOptimization)); in LocalRun() local
/art/runtime/gc/collector/
Dconcurrent_copying.cc2074 std::vector<mirror::Object*> refs; in ProcessMarkStackOnce() local