Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_hclass_generator.cpp242 int functionCount = -1; in CreateCHClass() local
250 functionCount++; in CreateCHClass()
255 functionCount++; in CreateCHClass()
260 functionCount++; in CreateCHClass()
274 functionCount++; in CreateCHClass()
281 attributes.SetOffset(functionCount); in CreateCHClass()
282 layout->AddKey(thread, functionCount, tsPropKey, attributes); in CreateCHClass()
288 attributes.SetOffset(index + functionCount); in CreateCHClass()
289 … layout->AddKey(thread, index + functionCount, noFunc[index - 1].GetTaggedValue(), attributes); in CreateCHClass()