Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2379 …uint32_t preArgsSize = preArgs->IsUndefined() ? 0 : JSHandle<TaggedArray>::Cast(preArgs)->GetLengt… in RuntimeOptConstructProxy() local
2381 const uint32_t size = preArgsSize + argsCount; in RuntimeOptConstructProxy()
2383 if (preArgsSize > 0) { in RuntimeOptConstructProxy()
2385 for (uint32_t i = 0; i < preArgsSize; ++i) { in RuntimeOptConstructProxy()
2393 arr->Set(thread, i + preArgsSize, value); in RuntimeOptConstructProxy()
2452 …uint32_t preArgsSize = preArgs->IsUndefined() ? 0 : JSHandle<TaggedArray>::Cast(preArgs)->GetLengt… in RuntimeOptConstructGeneric() local
2454 uint32_t size = preArgsSize + argsCount; in RuntimeOptConstructGeneric()
2473 if (preArgsSize > 0) { in RuntimeOptConstructGeneric()
2475 for (uint32_t i = 0; i < preArgsSize; ++i) { in RuntimeOptConstructGeneric()