Home
last modified time | relevance | path

Searched defs:restIdx (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/
H A Dcall_ets.cpp107 const auto restIdx = numArgs - 1; in ConvertArgs() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbytecodes.cpp1337 uint16_t restIdx = READ_INST_8_0(); in InitBytecodeInfo() local
1342 uint16_t restIdx = READ_INST_16_1(); in InitBytecodeInfo() local
H A Dntype_bytecode_lowering.cpp238 GateRef restIdx = acc_.GetValueIn(gate, 0); in LowerNTypedCopyRestArgs() local
249 GateRef restIdx = builder_.Int32(0); in LowerNTypedGetUnmappedArgs() local
H A Dhcr_circuit_builder.cpp547 GateRef CircuitBuilder::CreateArguments(ElementsKind kind, CreateArgumentsAccessor::Mode mode, GateRef restIdx) in CreateArguments() argument
H A Dinterpreter_stub-inl.h498 GateRef InterpreterStubBuilder::GetStartIdxAndNumArgs(GateRef sp, GateRef restIdx) in GetStartIdxAndNumArgs() argument
H A 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
H A Dslowpath_lowering.cpp3099 GateRef restIdx = acc_.GetValueIn(gate, 0); in LowerCopyRestArgs() local
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stub_builder.h223 GateRef GetStartIdxAndNumArgs(GateRef sp, GateRef restIdx) in GetStartIdxAndNumArgs() argument
H A Dbaseline_stubs-inl.h251 GateRef BaselineStubBuilder::GetStartIdxAndNumArgs(GateRef sp, GateRef restIdx) in GetStartIdxAndNumArgs() argument
H A Dbaseline_compiler.cpp2718 uint8_t restIdx = READ_INST_8_0(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
H A Dbaseline_stubs.cpp2622 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 Dinterpreter-inl.cpp3809 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 Druntime_stubs.cpp2414 JSTaggedValue restIdx = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local

Completed in 70 milliseconds