| /arkcompiler/runtime_core/runtime/tests/ |
| D | i2c_bridge_test.cpp | 102 std::string ArgsToString(const Arg &a0, Args... args) in ArgsToString() 492 static void VoidInt(Method *method, int32_t a0) in VoidInt() 530 static void InstanceVoidInt(Method *method, ObjectHeader *this_, int32_t a0) in InstanceVoidInt() 609 static void VoidIntVReg(Method *method, int32_t a0, int64_t value) in VoidIntVReg() 650 static void Void3Int(Method *method, int32_t a0, int32_t a1, int32_t a2) in Void3Int() 691 static void Void2IntLongInt(Method *method, int32_t a0, int32_t a1, int64_t a2, int32_t a3) in Void2IntLongInt() 733 static void VoidLong(Method *method, int64_t a0) in VoidLong() 765 static void VoidDouble(Method *method, double a0) in VoidDouble() 797 static void Void4Int(Method *method, int32_t a0, int32_t a1, int32_t a2, int32_t a3) in Void4Int() 839 static void Void2Long(Method *method, int64_t a0, int64_t a1) in Void2Long() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | bytecodes.cpp | 303 uint32_t a0 = READ_INST_8_1(); in InitBytecodeInfo() local 309 uint32_t a0 = READ_INST_8_2(); in InitBytecodeInfo() local 315 uint32_t a0 = READ_INST_8_1(); in InitBytecodeInfo() local 322 uint32_t a0 = READ_INST_8_1(); in InitBytecodeInfo() local 355 uint32_t a0 = READ_INST_8_2(); in InitBytecodeInfo() local 364 uint32_t a0 = READ_INST_8_2(); in InitBytecodeInfo() local
|
| D | ts_type_lowering.cpp | 1035 GateRef a0 = acc_.GetValueIn(gate, 1); in SpeculateCallBuiltin() local 1064 GateRef a0 = acc_.GetValueIn(gate, 1); // 1:parameter index in LowerCallThis1Imm8V8V8() local
|
| D | interpreter_stub.cpp | 3552 GateRef a0 = ReadInst8_1(pc); in DECLARE_ASM_HANDLER() local 3565 GateRef a0 = ReadInst8_2(pc); in DECLARE_ASM_HANDLER() local 3577 GateRef a0 = ReadInst8_1(pc); in DECLARE_ASM_HANDLER() local 3592 GateRef a0 = ReadInst8_2(pc); in DECLARE_ASM_HANDLER() local 3606 GateRef a0 = ReadInst8_1(pc); in DECLARE_ASM_HANDLER() local 3623 GateRef a0 = ReadInst8_2(pc); in DECLARE_ASM_HANDLER() local 3735 GateRef a0 = ReadInst8_2(pc); in DECLARE_ASM_HANDLER() local 3748 GateRef a0 = ReadInst8_2(pc); in DECLARE_ASM_HANDLER() local 3763 GateRef a0 = ReadInst8_2(pc); in DECLARE_ASM_HANDLER() local
|
| D | slowpath_lowering.cpp | 3546 GateRef a0 = acc_.GetValueIn(gate, 1); // 1:first parameter in LowerCallThisArg1() local 3560 GateRef a0 = acc_.GetValueIn(gate, 0); in LowerCallargs2Imm8V8V8() local 3577 GateRef a0 = acc_.GetValueIn(gate, 0); in LowerCallargs3Imm8V8V8() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_tagged_number.h | 95 int64_t a0 = GetInt(); variable
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.h | 1096 uint32_t a0 = READ_INST_8_1(); in RunInternal() local 1106 uint32_t a0 = READ_INST_8_2(); in RunInternal() local 1115 uint32_t a0 = READ_INST_8_1(); in RunInternal() local 1126 uint32_t a0 = READ_INST_8_2(); in RunInternal() local 1136 uint32_t a0 = READ_INST_8_1(); in RunInternal() local 1148 uint32_t a0 = READ_INST_8_2(); in RunInternal() local 1168 uint32_t a0 = READ_INST_8_2(); in RunInternal() local 1177 uint32_t a0 = READ_INST_8_2(); in RunInternal() local 1187 uint32_t a0 = READ_INST_8_2(); in RunInternal() local 1551 int32_t a0; in RunInternal() local [all …]
|
| D | interpreter_assembly.cpp | 705 int32_t a0 = value.GetInt(); in HandleIncImm8() local 731 int32_t a0 = value.GetInt(); in HandleDecImm8() local 898 int32_t a0; in HandleAdd2Imm8V8() local 933 int32_t a0; in HandleSub2Imm8V8() local 4480 int32_t a0 = value.GetInt(); in HandleDeprecatedDecPrefV8() local 4511 int32_t a0 = value.GetInt(); in HandleDeprecatedIncPrefV8() local
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | codegen_test.cpp | 1156 int32_t a0 = values[i]; in TEST_F() local 1217 int32_t a0 = values[i]; in TEST_F() local
|
| /arkcompiler/runtime_core/compiler/tests/amd64/ |
| D | encoder64_test.cpp | 805 T a0 = values[i]; in TestAddOverflow() local 871 T a0 = values[i]; in TestSubOverflow() local
|
| /arkcompiler/runtime_core/compiler/tests/aarch64/ |
| D | encoder64_test.cpp | 806 T a0 = values[i]; in TestAddOverflow() local 872 T a0 = values[i]; in TestSubOverflow() local
|