Searched defs:ProfileMethodInfo (Results 1 – 1 of 1) sorted by relevance
43 struct ProfileMethodInfo { struct55 explicit ProfileMethodInfo(MethodReference reference) : ref(reference) {} in ProfileMethodInfo() argument57 ProfileMethodInfo(MethodReference reference, const std::vector<ProfileInlineCache>& caches) in ProfileMethodInfo() function61 MethodReference ref;62 std::vector<ProfileInlineCache> inline_caches;