Searched defs:ProfileType (Results 1 – 8 of 8) sorted by relevance
48 using ProfileType = void *; variable
37 ProfileType::ProfileType(PGOContext &context, ProfileTypeRef typeRef) in ProfileType() function in panda::ecmascript::pgo::ProfileType
204 explicit ProfileType(uint64_t rawType) : type_(rawType) {}; in ProfileType() function
22 using ProfileType = pgo::ProfileType; variable
88 …enum ProfileType : uint32_t { NO = 0x00, VCALL = 0x01, BRANCH = 0x02, THROW = 0x04, ALL = 0xFFFFFF… enum
26 using ProfileType = pgo::ProfileType; variable
29 using ProfileType = pgo::ProfileType; typedef
34 using ProfileType = pgo::ProfileType; variable