Home
last modified time | relevance | path

Searched refs:kRootJavaFrame (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Djava_frame_root_info.h50 : RootInfo(kRootJavaFrame, thread_id), stack_visitor_(stack_visitor), vreg_(vreg) { in JavaFrameRootInfo()
Dgc_root.h44 kRootJavaFrame, enumerator
/art/openjdkjvmti/
Dti_heap.cc1019 case art::RootType::kRootJavaFrame: in GetReferenceKind()
1713 if (info.GetType() == art::RootType::kRootJavaFrame) { in ReplaceStrongRoots()
1740 if (info.GetType() == art::RootType::kRootJavaFrame) { in ReplaceStrongRoots()
/art/perfetto_hprof/
Dperfetto_hprof.cc479 case art::kRootJavaFrame: in ToProtoType()
/art/compiler/jni/
Djni_compiler_test.cc598 if (info.GetType() == art::RootType::kRootJavaFrame) { in VisitRoots()
611 CHECK_NE(info.GetType(), art::RootType::kRootJavaFrame); in VisitRoots()