Searched refs:kRootVMInternal (Results 1 – 11 of 11) sorted by relevance
/aosp12/art/runtime/ |
H A D | gc_root.h | 54 kRootVMInternal, enumerator
|
H A D | runtime.cc | 2386 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 D | transaction.cc | 636 dex_cache_.VisitRoot(visitor, RootInfo(kRootVMInternal)); in VisitRoots()
|
H A D | thread.cc | 2406 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 D | class_linker.cc | 2136 root.VisitRoot(visitor, RootInfo(kRootVMInternal)); in VisitClassRoots() 2177 class_roots_.VisitRootIfNonNull(visitor, RootInfo(kRootVMInternal)); in VisitRoots()
|
/aosp12/art/runtime/hprof/ |
H A D | hprof.cc | 1123 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 D | jni_id_manager.cc | 395 pointer_marker_.VisitRootIfNonNull(visitor, RootInfo(kRootVMInternal)); in VisitRoots()
|
/aosp12/art/perfetto_hprof/ |
H A D | perfetto_hprof.cc | 414 case art::kRootVMInternal: in ToProtoType()
|
/aosp12/art/openjdkjvmti/ |
H A D | ti_stack.cc | 910 art::RootInfo root_info(art::kRootVMInternal); in Run()
|
H A D | ti_heap.cc | 1072 case art::RootType::kRootVMInternal: in GetReferenceKind()
|
/aosp12/art/runtime/gc/ |
H A D | heap.cc | 2882 root->AsMirrorPtr(), RootInfo(kRootVMInternal)); in VisitRoot()
|