Searched refs:kRootVMInternal (Results 1 – 11 of 11) sorted by relevance
/art/runtime/ |
D | gc_root.h | 54 kRootVMInternal, enumerator
|
D | runtime.cc | 2170 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()
|
D | transaction.cc | 635 dex_cache_.VisitRoot(visitor, RootInfo(kRootVMInternal)); in VisitRoots()
|
D | thread.cc | 2396 tlsPtr_.jni_env->monitors_.VisitRoots(&visitor, RootInfo(kRootVMInternal)); in Destroy() 4050 visitor->VisitRootIfNonNull(&entry.second.this_object_, RootInfo(kRootVMInternal, thread_id)); in VisitRoots()
|
D | class_linker.cc | 2340 root.VisitRoot(visitor, RootInfo(kRootVMInternal)); in VisitClassRoots() 2381 class_roots_.VisitRootIfNonNull(visitor, RootInfo(kRootVMInternal)); in VisitRoots()
|
/art/runtime/hprof/ |
D | hprof.cc | 1123 VisitRoot(obj, RootInfo(kRootVMInternal)); in DumpHeapObject() 1128 VisitRoot(obj, RootInfo(kRootVMInternal)); in DumpHeapObject() 1134 VisitRoot(obj, RootInfo(kRootVMInternal)); in DumpHeapObject()
|
/art/runtime/jni/ |
D | jni_id_manager.cc | 395 pointer_marker_.VisitRootIfNonNull(visitor, RootInfo(kRootVMInternal)); in VisitRoots()
|
/art/perfetto_hprof/ |
D | perfetto_hprof.cc | 421 case art::kRootVMInternal: in ToProtoType()
|
/art/openjdkjvmti/ |
D | ti_stack.cc | 910 art::RootInfo root_info(art::kRootVMInternal); in Run()
|
D | ti_heap.cc | 1072 case art::RootType::kRootVMInternal: in GetReferenceKind()
|
/art/runtime/gc/ |
D | heap.cc | 2858 root->AsMirrorPtr(), RootInfo(kRootVMInternal)); in VisitRoot()
|