Lines Matching refs:PGOMethodId
53 using PGOMethodId = EntityId; variable
338 explicit PGOMethodInfo(PGOMethodId id) : id_(id) {} in PGOMethodInfo()
340 PGOMethodInfo(PGOMethodId id, uint32_t count, SampleMode mode, const char *methodName) in PGOMethodInfo()
398 PGOMethodId GetMethodId() const in GetMethodId()
461 PGOMethodId id_;
687 explicit PGODecodeMethodInfo(PGOMethodId id) : methodId_(id) {} in PGODecodeMethodInfo()
689 PGOMethodId GetMethodId() const in GetMethodId()
702 PGOMethodId methodId_ {0};
839 bool AddType(Chunk *chunk, PGOMethodId methodId, int32_t offset, PGOSampleType type);
840 bool AddCallTargetType(Chunk *chunk, PGOMethodId methodId, int32_t offset, PGOSampleType type);
841 … bool AddObjectInfo(Chunk *chunk, PGOMethodId methodId, int32_t offset, const PGOObjectInfo &info);
842 …bool AddDefine(Chunk *chunk, PGOMethodId methodId, int32_t offset, PGOSampleType type, PGOSampleTy…
852 const CMap<PGOMethodId, PGOMethodInfo *> &GetMethodInfos() const in GetMethodInfos()
861 PGOMethodTypeSet *GetOrInsertMethodTypeSet(Chunk *chunk, PGOMethodId methodId);
863 CMap<PGOMethodId, PGOMethodInfo *> methodInfos_;
864 CMap<PGOMethodId, PGOMethodTypeSet *> methodTypeInfos_;
865 CMap<PGOMethodId, uint32_t> methodsChecksum_;
950 PGODecodeMethodInfo& GetOrCreateMethodInfo(uint32_t checksum, PGOMethodId methodId) in GetOrCreateMethodInfo()
1035 … bool AddType(const CString &recordName, PGOMethodId methodId, int32_t offset, PGOSampleType type);
1036 …bool AddCallTargetType(const CString &recordName, PGOMethodId methodId, int32_t offset, PGOSampleT…
1037 …bool AddObjectInfo(const CString &recordName, PGOMethodId methodId, int32_t offset, const PGOObjec…
1039 …const CString &recordName, PGOMethodId methodId, int32_t offset, PGOSampleType type, PGOSampleType…