Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecodes.cpp871 uint16_t firstArgRegIdx = READ_INST_8_2(); in InitBytecodeInfo() local
879 uint16_t firstArgRegIdx = READ_INST_8_3(); in InitBytecodeInfo() local
887 uint16_t firstArgRegIdx = READ_INST_8_3(); in InitBytecodeInfo() local
1178 uint16_t firstArgRegIdx = READ_INST_8_2(); in InitBytecodeInfo() local
1188 uint16_t firstArgRegIdx = READ_INST_8_4(); in InitBytecodeInfo() local
Dinterpreter_stub.cpp431 GateRef firstArgRegIdx = ZExtInt8ToInt16(ReadInst8_2(pc)); in DECLARE_ASM_HANDLER() local
441 GateRef firstArgRegIdx = ZExtInt8ToInt16(ReadInst8_4(pc)); in DECLARE_ASM_HANDLER() local
4154 GateRef firstArgRegIdx = ZExtInt8ToInt16(ReadInst8_2(pc)); in DECLARE_ASM_HANDLER() local
4224 GateRef firstArgRegIdx = ZExtInt8ToInt16(ReadInst8_3(pc)); in DECLARE_ASM_HANDLER() local
4295 GateRef firstArgRegIdx = ZExtInt8ToInt16(ReadInst8_3(pc)); in DECLARE_ASM_HANDLER() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h3975 uint16_t firstArgRegIdx = READ_INST_8_2(); in RunInternal() local
3989 uint16_t firstArgRegIdx = READ_INST_8_4(); in RunInternal() local
4002 uint16_t firstArgRegIdx = READ_INST_8_2(); in RunInternal() local
4137 uint16_t firstArgRegIdx = READ_INST_8_3(); in RunInternal() local
4273 uint16_t firstArgRegIdx = READ_INST_8_3(); in RunInternal() local
Dslow_runtime_stub.cpp354 uint16_t firstArgRegIdx) in CreateObjectWithExcludedKeys()
Dinterpreter_assembly.cpp2157 uint16_t firstArgRegIdx = READ_INST_8_2(); in HandleCreateobjectwithexcludedkeysImm8V8V8() local
3819 uint16_t firstArgRegIdx = READ_INST_8_3(); in HandleWideNewobjrangePrefImm16V8() local
3960 uint16_t firstArgRegIdx = READ_INST_8_4(); in HandleWideCreateobjectwithexcludedkeysPrefImm16V8V8() local
7108 uint16_t firstArgRegIdx = READ_INST_8_3(); in HandleNewobjrangeImm16Imm8V8() local
7251 uint16_t firstArgRegIdx = READ_INST_8_2(); in HandleNewobjrangeImm8Imm8V8() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2194 uint32_t firstArgRegIdx = 1; // 1: means the firstArgRegIdx in RuntimeOptCreateObjectWithExcludedKeys() local
2212 uint16_t firstArgRegIdx) in RuntimeCreateObjectWithExcludedKeys()
Druntime_stubs.cpp2239 JSTaggedValue firstArgRegIdx = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local