Searched refs:kRootVMInternal (Results 1 – 7 of 7) sorted by relevance
/art/runtime/ |
D | gc_root.h | 52 kRootVMInternal, enumerator
|
D | runtime.cc | 1551 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()
|
D | thread.cc | 1699 tlsPtr_.jni_env->monitors.VisitRoots(&visitor, RootInfo(kRootVMInternal)); in Destroy() 2880 visitor->VisitRootIfNonNull(&frame.this_object_, RootInfo(kRootVMInternal, thread_id)); in VisitRoots()
|
D | class_linker.cc | 1852 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()
|
D | debugger.cc | 5066 BufferedRootVisitor<128> root_visitor(visitor, RootInfo(kRootVMInternal)); in VisitRoots()
|
/art/runtime/hprof/ |
D | hprof.cc | 1065 hprof_->VisitRoot(obj, RootInfo(obj->IsClass() ? kRootStickyClass : kRootVMInternal)); in VisitRoot()
|
/art/runtime/gc/ |
D | heap.cc | 2888 root->AsMirrorPtr(), RootInfo(kRootVMInternal)); in VisitRoot()
|