Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.h48 struct ProfileInlineCache { struct
54 : 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;
Dprofile_test_helper.h33 using ProfileInlineCache = ProfileMethodInfo::ProfileInlineCache; variable