Searched refs:kRootVMInternal (Results 1 – 10 of 10) sorted by relevance
/art/runtime/ |
D | gc_root.h | 54 kRootVMInternal, enumerator
|
D | runtime.cc | 1988 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()
|
D | transaction.cc | 601 dex_cache_.VisitRoot(visitor, RootInfo(kRootVMInternal)); in VisitRoots()
|
D | thread.cc | 2189 tlsPtr_.jni_env->monitors_.VisitRoots(&visitor, RootInfo(kRootVMInternal)); in Destroy() 3806 visitor->VisitRootIfNonNull(&frame.this_object_, RootInfo(kRootVMInternal, thread_id)); in VisitRoots()
|
D | class_linker.cc | 1961 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()
|
D | debugger.cc | 5348 BufferedRootVisitor<128> root_visitor(visitor, RootInfo(kRootVMInternal)); in VisitRoots()
|
/art/runtime/hprof/ |
D | hprof.cc | 1122 VisitRoot(obj, RootInfo(kRootVMInternal)); in DumpHeapObject() 1127 VisitRoot(obj, RootInfo(kRootVMInternal)); in DumpHeapObject() 1133 VisitRoot(obj, RootInfo(kRootVMInternal)); in DumpHeapObject()
|
/art/openjdkjvmti/ |
D | ti_stack.cc | 894 art::RootInfo root_info(art::kRootVMInternal); in Run()
|
D | ti_heap.cc | 978 case art::RootType::kRootVMInternal: in GetReferenceKind()
|
/art/runtime/gc/ |
D | heap.cc | 2788 root->AsMirrorPtr(), RootInfo(kRootVMInternal)); in VisitRoot()
|