Searched defs:restIdx (Results 1 – 14 of 14) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | ntype_bytecode_lowering.cpp | 235 GateRef restIdx = acc_.GetValueIn(gate, 0); in LowerNTypedCopyRestArgs() local 246 GateRef restIdx = builder_.Int32(0); in LowerNTypedGetUnmappedArgs() local
|
| D | bytecodes.cpp | 1336 uint16_t restIdx = READ_INST_8_0(); in InitBytecodeInfo() local 1341 uint16_t restIdx = READ_INST_16_1(); in InitBytecodeInfo() local
|
| D | interpreter_stub-inl.h | 498 GateRef InterpreterStubBuilder::GetStartIdxAndNumArgs(GateRef sp, GateRef restIdx) in GetStartIdxAndNumArgs()
|
| D | hcr_circuit_builder.cpp | 546 …uitBuilder::CreateArguments(ElementsKind kind, CreateArgumentsAccessor::Mode mode, GateRef restIdx) in CreateArguments()
|
| D | interpreter_stub.cpp | 577 GateRef restIdx = ZExtInt8ToInt32(ReadInst8_0(pc)); in DECLARE_ASM_HANDLER() local 626 GateRef restIdx = ZExtInt16ToInt32(ReadInst16_1(pc)); in DECLARE_ASM_HANDLER() local
|
| D | slowpath_lowering.cpp | 3059 GateRef restIdx = acc_.GetValueIn(gate, 0); in LowerCopyRestArgs() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/ |
| D | call_ets.cpp | 107 const auto restIdx = numArgs - 1; in ConvertArgs() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| D | baseline_stub_builder.h | 223 GateRef GetStartIdxAndNumArgs(GateRef sp, GateRef restIdx) in GetStartIdxAndNumArgs()
|
| D | baseline_stubs-inl.h | 251 GateRef BaselineStubBuilder::GetStartIdxAndNumArgs(GateRef sp, GateRef restIdx) in GetStartIdxAndNumArgs()
|
| D | baseline_stubs.cpp | 2648 GateRef restIdx = Int32Argument(PARAM_INDEX(BaselineCopyrestargsImm8, REST_IDX)); in GenerateCircuit() local 4466 GateRef restIdx = Int32Argument(PARAM_INDEX(BaselineWideCopyrestargsPrefImm16, INDEX)); in GenerateCircuit() local
|
| D | baseline_compiler.cpp | 2697 uint8_t restIdx = READ_INST_8_0(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.cpp | 5835 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()
|
| D | interpreter_assembly.cpp | 2174 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/ |
| D | runtime_stubs.cpp | 2392 JSTaggedValue restIdx = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local
|