Home
last modified time | relevance | path

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

/art/test/2009-structural-local-ref/
Dinfo.txt1 Tests structural redefinition with local-refs
3 Tests that using the structural redefinition updates JNI local-refs.
/art/tools/ahat/src/main/com/android/ahat/heapdump/
DAhatArrayInstance.java229 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()
DAhatPlaceHolderInstance.java73 List<Reference> refs = Collections.emptyList(); in getReferences() local
74 return refs; in getReferences()
DAhatClassObj.java123 List<Reference> refs = new AbstractList<Reference>() { in getReferences() local
142 return new SkipNullsIterator(refs); in getReferences()
DAhatInstance.java427 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/1963-add-to-dex-classloader-in-memory/
Dexpected.txt7 -- call TestClass again, now with NewClass refs
16 -- call TestClass again, now with NewClass refs
/art/test/072-precise-gc/
Dexpected.txt1 Valid refs: 0
/art/test/1964-add-to-dex-classloader-file/
Dexpected.txt7 -- call TestClass again, now with NewClass refs
20 -- call TestClass again, now with NewClass refs
/art/runtime/gc/
Dreference_queue_test.cc54 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/
Dluci-scheduler.cfg24 refs: "refs/heads/master"
61 refs: "refs/heads/master"
98 refs: "refs/heads/master-art"
Dluci-milo.cfg7 refs: "refs/heads/master"
Dcr-buildbucket.cfg46 cipd_version: "refs/heads/master"
/art/runtime/interpreter/mterp/x86_64ng/
Dmain.S278 .macro SETUP_STACK_FRAME code_item, refs, fp, cfi_refs
282 movzwq CODE_ITEM_OUTS_SIZE_OFFSET(\code_item), \refs
285 leaq (\refs, %rbx, 2), %r11
298 leaq 24 + 4(%r10, \refs, 4), \refs
299 andq LITERAL(-__SIZEOF_POINTER__), \refs
300 leaq (\refs, %rbx, 4), \fp
306 movq %r11, -8(\refs)
312 movq \refs, %r10
634 .macro LOOP_OVER_SHORTY_STORING_GPRS gpr_reg64, gpr_reg32, shorty, arg_index, regs, refs, finished
649 movl REG_VAR(gpr_reg32), (REG_VAR(refs), REG_VAR(arg_index), 4)
[all …]
/art/openjdkjvmti/
Dti_heap.h98 art::HashObjPtr>& refs)
Devents.cc1638 auto& refs = internal_event_thread_refcount_[GetInternalEventIndex(event)]; in GetInternalEventThreadRefcount() local
1640 if (refs.find(target_ut) == refs.end()) { in GetInternalEventThreadRefcount()
1641 refs.insert({target_ut, 0}); in GetInternalEventThreadRefcount()
1643 return refs.at(target_ut); in GetInternalEventThreadRefcount()
/art/runtime/interpreter/mterp/arm64ng/
Dmain.S336 .macro SETUP_STACK_FRAME code_item, refs, fp, cfi_refs
355 add \refs, x14, ip2, lsl #2
356 add \refs, \refs, 28
357 and \refs, \refs, #(-__SIZEOF_POINTER__)
358 add \fp, \refs, ip, lsl #2
364 str x13, [\refs, #-8]
369 mov ip2, \refs
1348 .macro LOOP_OVER_SHORTY_STORING_GPRS gpr_64, gpr_32, shorty, arg_offset, regs, refs, finished
1361 str \gpr_32, [\refs, \arg_offset]
1445 .macro LOOP_OVER_INTs shorty, arg_offset, regs, refs, stack_ptr, finished
[all …]
/art/perfetto_hprof/
DAndroid.bp21 // https://android.googlesource.com/platform/external/perfetto/+/refs/heads/master/protos/perfetto/…
/art/test/
DREADME.chroot.md25 …([`master-art`](https://android.googlesource.com/platform/manifest/+/refs/heads/master-art/default…
/art/libnativeloader/
DREADME.md34 [APEX](https://android.googlesource.com/platform/system/apex/+/refs/heads/master/docs/README.md),
/art/runtime/interpreter/mterp/x86/
Darithmetic.S612 CLEAR_WIDE_REF %eax # clear refs in advance
/art/compiler/optimizing/
Dloop_optimization.cc544 ScopedArenaSet<ArrayReference> refs(loop_allocator_->Adapter(kArenaAllocLoopOptimization)); in LocalRun() local
552 vector_refs_ = &refs; in LocalRun()
/art/runtime/gc/collector/
Dconcurrent_copying.cc2074 std::vector<mirror::Object*> refs; in ProcessMarkStackOnce() local
2083 refs.push_back(p->AsMirrorPtr()); in ProcessMarkStackOnce()
2087 for (mirror::Object* ref : refs) { in ProcessMarkStackOnce()