Searched refs:ACTUAL_ARGV (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | argument_accessor.h | 28 ACTUAL_ARGV, member in panda::ecmascript::kungfu::CommonArgIdx 47 ACTUAL_ARGV, member in panda::ecmascript::kungfu::FrameArgIdx 90 return static_cast<size_t>(CommonArgIdx::ACTUAL_ARGV) - static_cast<size_t>(CommonArgIdx::GLUE); in GetExtraArgsNum()
|
H A D | argument_accessor.cpp | 125 args_.insert(args_.begin() + static_cast<size_t>(CommonArgIdx::ACTUAL_ARGV), actualArgvGate); in CollectArgs()
|
H A D | bytecode_circuit_builder.cpp | 592 argAcc_.NewCommonArg(CommonArgIdx::ACTUAL_ARGV, MachineType::ARCH, GateType::NJSValue()); in BuildCircuitArgs() 621 args[idx++] = argAcc_.GetCommonArgGate(CommonArgIdx::ACTUAL_ARGV); in BuildFrameArgs() 674 args.insert(args.begin() + static_cast<uint8_t>(CommonArgIdx::ACTUAL_ARGV), argv); in BuildOSRArgs()
|
H A D | ntype_hcr_lowering.cpp | 147 GateRef argv = argAcc.GetFrameArgsIn(frameState, FrameArgIdx::ACTUAL_ARGV); in LowerCreateArguments()
|
H A D | slowpath_lowering.cpp | 1953 GateRef actualArgv = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::ACTUAL_ARGV); in LowerSuperCallForwardAllArgs() 3319 index != static_cast<size_t>(CommonArgIdx::ACTUAL_ARGV) && in IsFastCallArgs()
|
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
H A D | optimized_call.cpp | 239 IncreaseStackForArguments(assembler, argC, currentSp, static_cast<int64_t>(CommonArgIdx::ACTUAL_ARGV)); in OptimizedCallAndPushArgv() 945 IncreaseStackForArguments(assembler, realArgC, fp, static_cast<int64_t>(CommonArgIdx::ACTUAL_ARGV)); in JSBoundFunctionCallInternal() 1270 IncreaseStackForArguments(assembler, argC, currentSp, static_cast<int64_t>(CommonArgIdx::ACTUAL_ARGV)); in GenJSCallWithArgV()
|
Completed in 14 milliseconds