Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ic/
Dic_handler.h36 using InlinedPropsBit = KindBit::NextFlag; variable
37 using AccessorBit = InlinedPropsBit::NextFlag;
79 return InlinedPropsBit::Get(handler); in IsInlinedProps()
121 InlinedPropsBit::Set<uint32_t>(true, &handler); in LoadProperty()
167 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.h1386 Int32(HandlerBase::InlinedPropsBit::START_BIT)), in HandlerBaseIsInlinedProperty()
1387 Int32((1LLU << HandlerBase::InlinedPropsBit::SIZE) - 1)), in HandlerBaseIsInlinedProperty()