Searched refs:NewCommonArg (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | argument_accessor.h | 67 void NewCommonArg(const CommonArgIdx argIndex, MachineType machineType, GateType gateType);
|
H A D | argument_accessor.cpp | 19 void ArgumentAccessor::NewCommonArg(const CommonArgIdx argIndex, MachineType machineType, GateType gateType) in NewCommonArg() function in panda::ecmascript::kungfu::ArgumentAccessor
|
H A D | bytecode_circuit_builder.cpp | 589 argAcc_.NewCommonArg(CommonArgIdx::GLUE, MachineType::I64, GateType::NJSValue()); in BuildCircuitArgs() 591 argAcc_.NewCommonArg(CommonArgIdx::ACTUAL_ARGC, MachineType::I64, GateType::NJSValue()); in BuildCircuitArgs() 592 argAcc_.NewCommonArg(CommonArgIdx::ACTUAL_ARGV, MachineType::ARCH, GateType::NJSValue()); in BuildCircuitArgs()
|
Completed in 4 milliseconds