Home
last modified time | relevance | path

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

/art/runtime/
Djava_frame_root_info.h48 : RootInfo(kRootJavaFrame, thread_id), stack_visitor_(stack_visitor), vreg_(vreg) { in JavaFrameRootInfo()
Dgc_root.h44 kRootJavaFrame, enumerator
/art/openjdkjvmti/
Dti_heap.cc1021 case art::RootType::kRootJavaFrame: in GetReferenceKind()
1715 if (info.GetType() == art::RootType::kRootJavaFrame) { in ReplaceStrongRoots()
1742 if (info.GetType() == art::RootType::kRootJavaFrame) { in ReplaceStrongRoots()
/art/perfetto_hprof/
Dperfetto_hprof.cc401 case art::kRootJavaFrame: in ToProtoType()