Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecodes.cpp583 uint16_t firstArgRegIdx = READ_INST_8_2(); in InitBytecodeInfo() local
591 uint16_t firstArgRegIdx = READ_INST_8_3(); in InitBytecodeInfo() local
599 uint16_t firstArgRegIdx = READ_INST_8_3(); in InitBytecodeInfo() local
892 uint16_t firstArgRegIdx = READ_INST_8_2(); in InitBytecodeInfo() local
901 uint16_t firstArgRegIdx = READ_INST_8_4(); in InitBytecodeInfo() local
Dinterpreter_stub.cpp291 GateRef firstArgRegIdx = ZExtInt8ToInt16(ReadInst8_2(pc)); in DECLARE_ASM_HANDLER() local
301 GateRef firstArgRegIdx = ZExtInt8ToInt16(ReadInst8_4(pc)); in DECLARE_ASM_HANDLER() local
3845 GateRef firstArgRegIdx = ZExtInt8ToInt16(ReadInst8_2(pc)); in DECLARE_ASM_HANDLER() local
3914 GateRef firstArgRegIdx = ZExtInt8ToInt16(ReadInst8_3(pc)); in DECLARE_ASM_HANDLER() local
3983 GateRef firstArgRegIdx = ZExtInt8ToInt16(ReadInst8_3(pc)); in DECLARE_ASM_HANDLER() local
Dslowpath_lowering.cpp2265 GateRef firstArgRegIdx = acc_.GetValueIn(gate, 2); in LowerCreateObjectWithExcludedKeys() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h3764 uint16_t firstArgRegIdx = READ_INST_8_2(); in RunInternal() local
3778 uint16_t firstArgRegIdx = READ_INST_8_4(); in RunInternal() local
3791 uint16_t firstArgRegIdx = READ_INST_8_2(); in RunInternal() local
3926 uint16_t firstArgRegIdx = READ_INST_8_3(); in RunInternal() local
4062 uint16_t firstArgRegIdx = READ_INST_8_3(); in RunInternal() local
Dslow_runtime_stub.cpp354 uint16_t firstArgRegIdx) in CreateObjectWithExcludedKeys()
Dinterpreter_assembly.cpp2045 uint16_t firstArgRegIdx = READ_INST_8_2(); in HandleCreateobjectwithexcludedkeysImm8V8V8() local
3681 uint16_t firstArgRegIdx = READ_INST_8_3(); in HandleWideNewobjrangePrefImm16V8() local
3822 uint16_t firstArgRegIdx = READ_INST_8_4(); in HandleWideCreateobjectwithexcludedkeysPrefImm16V8V8() local
6905 uint16_t firstArgRegIdx = READ_INST_8_3(); in HandleNewobjrangeImm16Imm8V8() local
7048 uint16_t firstArgRegIdx = READ_INST_8_2(); in HandleNewobjrangeImm8Imm8V8() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp1610 JSTaggedValue firstArgRegIdx = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local
Druntime_stubs-inl.h1892 uint16_t firstArgRegIdx) in RuntimeCreateObjectWithExcludedKeys()