Home
last modified time | relevance | path

Searched defs:restIdx (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dntype_bytecode_lowering.cpp235 GateRef restIdx = acc_.GetValueIn(gate, 0); in LowerNTypedCopyRestArgs() local
246 GateRef restIdx = builder_.Int32(0); in LowerNTypedGetUnmappedArgs() local
Dbytecodes.cpp1336 uint16_t restIdx = READ_INST_8_0(); in InitBytecodeInfo() local
1341 uint16_t restIdx = READ_INST_16_1(); in InitBytecodeInfo() local
Dinterpreter_stub-inl.h498 GateRef InterpreterStubBuilder::GetStartIdxAndNumArgs(GateRef sp, GateRef restIdx) in GetStartIdxAndNumArgs()
Dhcr_circuit_builder.cpp546 …uitBuilder::CreateArguments(ElementsKind kind, CreateArgumentsAccessor::Mode mode, GateRef restIdx) in CreateArguments()
Dinterpreter_stub.cpp577 GateRef restIdx = ZExtInt8ToInt32(ReadInst8_0(pc)); in DECLARE_ASM_HANDLER() local
626 GateRef restIdx = ZExtInt16ToInt32(ReadInst16_1(pc)); in DECLARE_ASM_HANDLER() local
Dslowpath_lowering.cpp3059 GateRef restIdx = acc_.GetValueIn(gate, 0); in LowerCopyRestArgs() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/
Dcall_ets.cpp107 const auto restIdx = numArgs - 1; in ConvertArgs() local
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_stub_builder.h223 GateRef GetStartIdxAndNumArgs(GateRef sp, GateRef restIdx) in GetStartIdxAndNumArgs()
Dbaseline_stubs-inl.h251 GateRef BaselineStubBuilder::GetStartIdxAndNumArgs(GateRef sp, GateRef restIdx) in GetStartIdxAndNumArgs()
Dbaseline_stubs.cpp2648 GateRef restIdx = Int32Argument(PARAM_INDEX(BaselineCopyrestargsImm8, REST_IDX)); in GenerateCircuit() local
4466 GateRef restIdx = Int32Argument(PARAM_INDEX(BaselineWideCopyrestargsPrefImm16, INDEX)); in GenerateCircuit() local
Dbaseline_compiler.cpp2697 uint8_t restIdx = READ_INST_8_0(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.cpp5835 uint8_t restIdx = READ_INST_8_0(); in RunInternal() local
5849 uint16_t restIdx = READ_INST_16_1(); in RunInternal() local
7771 uint32_t EcmaInterpreter::GetNumArgs(JSTaggedType *sp, uint32_t restIdx, uint32_t &startIdx) in GetNumArgs()
Dinterpreter_assembly.cpp2174 uint16_t restIdx = READ_INST_8_0(); in HandleCopyrestargsImm8() local
3382 uint16_t restIdx = READ_INST_16_1(); in HandleWideCopyrestargsPrefImm16() local
7928 uint32_t InterpreterAssembly::GetNumArgs(JSTaggedType *sp, uint32_t restIdx, uint32_t &startIdx) in GetNumArgs()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2392 JSTaggedValue restIdx = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local