Searched defs:needPushArgv (Results 1 - 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | hcr_circuit_builder.cpp | 494 CallNew(GateRef hirGate, std::vector<GateRef> args, bool needPushArgv) CallNew() argument
|
| H A D | mcr_gate_meta_data.h | 210 NewConstructMetaData(OpCode opcode, GateFlags flags, uint32_t statesIn, uint16_t dependsIn, uint32_t valuesIn, uint64_t value, bool needPushArgv) NewConstructMetaData() argument
|
| H A D | typed_bytecode_lowering.cpp | 1559 bool needPushArgv = (expectedArgc != actualArgc); in LowerTypedNewObjRange() local
|
| H A D | slowpath_lowering.cpp | 3381 bool needPushArgv = acc_.NeedPushArgv(gate); in LowerCallNew() local 3406 LowerNewFastCall(GateRef gate, GateRef glue, GateRef func, bool needPushArgv, const std::vector<GateRef> &args, const std::vector<GateRef> &argsFastCall, Variable *result, Label *exit) LowerNewFastCall() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
| H A D | optimized_call.cpp | 58 Register needPushArgv = r8; in JSFunctionEntry() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
| H A D | optimized_call.cpp | 151 __ Mov(Register(X6), needPushArgv); in JSFunctionEntry() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | ecma_context.cpp | 285 ExecuteAot(size_t actualNumArgs, JSTaggedType *args, const JSTaggedType *prevFp, bool needPushArgv) ExecuteAot() argument
|
| H A D | js_function.cpp | 582 bool needPushArgv = numArgs > info->GetArgsNumber(); in InvokeOptimizedEntrypoint() local
|
Completed in 25 milliseconds