Lines Matching defs:PGOMethodInfo
111 class PGOMethodInfo {
120 explicit PGOMethodInfo(PGOMethodId id) : id_(id) {}
122 PGOMethodInfo(PGOMethodId id, uint32_t count, SampleMode mode, const char *methodName)
140 return sizeof(PGOMethodInfo) + AlignUp(length, GetAlignmentInBytes(ALIGN_SIZE));
170 void Merge(const PGOMethodInfo *info)
240 NO_COPY_SEMANTIC(PGOMethodInfo);
241 NO_MOVE_SEMANTIC(PGOMethodInfo);
278 // PGOMethodInfo release by chunk
302 const CMap<PGOMethodId, PGOMethodInfo *> &GetMethodInfos() const
313 CMap<PGOMethodId, PGOMethodInfo *> methodInfos_;