Home
last modified time | relevance | path

Searched defs:numInlinedProps (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Dconcurrent_marking_test.cpp141 uint32_t numInlinedProps = hclass->GetInlinedProperties(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
H A Djs_hclass.cpp216 uint32_t numInlinedProps = withoutInlinedProperties ? 0 : jshclass->GetInlinedProperties() + incInlinedProperties; in Clone() local

Completed in 4 milliseconds