Home
last modified time | relevance | path

Searched defs:needPushArgv (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_gate_meta_data.h211 uint16_t dependsIn, uint32_t valuesIn, uint64_t value, bool needPushArgv) in NewConstructMetaData()
Dhcr_circuit_builder.cpp495 bool needPushArgv) in CallNew()
Dtyped_bytecode_lowering.cpp1558 bool needPushArgv = (expectedArgc != actualArgc); in LowerTypedNewObjRange() local
Dslowpath_lowering.cpp3343 bool needPushArgv = acc_.NeedPushArgv(gate); in LowerCallNew() local
3369 bool needPushArgv, const std::vector<GateRef> &args, in LowerNewFastCall()
/arkcompiler/ets_runtime/ecmascript/
Decma_context.cpp286 const JSTaggedType *prevFp, bool needPushArgv) in ExecuteAot()
Djs_function.cpp579 bool needPushArgv = numArgs > info->GetArgsNumber(); in InvokeOptimizedEntrypoint() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_call.cpp144 Register needPushArgv(X4); in JSFunctionEntry() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Doptimized_call.cpp58 Register needPushArgv = r8; in JSFunctionEntry() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2931 bool needPushArgv = numArgs != size; in GetResultValue() local