Home
last modified time | relevance | path

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

/art/runtime/
Dgc_root.h52 kRootVMInternal, enumerator
Druntime.cc1551 BufferedRootVisitor<16> buffered_visitor(visitor, RootInfo(kRootVMInternal)); in VisitConstantRoots()
1589 sentinel_.VisitRootIfNonNull(visitor, RootInfo(kRootVMInternal)); in VisitNonThreadRoots()
1590 pre_allocated_OutOfMemoryError_.VisitRootIfNonNull(visitor, RootInfo(kRootVMInternal)); in VisitNonThreadRoots()
1591 pre_allocated_NoClassDefFoundError_.VisitRootIfNonNull(visitor, RootInfo(kRootVMInternal)); in VisitNonThreadRoots()
Dthread.cc1699 tlsPtr_.jni_env->monitors.VisitRoots(&visitor, RootInfo(kRootVMInternal)); in Destroy()
2880 visitor->VisitRootIfNonNull(&frame.this_object_, RootInfo(kRootVMInternal, thread_id)); in VisitRoots()
Dclass_linker.cc1852 root.VisitRoot(visitor, RootInfo(kRootVMInternal)); in VisitClassRoots()
1881 class_roots_.VisitRootIfNonNull(visitor, RootInfo(kRootVMInternal)); in VisitRoots()
1883 array_iftable_.VisitRootIfNonNull(visitor, RootInfo(kRootVMInternal)); in VisitRoots()
Ddebugger.cc5066 BufferedRootVisitor<128> root_visitor(visitor, RootInfo(kRootVMInternal)); in VisitRoots()
/art/runtime/hprof/
Dhprof.cc1065 hprof_->VisitRoot(obj, RootInfo(obj->IsClass() ? kRootStickyClass : kRootVMInternal)); in VisitRoot()
/art/runtime/gc/
Dheap.cc2888 root->AsMirrorPtr(), RootInfo(kRootVMInternal)); in VisitRoot()