Home
last modified time | relevance | path

Searched refs:IsJSArrayBit (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/
Dic_handler.h59 …using IsJSArrayBit = AccessorBit::NextFlag; … variable
60 …using OffsetBit = IsJSArrayBit::NextField<uint32_t, PropertyAttributes::OFFSET_BITFIELD_NUM>; …
180 return IsJSArrayBit::Get(handler); in IsJSArray()
276 IsJSArrayBit::Set<uint64_t>(true, &handler); in LoadElement()
352 IsJSArrayBit::Set<uint64_t>(true, &handler); in StoreElement()
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_runtime_stub_test.cpp35 using IsJSArrayBit = HandlerBase::IsJSArrayBit; typedef
549 IsJSArrayBit::Set<uint32_t>(true, &handlerInfo); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h1897 TruncInt64ToInt32(Int64LSR(attr, Int64(HandlerBase::IsJSArrayBit::START_BIT))), in HandlerBaseIsJSArray()
1898 Int32((1LLU << HandlerBase::IsJSArrayBit::SIZE) - 1)), in HandlerBaseIsJSArray()