/art/tools/ahat/src/main/com/android/ahat/heapdump/ |
D | AhatArrayInstance.java | 229 List<Reference> refs = Collections.emptyList(); in getReferences() local 233 refs = new AbstractList<Reference>() { in getReferences() 255 return new SkipNullsIterator(refs); in getReferences() 332 List<AhatInstance> refs = getReverseReferences(); in getAssociatedBitmapInstance() local 333 if (refs.size() == 1) { in getAssociatedBitmapInstance() 334 AhatInstance ref = refs.get(0); in getAssociatedBitmapInstance() 343 List<AhatInstance> refs = getHardReverseReferences(); in getAssociatedClassForOverhead() local 344 if (refs.size() == 1) { in getAssociatedClassForOverhead() 345 AhatClassObj ref = refs.get(0).asClassObj(); in getAssociatedClassForOverhead()
|
D | AhatPlaceHolderInstance.java | 73 List<Reference> refs = Collections.emptyList(); in getReferences() local 74 return refs; in getReferences()
|
D | AhatClassObj.java | 123 List<Reference> refs = new AbstractList<Reference>() { in getReferences() local 142 return new SkipNullsIterator(refs); in getReferences()
|
D | AhatInstance.java | 427 List<AhatInstance> refs = new ArrayList<AhatInstance>(); in getHardReverseReferences() local 430 refs.add(ref); in getHardReverseReferences() 433 return refs; in getHardReverseReferences() 445 List<AhatInstance> refs = new ArrayList<AhatInstance>(); in getSoftReverseReferences() local 448 refs.add(ref); in getSoftReverseReferences() 451 return refs; in getSoftReverseReferences()
|
/art/test/2009-structural-local-ref/ |
D | info.txt | 1 Tests structural redefinition with local-refs 3 Tests that using the structural redefinition updates JNI local-refs.
|
/art/test/1963-add-to-dex-classloader-in-memory/ |
D | expected.txt | 7 -- call TestClass again, now with NewClass refs 16 -- call TestClass again, now with NewClass refs
|
/art/test/072-precise-gc/ |
D | expected.txt | 1 Valid refs: 0
|
/art/test/1964-add-to-dex-classloader-file/ |
D | expected.txt | 7 -- call TestClass again, now with NewClass refs 20 -- call TestClass again, now with NewClass refs
|
/art/runtime/gc/ |
D | reference_queue_test.cc | 54 std::set<mirror::Reference*> refs = {ref1.Get(), ref2.Get()}; in TEST_F() local 62 ASSERT_EQ(refs, dequeued); in TEST_F()
|
/art/tools/luci/config/ |
D | luci-scheduler.cfg | 24 refs: "refs/heads/master" 61 refs: "refs/heads/master" 98 refs: "refs/heads/master-art"
|
D | luci-milo.cfg | 7 refs: "refs/heads/master"
|
D | cr-buildbucket.cfg | 47 cipd_version: "refs/heads/master"
|
/art/runtime/interpreter/mterp/x86_64ng/ |
D | main.S | 276 .macro SETUP_STACK_FRAME code_item, refs, fp, cfi_refs 280 movzwq CODE_ITEM_OUTS_SIZE_OFFSET(\code_item), \refs 283 leaq (\refs, %rbx, 2), %r11 294 leaq 24(%r10, \refs, 4), \refs 295 leaq (\refs, %rbx, 4), \fp 301 movq %r11, -8(\refs) 307 movq \refs, %r10 629 .macro LOOP_OVER_SHORTY_STORING_GPRS gpr_reg64, gpr_reg32, shorty, arg_index, regs, refs, finished 644 movl REG_VAR(gpr_reg32), (REG_VAR(refs), REG_VAR(arg_index), 1) 701 .macro LOOP_OVER_INTs shorty, arg_index, regs, refs, stack_ptr, finished [all …]
|
/art/openjdkjvmti/ |
D | ti_heap.h | 98 art::HashObjPtr>& refs)
|
D | events.cc | 1639 auto& refs = internal_event_thread_refcount_[GetInternalEventIndex(event)]; in GetInternalEventThreadRefcount() local 1641 if (refs.find(target_ut) == refs.end()) { in GetInternalEventThreadRefcount() 1642 refs.insert({target_ut, 0}); in GetInternalEventThreadRefcount() 1644 return refs.at(target_ut); in GetInternalEventThreadRefcount()
|
/art/perfetto_hprof/ |
D | Android.bp | 21 // https://android.googlesource.com/platform/external/perfetto/+/refs/heads/master/protos/perfetto/…
|
/art/test/ |
D | README.chroot.md | 25 …([`master-art`](https://android.googlesource.com/platform/manifest/+/refs/heads/master-art/default…
|
/art/libnativeloader/ |
D | README.md | 34 [APEX](https://android.googlesource.com/platform/system/apex/+/refs/heads/master/docs/README.md),
|
/art/compiler/optimizing/ |
D | loop_optimization.cc | 541 ScopedArenaSet<ArrayReference> refs(loop_allocator_->Adapter(kArenaAllocLoopOptimization)); in LocalRun() local 549 vector_refs_ = &refs; in LocalRun()
|
/art/runtime/interpreter/mterp/x86/ |
D | arithmetic.S | 612 CLEAR_WIDE_REF %eax # clear refs in advance
|
/art/runtime/gc/collector/ |
D | concurrent_copying.cc | 2117 std::vector<mirror::Object*> refs; in ProcessMarkStackOnce() local 2126 refs.push_back(p->AsMirrorPtr()); in ProcessMarkStackOnce() 2130 for (mirror::Object* ref : refs) { in ProcessMarkStackOnce()
|