Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ic/
Dic_handler.h51 using InlinedPropsBit = KindBit::NextFlag; variable
52 using AccessorBit = InlinedPropsBit::NextFlag;
151 return InlinedPropsBit::Get(handler); in IsInlinedProps()
217 InlinedPropsBit::Set<uint32_t>(true, &handler); in LoadProperty()
303 InlinedPropsBit::Set<uint32_t>(true, &handler); in StoreProperty()
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_runtime_stub_test.cpp30 using InlinedPropsBit = HandlerBase::InlinedPropsBit; typedef
474 InlinedPropsBit::Set<uint32_t>(true, &handler); in HWTEST_F_L0()
501 InlinedPropsBit::Set<uint32_t>(true, &handler); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h1670 Int32(HandlerBase::InlinedPropsBit::START_BIT)), in HandlerBaseIsInlinedProperty()
1671 Int32((1LLU << HandlerBase::InlinedPropsBit::SIZE) - 1)), in HandlerBaseIsInlinedProperty()