Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.h47 struct ProfileMethodInfo { struct
68 explicit ProfileMethodInfo(MethodReference reference) : ref(reference) {} in ProfileMethodInfo() function
70 ProfileMethodInfo(MethodReference reference, const std::vector<ProfileInlineCache>& caches) in ProfileMethodInfo() function
74 MethodReference ref;
75 std::vector<ProfileInlineCache> inline_caches;