Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dgc_root.h54 kRootVMInternal, enumerator
H A Druntime.cc2386 BufferedRootVisitor<16> buffered_visitor(visitor, RootInfo(kRootVMInternal)); in VisitConstantRoots()
2424 sentinel_.VisitRootIfNonNull(visitor, RootInfo(kRootVMInternal)); in VisitNonThreadRoots()
2426 .VisitRootIfNonNull(visitor, RootInfo(kRootVMInternal)); in VisitNonThreadRoots()
2428 .VisitRootIfNonNull(visitor, RootInfo(kRootVMInternal)); in VisitNonThreadRoots()
2430 .VisitRootIfNonNull(visitor, RootInfo(kRootVMInternal)); in VisitNonThreadRoots()
2431 pre_allocated_NoClassDefFoundError_.VisitRootIfNonNull(visitor, RootInfo(kRootVMInternal)); in VisitNonThreadRoots()
H A Dtransaction.cc636 dex_cache_.VisitRoot(visitor, RootInfo(kRootVMInternal)); in VisitRoots()
H A Dthread.cc2406 tlsPtr_.jni_env->monitors_.VisitRoots(&visitor, RootInfo(kRootVMInternal)); in Destroy()
4185 visitor->VisitRootIfNonNull(&entry.second.this_object_, RootInfo(kRootVMInternal, thread_id)); in VisitRoots()
H A Dclass_linker.cc2136 root.VisitRoot(visitor, RootInfo(kRootVMInternal)); in VisitClassRoots()
2177 class_roots_.VisitRootIfNonNull(visitor, RootInfo(kRootVMInternal)); in VisitRoots()
/aosp12/art/runtime/hprof/
H A Dhprof.cc1123 VisitRoot(obj, RootInfo(kRootVMInternal)); in DumpHeapObject()
1128 VisitRoot(obj, RootInfo(kRootVMInternal)); in DumpHeapObject()
1134 VisitRoot(obj, RootInfo(kRootVMInternal)); in DumpHeapObject()
/aosp12/art/runtime/jni/
H A Djni_id_manager.cc395 pointer_marker_.VisitRootIfNonNull(visitor, RootInfo(kRootVMInternal)); in VisitRoots()
/aosp12/art/perfetto_hprof/
H A Dperfetto_hprof.cc414 case art::kRootVMInternal: in ToProtoType()
/aosp12/art/openjdkjvmti/
H A Dti_stack.cc910 art::RootInfo root_info(art::kRootVMInternal); in Run()
H A Dti_heap.cc1072 case art::RootType::kRootVMInternal: in GetReferenceKind()
/aosp12/art/runtime/gc/
H A Dheap.cc2882 root->AsMirrorPtr(), RootInfo(kRootVMInternal)); in VisitRoot()