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.cpp516 bool needPushArgv) in CallNew()
Dslowpath_lowering.cpp3270 bool needPushArgv = acc_.NeedPushArgv(gate); in LowerCallNew() local
3296 bool needPushArgv, const std::vector<GateRef> &args, in LowerNewFastCall()
Dtyped_bytecode_lowering.cpp1625 bool needPushArgv = (expectedArgc != actualArgc); in LowerTypedNewObjRange() local
/arkcompiler/ets_runtime/ecmascript/
Decma_context.cpp233 const JSTaggedType *prevFp, bool needPushArgv) in ExecuteAot()
Djs_function.cpp617 bool needPushArgv = numArgs > info->GetArgsNumber(); in InvokeOptimizedEntrypoint() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Doptimized_call.cpp49 Register needPushArgv = r8; in JSFunctionEntry() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_call.cpp135 Register needPushArgv(X4); in JSFunctionEntry() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2964 bool needPushArgv = numArgs != size; in GetResultValue() local