Home
last modified time | relevance | path

Searched defs:RESERVED_COUNT (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
H A Dpgo_profile_type_pool.h98 static constexpr uint32_t RESERVED_COUNT = 64; member in panda::ecmascript::pgo::PGOProfileTypePool
100 static_assert(static_cast<uint32_t>(ReservedType::END) < RESERVED_COUNT); member in panda::ecmascript::pgo::PGOProfileTypePool
H A Dpgo_record_pool.h234 static constexpr uint32_t RESERVED_COUNT = 64; member in panda::ecmascript::pgo::PGOAbcFilePool
235 static_assert(static_cast<uint32_t>(ReservedType::END) < RESERVED_COUNT); member in panda::ecmascript::pgo::PGOAbcFilePool

Completed in 2 milliseconds