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.cc1988 BufferedRootVisitor<16> buffered_visitor(visitor, RootInfo(kRootVMInternal)); in VisitConstantRoots()
2026 sentinel_.VisitRootIfNonNull(visitor, RootInfo(kRootVMInternal)); in VisitNonThreadRoots()
2027 pre_allocated_OutOfMemoryError_.VisitRootIfNonNull(visitor, RootInfo(kRootVMInternal)); in VisitNonThreadRoots()
2028 pre_allocated_NoClassDefFoundError_.VisitRootIfNonNull(visitor, RootInfo(kRootVMInternal)); in VisitNonThreadRoots()
Dtransaction.cc601 dex_cache_.VisitRoot(visitor, RootInfo(kRootVMInternal)); in VisitRoots()
Dthread.cc2189 tlsPtr_.jni_env->monitors_.VisitRoots(&visitor, RootInfo(kRootVMInternal)); in Destroy()
3806 visitor->VisitRootIfNonNull(&frame.this_object_, RootInfo(kRootVMInternal, thread_id)); in VisitRoots()
Dclass_linker.cc1961 root.VisitRoot(visitor, RootInfo(kRootVMInternal)); in VisitClassRoots()
2002 class_roots_.VisitRootIfNonNull(visitor, RootInfo(kRootVMInternal)); in VisitRoots()
2004 array_iftable_.VisitRootIfNonNull(visitor, RootInfo(kRootVMInternal)); in VisitRoots()
Ddebugger.cc5348 BufferedRootVisitor<128> root_visitor(visitor, RootInfo(kRootVMInternal)); in VisitRoots()
/art/runtime/hprof/
Dhprof.cc1122 VisitRoot(obj, RootInfo(kRootVMInternal)); in DumpHeapObject()
1127 VisitRoot(obj, RootInfo(kRootVMInternal)); in DumpHeapObject()
1133 VisitRoot(obj, RootInfo(kRootVMInternal)); in DumpHeapObject()
/art/openjdkjvmti/
Dti_stack.cc894 art::RootInfo root_info(art::kRootVMInternal); in Run()
Dti_heap.cc978 case art::RootType::kRootVMInternal: in GetReferenceKind()
/art/runtime/gc/
Dheap.cc2788 root->AsMirrorPtr(), RootInfo(kRootVMInternal)); in VisitRoot()