Searched defs:ProfileInlineCache (Results 1 – 2 of 2) sorted by relevance
48 struct ProfileInlineCache { struct54 : dex_pc(pc), in dex_pc()59 const uint32_t dex_pc;60 const bool is_missing_types;64 const std::vector<TypeReference> classes;65 const bool is_megamorphic;
33 using ProfileInlineCache = ProfileMethodInfo::ProfileInlineCache; variable