Home
last modified time | relevance | path

Searched refs:MONO_CASE_NUM (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/
H A Dinvoke_cache.h25 static constexpr size_t MONO_CASE_NUM = 2; member in panda::ecmascript::InvokeCache
H A Dprofile_type_info.cpp275 return array->GetLength() == MONO_CASE_NUM ? ICState::MONO : ICState::POLY; // 2 : test case in GetICState()
279 return array->GetLength() == MONO_CASE_NUM ? ICState::MONO : ICState::POLY; // 2 : test case in GetICState()
291 return array->GetLength() == MONO_CASE_NUM ? ICState::MONO : ICState::POLY; // 2 : test case in GetICState()
H A Dinvoke_cache.cpp139 ASSERT(calleeArray.IsTaggedArray() && length >= MONO_CASE_NUM && length <= POLY_CASE_NUM); in SetPolyInlineCallCacheSlot()
H A Dprofile_type_info.h436 static constexpr size_t MONO_CASE_NUM = 2; member in panda::ecmascript::ProfileTypeAccessor

Completed in 5 milliseconds