Home
last modified time | relevance | path

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

/art/runtime/
Dgc_root.h54 kRootVMInternal, enumerator
Druntime.cc2170 BufferedRootVisitor<16> buffered_visitor(visitor, RootInfo(kRootVMInternal)); in VisitConstantRoots()
2208 sentinel_.VisitRootIfNonNull(visitor, RootInfo(kRootVMInternal)); in VisitNonThreadRoots()
2210 .VisitRootIfNonNull(visitor, RootInfo(kRootVMInternal)); in VisitNonThreadRoots()
2212 .VisitRootIfNonNull(visitor, RootInfo(kRootVMInternal)); in VisitNonThreadRoots()
2214 .VisitRootIfNonNull(visitor, RootInfo(kRootVMInternal)); in VisitNonThreadRoots()
2215 pre_allocated_NoClassDefFoundError_.VisitRootIfNonNull(visitor, RootInfo(kRootVMInternal)); in VisitNonThreadRoots()
Dtransaction.cc635 dex_cache_.VisitRoot(visitor, RootInfo(kRootVMInternal)); in VisitRoots()
Dthread.cc2396 tlsPtr_.jni_env->monitors_.VisitRoots(&visitor, RootInfo(kRootVMInternal)); in Destroy()
4050 visitor->VisitRootIfNonNull(&entry.second.this_object_, RootInfo(kRootVMInternal, thread_id)); in VisitRoots()
Dclass_linker.cc2340 root.VisitRoot(visitor, RootInfo(kRootVMInternal)); in VisitClassRoots()
2381 class_roots_.VisitRootIfNonNull(visitor, RootInfo(kRootVMInternal)); in VisitRoots()
/art/runtime/hprof/
Dhprof.cc1123 VisitRoot(obj, RootInfo(kRootVMInternal)); in DumpHeapObject()
1128 VisitRoot(obj, RootInfo(kRootVMInternal)); in DumpHeapObject()
1134 VisitRoot(obj, RootInfo(kRootVMInternal)); in DumpHeapObject()
/art/runtime/jni/
Djni_id_manager.cc395 pointer_marker_.VisitRootIfNonNull(visitor, RootInfo(kRootVMInternal)); in VisitRoots()
/art/perfetto_hprof/
Dperfetto_hprof.cc421 case art::kRootVMInternal: in ToProtoType()
/art/openjdkjvmti/
Dti_stack.cc910 art::RootInfo root_info(art::kRootVMInternal); in Run()
Dti_heap.cc1072 case art::RootType::kRootVMInternal: in GetReferenceKind()
/art/runtime/gc/
Dheap.cc2858 root->AsMirrorPtr(), RootInfo(kRootVMInternal)); in VisitRoot()