Home
last modified time | relevance | path

Searched refs:kCollectorTypeJitCodeCache (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/art/runtime/gc/
H A Dcollector_type.h59 kCollectorTypeJitCodeCache, enumerator
/aosp_15_r20/out/soong/.intermediates/art/runtime/art_operator_srcs/gen/gensrcs/art/runtime/gc/
Dcollector_type.operator_out.cc24 case kCollectorTypeJitCodeCache: os << "CollectorTypeJitCodeCache"; break; in operator <<()
/aosp_15_r20/art/runtime/metrics/
H A Dstatsd.cc325 case gc::kCollectorTypeJitCodeCache: in EncodeGcCollectorType()