Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.h43 struct ProfileMethodInfo { struct
55 explicit ProfileMethodInfo(MethodReference reference) : ref(reference) {} in ProfileMethodInfo() argument
57 ProfileMethodInfo(MethodReference reference, const std::vector<ProfileInlineCache>& caches) in ProfileMethodInfo() argument
61 MethodReference ref;
62 std::vector<ProfileInlineCache> inline_caches;