Home
last modified time | relevance | path

Searched defs:ProfileInlineCache (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/libprofile/profile/
H A Dprofile_compilation_info.h48 struct ProfileInlineCache { struct
59 const uint32_t dex_pc;
60 const bool is_missing_types;
64 const std::vector<TypeReference> classes;
65 const bool is_megamorphic;
H A Dprofile_test_helper.h33 using ProfileInlineCache = ProfileMethodInfo::ProfileInlineCache; variable