Searched refs:kRootVMInternal (Results 1 - 9 of 9) sorted by relevance

/art/runtime/
H A Dgc_root.h53 kRootVMInternal, enumerator in enum:art::RootType
H A Druntime.cc1754 BufferedRootVisitor<16> buffered_visitor(visitor, RootInfo(kRootVMInternal));
1792 sentinel_.VisitRootIfNonNull(visitor, RootInfo(kRootVMInternal));
1793 pre_allocated_OutOfMemoryError_.VisitRootIfNonNull(visitor, RootInfo(kRootVMInternal));
1794 pre_allocated_NoClassDefFoundError_.VisitRootIfNonNull(visitor, RootInfo(kRootVMInternal));
H A Dtransaction.cc557 dex_cache_.VisitRoot(visitor, RootInfo(kRootVMInternal));
H A Dthread.cc2057 tlsPtr_.jni_env->monitors.VisitRoots(&visitor, RootInfo(kRootVMInternal));
3422 visitor->VisitRootIfNonNull(&frame.this_object_, RootInfo(kRootVMInternal, thread_id));
H A Dclass_linker.cc1987 root.VisitRoot(visitor, RootInfo(kRootVMInternal));
2028 class_roots_.VisitRootIfNonNull(visitor, RootInfo(kRootVMInternal));
2030 array_iftable_.VisitRootIfNonNull(visitor, RootInfo(kRootVMInternal));
H A Ddebugger.cc5145 BufferedRootVisitor<128> root_visitor(visitor, RootInfo(kRootVMInternal));
/art/runtime/hprof/
H A Dhprof.cc1089 hprof_->VisitRoot(obj, RootInfo(obj->IsClass() ? kRootStickyClass : kRootVMInternal));
/art/runtime/openjdkjvmti/
H A Dti_heap.cc1020 case art::RootType::kRootVMInternal:
/art/runtime/gc/
H A Dheap.cc2920 root->AsMirrorPtr(), RootInfo(kRootVMInternal));

Completed in 238 milliseconds