Home
last modified time | relevance | path

Searched refs:POLY_CASE_NUM (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/
H A Dinvoke_cache.h26 static constexpr size_t POLY_CASE_NUM = 4; member in panda::ecmascript::InvokeCache
H A Dinvoke_cache.cpp41 ASSERT(length <= POLY_CASE_NUM && newTargetArray.IsTaggedArray() && initialHClassArray.IsTaggedArray()); in SetPolyConstuctCacheSlot()
139 ASSERT(calleeArray.IsTaggedArray() && length >= MONO_CASE_NUM && length <= POLY_CASE_NUM); in SetPolyInlineCallCacheSlot()
H A Dprofile_type_info.cpp83 JSHandle<TaggedArray> newArr = factory->NewTaggedArray(POLY_CASE_NUM); in AddHandlerWithoutKey()
142 JSHandle<TaggedArray> newArr = factory->NewTaggedArray(POLY_CASE_NUM); in AddHandlerWithKey()
H A Dprofile_type_info.h437 static constexpr size_t POLY_CASE_NUM = 4; member in panda::ecmascript::ProfileTypeAccessor
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
H A Dpgo_profiler_type.h782 count_ = std::min(from.GetCount(), static_cast<uint32_t>(POLY_CASE_NUM)); in ConvertFrom()
811 if (count < static_cast<uint32_t>(POLY_CASE_NUM)) { in AddObjectInfo()
831 static constexpr int POLY_CASE_NUM = 4;
833 PGOObjectInfoType infos_[POLY_CASE_NUM];

Completed in 6 milliseconds