Searched defs:restIdx (Results 1 - 13 of 13) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/ |
| H A D | call_ets.cpp | 107 const auto restIdx = numArgs - 1; in ConvertArgs() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | bytecodes.cpp | 1337 uint16_t restIdx = READ_INST_8_0(); in InitBytecodeInfo() local 1342 uint16_t restIdx = READ_INST_16_1(); in InitBytecodeInfo() local
|
| H A D | ntype_bytecode_lowering.cpp | 238 GateRef restIdx = acc_.GetValueIn(gate, 0); in LowerNTypedCopyRestArgs() local 249 GateRef restIdx = builder_.Int32(0); in LowerNTypedGetUnmappedArgs() local
|
| H A D | hcr_circuit_builder.cpp | 547 GateRef CircuitBuilder::CreateArguments(ElementsKind kind, CreateArgumentsAccessor::Mode mode, GateRef restIdx) in CreateArguments() argument
|
| H A D | interpreter_stub-inl.h | 498 GateRef InterpreterStubBuilder::GetStartIdxAndNumArgs(GateRef sp, GateRef restIdx) in GetStartIdxAndNumArgs() argument
|
| H A 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
|
| H A D | slowpath_lowering.cpp | 3099 GateRef restIdx = acc_.GetValueIn(gate, 0); in LowerCopyRestArgs() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| H A D | baseline_stub_builder.h | 223 GateRef GetStartIdxAndNumArgs(GateRef sp, GateRef restIdx) in GetStartIdxAndNumArgs() argument
|
| H A D | baseline_stubs-inl.h | 251 GateRef BaselineStubBuilder::GetStartIdxAndNumArgs(GateRef sp, GateRef restIdx)
in GetStartIdxAndNumArgs() argument
|
| H A D | baseline_compiler.cpp | 2718 uint8_t restIdx = READ_INST_8_0(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
|
| H A D | baseline_stubs.cpp | 2622 GateRef restIdx = Int32Argument(PARAM_INDEX(BaselineCopyrestargsImm8, REST_IDX)); in GenerateCircuit() local 4440 GateRef restIdx = Int32Argument(PARAM_INDEX(BaselineWideCopyrestargsPrefImm16, INDEX)); in GenerateCircuit() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| H A D | interpreter-inl.cpp | 3809 uint32_t restIdx = 0; in RunInternal() local 5919 uint8_t restIdx = READ_INST_8_0(); in RunInternal() local 5933 uint16_t restIdx = READ_INST_16_1(); in RunInternal() local 7855 uint32_t EcmaInterpreter::GetNumArgs(JSTaggedType *sp, uint32_t restIdx, uint32_t &startIdx) in GetNumArgs() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| H A D | runtime_stubs.cpp | 2414 JSTaggedValue restIdx = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local
|
Completed in 70 milliseconds