Searched defs:ProfileMethodInfo (Results 1 – 1 of 1) sorted by relevance
47 struct ProfileMethodInfo { struct68 explicit ProfileMethodInfo(MethodReference reference) : ref(reference) {} in ProfileMethodInfo() function70 ProfileMethodInfo(MethodReference reference, const std::vector<ProfileInlineCache>& caches) in ProfileMethodInfo() function74 MethodReference ref;75 std::vector<ProfileInlineCache> inline_caches;