Searched defs:PROFILE_TYPE_NONE (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/ | ||
| D | pgo_profile_type.cpp | 22 const ProfileType ProfileType::PROFILE_TYPE_NONE = ProfileType(0, 0); member in panda::ecmascript::pgo::ProfileType |
| D | pgo_profile_type.h | 68 static PUBLIC_API const ProfileType PROFILE_TYPE_NONE; variable |