Home
last modified time | relevance | path

Searched defs:numInlinedProps (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Dconcurrent_marking_test.cpp141 uint32_t numInlinedProps = hclass->GetInlinedProperties(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Djs_hclass-inl.h463 … bool withInlinedProperties, uint32_t numInlinedProps) in SetPropertyOfObjHClass()
Djs_hclass.cpp216 …uint32_t numInlinedProps = withInlinedProperties ? inlinedProps : jshclass->GetInlinedProperties(); in Clone() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_bytecode_lowering.cpp2435 uint32_t numInlinedProps = newClass->GetInlinedProperties(); in LowerCreateObjectWithBuffer() local