Home
last modified time | relevance | path

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

/art/runtime/
Dgc_root.h54 kRootVMInternal, enumerator
Druntime.cc2093 BufferedRootVisitor<16> buffered_visitor(visitor, RootInfo(kRootVMInternal)); in VisitConstantRoots()
2131 sentinel_.VisitRootIfNonNull(visitor, RootInfo(kRootVMInternal)); in VisitNonThreadRoots()
2133 .VisitRootIfNonNull(visitor, RootInfo(kRootVMInternal)); in VisitNonThreadRoots()
2135 .VisitRootIfNonNull(visitor, RootInfo(kRootVMInternal)); in VisitNonThreadRoots()
2137 .VisitRootIfNonNull(visitor, RootInfo(kRootVMInternal)); in VisitNonThreadRoots()
2138 pre_allocated_NoClassDefFoundError_.VisitRootIfNonNull(visitor, RootInfo(kRootVMInternal)); in VisitNonThreadRoots()
Dtransaction.cc602 dex_cache_.VisitRoot(visitor, RootInfo(kRootVMInternal)); in VisitRoots()
Dthread.cc2389 tlsPtr_.jni_env->monitors_.VisitRoots(&visitor, RootInfo(kRootVMInternal)); in Destroy()
4019 visitor->VisitRootIfNonNull(&frame.this_object_, RootInfo(kRootVMInternal, thread_id)); in VisitRoots()
Dclass_linker.cc2294 root.VisitRoot(visitor, RootInfo(kRootVMInternal)); in VisitClassRoots()
2335 class_roots_.VisitRootIfNonNull(visitor, RootInfo(kRootVMInternal)); in VisitRoots()
Ddebugger.cc5206 BufferedRootVisitor<128> root_visitor(visitor, RootInfo(kRootVMInternal)); in VisitRoots()
/art/runtime/hprof/
Dhprof.cc1124 VisitRoot(obj, RootInfo(kRootVMInternal)); in DumpHeapObject()
1129 VisitRoot(obj, RootInfo(kRootVMInternal)); in DumpHeapObject()
1135 VisitRoot(obj, RootInfo(kRootVMInternal)); in DumpHeapObject()
/art/openjdkjvmti/
Dti_stack.cc893 art::RootInfo root_info(art::kRootVMInternal); in Run()
Dti_heap.cc1044 case art::RootType::kRootVMInternal: in GetReferenceKind()
/art/runtime/gc/
Dheap.cc2976 root->AsMirrorPtr(), RootInfo(kRootVMInternal)); in VisitRoot()