Home
last modified time | relevance | path

Searched defs:firstArgRegIdx (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecodes.cpp781 uint16_t firstArgRegIdx = READ_INST_8_2(); in InitBytecodeInfo() local
789 uint16_t firstArgRegIdx = READ_INST_8_3(); in InitBytecodeInfo() local
797 uint16_t firstArgRegIdx = READ_INST_8_3(); in InitBytecodeInfo() local
1088 uint16_t firstArgRegIdx = READ_INST_8_2(); in InitBytecodeInfo() local
1097 uint16_t firstArgRegIdx = READ_INST_8_4(); in InitBytecodeInfo() local
Dinterpreter_stub.cpp325 GateRef firstArgRegIdx = ZExtInt8ToInt16(ReadInst8_2(pc)); in DECLARE_ASM_HANDLER() local
335 GateRef firstArgRegIdx = ZExtInt8ToInt16(ReadInst8_4(pc)); in DECLARE_ASM_HANDLER() local
3887 GateRef firstArgRegIdx = ZExtInt8ToInt16(ReadInst8_2(pc)); in DECLARE_ASM_HANDLER() local
3956 GateRef firstArgRegIdx = ZExtInt8ToInt16(ReadInst8_3(pc)); in DECLARE_ASM_HANDLER() local
4026 GateRef firstArgRegIdx = ZExtInt8ToInt16(ReadInst8_3(pc)); in DECLARE_ASM_HANDLER() local
Dslowpath_lowering.cpp1803 GateRef firstArgRegIdx = acc_.GetValueIn(gate, 2); in LowerCreateObjectWithExcludedKeys() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h3904 uint16_t firstArgRegIdx = READ_INST_8_2(); in RunInternal() local
3918 uint16_t firstArgRegIdx = READ_INST_8_4(); in RunInternal() local
3931 uint16_t firstArgRegIdx = READ_INST_8_2(); in RunInternal() local
4065 uint16_t firstArgRegIdx = READ_INST_8_3(); in RunInternal() local
4199 uint16_t firstArgRegIdx = READ_INST_8_3(); in RunInternal() local
Dslow_runtime_stub.cpp354 uint16_t firstArgRegIdx) in CreateObjectWithExcludedKeys()
Dinterpreter_assembly.cpp2122 uint16_t firstArgRegIdx = READ_INST_8_2(); in HandleCreateobjectwithexcludedkeysImm8V8V8() local
3781 uint16_t firstArgRegIdx = READ_INST_8_3(); in HandleWideNewobjrangePrefImm16V8() local
3922 uint16_t firstArgRegIdx = READ_INST_8_4(); in HandleWideCreateobjectwithexcludedkeysPrefImm16V8V8() local
7005 uint16_t firstArgRegIdx = READ_INST_8_3(); in HandleNewobjrangeImm16Imm8V8() local
7148 uint16_t firstArgRegIdx = READ_INST_8_2(); in HandleNewobjrangeImm8Imm8V8() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1964 uint16_t firstArgRegIdx, in RuntimeOptCreateObjectWithExcludedKeys()
1985 uint16_t firstArgRegIdx) in RuntimeCreateObjectWithExcludedKeys()
Druntime_stubs.cpp1136 JSTaggedValue firstArgRegIdx = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local
1682 JSTaggedValue firstArgRegIdx = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local