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.h212 uint16_t dependsIn, uint32_t valuesIn, uint64_t value, bool needPushArgv, bool isFastCall) in NewConstructMetaData()
Dhcr_circuit_builder.cpp512 bool needPushArgv, bool isFastCall) in CallNew()
Dslowpath_lowering.cpp3657 bool needPushArgv = acc_.NeedPushArgv(gate); in LowerCallNew() local
3717 void SlowPathLowering::LowerNewFastCall(GateRef gate, GateRef glue, GateRef func, bool needPushArgv in LowerNewFastCall()
Dtyped_bytecode_lowering.cpp1970 bool needPushArgv = (expectedArgc != actualArgc); in LowerTypedNewObjRange() local
/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp681 bool needPushArgv = numArgs > info->GetArgsNumber(); in InvokeOptimizedEntrypoint() local
Decma_vm.cpp1930 const JSTaggedType *prevFp, bool needPushArgv) in ExecuteAot()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_call.cpp135 Register needPushArgv(X4); in JSFunctionEntry() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Doptimized_call.cpp49 Register needPushArgv = r8; in JSFunctionEntry() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h3121 bool needPushArgv = numArgs != size; in GetResultValue() local