Home
last modified time | relevance | path

Searched defs:needPushUndefined (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Decma_context.cpp227 const JSTaggedType *prevFp, bool needPushUndefined) in ExecuteAot()
Djs_function.cpp397 bool needPushUndefined = numArgs > info->GetArgsNumber(); in InvokeOptimizedEntrypoint() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Doptimized_call.cpp59 Register needPushUndefined = r8; in JSFunctionEntry() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_call.cpp142 Register needPushUndefined(X4); in JSFunctionEntry() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2478 bool needPushUndefined = numArgs > size; in RuntimeOptConstructGeneric() local