Home
last modified time | relevance | path

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

/aosp_15_r20/art/compiler/optimizing/
H A Doptimizing_compiler_stats.h73 kInlinedPolymorphicCall, enumerator
H A Dinliner.cc1128 MaybeRecordStat(stats_, MethodCompilationStat::kInlinedPolymorphicCall); in TryInlinePolymorphicCall()
1320 MaybeRecordStat(stats_, MethodCompilationStat::kInlinedPolymorphicCall); in TryInlinePolymorphicCallToSameTarget()
/aosp_15_r20/out/soong/.intermediates/art/compiler/art_compiler_operator_srcs/gen/gensrcs/art/compiler/optimizing/
Doptimizing_compiler_stats.operator_out.cc48 case MethodCompilationStat::kInlinedPolymorphicCall: os << "InlinedPolymorphicCall"; break; in operator <<()