Home
last modified time | relevance | path

Searched defs:needPushArgv (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dhcr_circuit_builder.cpp494 CallNew(GateRef hirGate, std::vector<GateRef> args, bool needPushArgv) CallNew() argument
H A Dmcr_gate_meta_data.h210 NewConstructMetaData(OpCode opcode, GateFlags flags, uint32_t statesIn, uint16_t dependsIn, uint32_t valuesIn, uint64_t value, bool needPushArgv) NewConstructMetaData() argument
H A Dtyped_bytecode_lowering.cpp1559 bool needPushArgv = (expectedArgc != actualArgc); in LowerTypedNewObjRange() local
H A Dslowpath_lowering.cpp3381 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 Doptimized_call.cpp58 Register needPushArgv = r8; in JSFunctionEntry() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Doptimized_call.cpp151 __ Mov(Register(X6), needPushArgv); in JSFunctionEntry() local
/arkcompiler/ets_runtime/ecmascript/
H A Decma_context.cpp285 ExecuteAot(size_t actualNumArgs, JSTaggedType *args, const JSTaggedType *prevFp, bool needPushArgv) ExecuteAot() argument
H A Djs_function.cpp582 bool needPushArgv = numArgs > info->GetArgsNumber(); in InvokeOptimizedEntrypoint() local

Completed in 25 milliseconds