Home
last modified time | relevance | path

Searched defs:ProfileType (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
H A Dpgo_profile_type.cpp38 ProfileType::ProfileType(PGOContext &context, ProfileTypeRef typeRef) in ProfileType() function in panda::ecmascript::pgo::ProfileType
[all...]
H A Dpgo_profile_type.h42 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 Dpgo_profiler_type.h118 CreateProfileType(ApEntityId recordId, int32_t profileType, typename ProfileType::Kind kind = ProfileType::Kind::ClassId, bool isRoot = false) CreateProfileType() argument
[all...]

Completed in 4 milliseconds