Searched defs:ProfileType (Results 1 - 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/ | ||
| H A D | pgo_profile_type.cpp | 38 ProfileType::ProfileType(PGOContext &context, ProfileTypeRef typeRef) in ProfileType() function in panda::ecmascript::pgo::ProfileType [all...] |
| H A D | pgo_profile_type.h | 42 class ProfileType { class 203 explicit ProfileType(uint64_t rawType) : type_(rawType) {}; in ProfileType() function in panda::ecmascript::pgo::ProfileType 205 ProfileType(ApEntityId abcId, uint32_t type, Kind kind = Kind::ClassId, bool root = false, in ProfileType() function in panda::ecmascript::pgo::ProfileType 631 ProfileTypeLegacy(uint32_t type, ProfileType::Kind kind = ProfileType::Kind::ClassId) ProfileTypeLegacy() argument [all...] |
| H A D | pgo_profiler_type.h | 118 CreateProfileType(ApEntityId recordId, int32_t profileType, typename ProfileType::Kind kind = ProfileType::Kind::ClassId, bool isRoot = false) CreateProfileType() argument [all...] |
Completed in 4 milliseconds