Home
last modified time | relevance | path

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

/aosp_15_r20/out/soong/.intermediates/art/runtime/art_operator_srcs/gen/gensrcs/art/runtime/
Dgc_root.operator_out.cc12 case kRootJavaFrame: os << "RootJavaFrame"; break; in operator <<()
/aosp_15_r20/art/runtime/
H A Djava_frame_root_info.h50 : RootInfo(kRootJavaFrame, thread_id), stack_visitor_(stack_visitor), vreg_(vreg) { in JavaFrameRootInfo()
H A Dgc_root.h44 kRootJavaFrame, enumerator
/aosp_15_r20/art/openjdkjvmti/
H A Dti_heap.cc1024 case art::RootType::kRootJavaFrame: in GetReferenceKind()
1720 if (info.GetType() == art::RootType::kRootJavaFrame) { in ReplaceStrongRoots()
1747 if (info.GetType() == art::RootType::kRootJavaFrame) { in ReplaceStrongRoots()
/aosp_15_r20/art/perfetto_hprof/
H A Dperfetto_hprof.cc475 case art::kRootJavaFrame: in ToProtoType()
/aosp_15_r20/art/compiler/jni/
H A Djni_compiler_test.cc595 if (info.GetType() == art::RootType::kRootJavaFrame) { in VisitRoots()
607 CHECK_NE(info.GetType(), art::RootType::kRootJavaFrame); in VisitRoots()