Home
last modified time | relevance | path

Searched defs:refs (Results 1 – 15 of 15) 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.java139 List<Reference> refs = new AbstractList<Reference>() { in getReferences() local
DAhatInstance.java445 List<AhatInstance> refs = new ArrayList<AhatInstance>(); in getHardReverseReferences() local
463 List<AhatInstance> refs = new ArrayList<AhatInstance>(); in getSoftReverseReferences() local
/art/runtime/gc/
Dreference_queue_test.cc59 std::set<mirror::Reference*> refs = {ref1.Get(), ref2.Get()}; in TEST_F() local
/art/runtime/jni/
Dlocal_reference_table_test.cc846 std::vector<IndirectRef> refs; in TEST_F() local
996 std::vector<IndirectRef> refs; in TEST_F() local
/art/compiler/jni/quick/
Djni_compiler.cc201 ArenaVector<FrameOffset> refs(allocator->Adapter()); in ArtJniCompileMethodInternal() local
/art/compiler/utils/x86/
Djni_macro_assembler_x86.cc255 ArrayRef<FrameOffset> refs) { in MoveArguments()
/art/compiler/utils/riscv64/
Djni_macro_assembler_riscv64.cc263 ArrayRef<FrameOffset> refs) { in MoveArguments()
/art/compiler/utils/x86_64/
Djni_macro_assembler_x86_64.cc281 ArrayRef<FrameOffset> refs) { in MoveArguments()
/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.cc447 ArrayRef<FrameOffset> refs) { in MoveArguments()
/art/compiler/utils/arm64/
Djni_macro_assembler_arm64.cc320 ArrayRef<FrameOffset> refs) { in MoveArguments()
/art/openjdkjvmti/
Devents.cc1622 auto& refs = internal_event_thread_refcount_[GetInternalEventIndex(event)]; in GetInternalEventThreadRefcount() local
/art/compiler/optimizing/
Dloop_optimization.cc589 ScopedArenaSet<ArrayReference> refs(loop_allocator_->Adapter(kArenaAllocLoopOptimization)); in LocalRun() local
/art/runtime/gc/collector/
Dconcurrent_copying.cc2168 std::vector<mirror::Object*> refs; in ProcessMarkStackOnce() local