Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecodes.cpp908 uint16_t restIdx = READ_INST_8_0(); in InitBytecodeInfo() local
913 uint16_t restIdx = READ_INST_16_1(); in InitBytecodeInfo() local
Dinterpreter_stub-inl.h427 GateRef InterpreterStubBuilder::GetStartIdxAndNumArgs(GateRef sp, GateRef restIdx) in GetStartIdxAndNumArgs()
Dinterpreter_stub.cpp275 GateRef restIdx = ZExtInt8ToInt32(ReadInst8_0(pc)); in DECLARE_ASM_HANDLER() local
282 GateRef restIdx = ZExtInt16ToInt32(ReadInst16_1(pc)); in DECLARE_ASM_HANDLER() local
Dslowpath_lowering.cpp3429 GateRef restIdx = acc_.GetValueIn(gate, 0); in LowerCopyRestArgs() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h5563 uint8_t restIdx = READ_INST_8_0(); in RunInternal() local
5577 uint16_t restIdx = READ_INST_16_1(); in RunInternal() local
7146 uint32_t EcmaInterpreter::GetNumArgs(JSTaggedType *sp, uint32_t restIdx, uint32_t &startIdx) in GetNumArgs()
Dinterpreter_assembly.cpp2069 uint16_t restIdx = READ_INST_8_0(); in HandleCopyrestargsImm8() local
3212 uint16_t restIdx = READ_INST_16_1(); in HandleWideCopyrestargsPrefImm16() local
7469 uint32_t InterpreterAssembly::GetNumArgs(JSTaggedType *sp, uint32_t restIdx, uint32_t &startIdx) in GetNumArgs()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp1525 JSTaggedValue restIdx = GetArg(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local