Home
last modified time | relevance | path

Searched defs:a0 (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/runtime/tests/
Di2c_bridge_test.cpp102 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/
Dbytecodes.cpp303 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
Dts_type_lowering.cpp1035 GateRef a0 = acc_.GetValueIn(gate, 1); in SpeculateCallBuiltin() local
1064 GateRef a0 = acc_.GetValueIn(gate, 1); // 1:parameter index in LowerCallThis1Imm8V8V8() local
Dinterpreter_stub.cpp3552 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
Dslowpath_lowering.cpp3546 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/
Djs_tagged_number.h95 int64_t a0 = GetInt(); variable
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h1096 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 …]
Dinterpreter_assembly.cpp705 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/
Dcodegen_test.cpp1156 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/
Dencoder64_test.cpp805 T a0 = values[i]; in TestAddOverflow() local
871 T a0 = values[i]; in TestSubOverflow() local
/arkcompiler/runtime_core/compiler/tests/aarch64/
Dencoder64_test.cpp806 T a0 = values[i]; in TestAddOverflow() local
872 T a0 = values[i]; in TestSubOverflow() local