Home
last modified time | relevance | path

Searched defs:a1 (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/array/
Darray.js32 var a1 = arr2.slice(0, 5); variable
/arkcompiler/ets_runtime/test/moduletest/typearray/
Dtypearray.js133 let a1 = new ArrayBuffer(1024*1024*8); variable
/arkcompiler/runtime_core/runtime/tests/
Dmalloc-proxy-allocator-test.cpp56 void *a1 = allocator.Alloc(SIZE); in TEST_F() local
Di2c_bridge_test.cpp650 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()
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()
872 static void Void4IntDouble(Method *method, int32_t a0, int32_t a1, int32_t a2, int32_t a3, double a… in Void4IntDouble()
904 static void Void7Int(Method *method, int32_t a0, int32_t a1, int32_t a2, int32_t a3, int32_t a4, in… in Void7Int()
938 static void Void7Int8Double(Method *method, int32_t a0, int32_t a1, int32_t a2, int32_t a3, int32_t… in Void7Int8Double()
999 static void Void8Int(Method *method, int32_t a0, int32_t a1, int32_t a2, int32_t a3, int32_t a4, in… in Void8Int()
1035 static void Void6IntVReg(Method *method, int32_t a0, int32_t a1, int32_t a2, int32_t a3, int32_t a4… in Void6IntVReg()
1070 static void Void7IntVReg(Method *method, int32_t a0, int32_t a1, int32_t a2, int32_t a3, int32_t a4… in Void7IntVReg()
[all …]
Dmem_stats_test.cpp193 void *a1 = allocator.Alloc(BYTES_ALLOC1); in TEST_F() local
222 void *a1 = allocator->Alloc(REAL_BYTES_ALLOC1); in TEST_F() local
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
DmemberExpTests.ts30 var a1: Interface2; variable
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecodes.cpp316 uint32_t a1 = READ_INST_8_2(); in InitBytecodeInfo() local
323 uint32_t a1 = READ_INST_8_2(); in InitBytecodeInfo() local
356 uint32_t a1 = READ_INST_8_3(); in InitBytecodeInfo() local
365 uint32_t a1 = READ_INST_8_3(); in InitBytecodeInfo() local
Dinterpreter_stub.cpp3578 GateRef a1 = ReadInst8_2(pc); in DECLARE_ASM_HANDLER() local
3593 GateRef a1 = ReadInst8_3(pc); in DECLARE_ASM_HANDLER() local
3607 GateRef a1 = ReadInst8_2(pc); in DECLARE_ASM_HANDLER() local
3624 GateRef a1 = ReadInst8_3(pc); in DECLARE_ASM_HANDLER() local
3749 GateRef a1 = ReadInst8_3(pc); in DECLARE_ASM_HANDLER() local
3764 GateRef a1 = ReadInst8_3(pc); in DECLARE_ASM_HANDLER() local
Dslowpath_lowering.cpp3561 GateRef a1 = acc_.GetValueIn(gate, 1); // 1:first parameter in LowerCallargs2Imm8V8V8() local
3578 GateRef a1 = acc_.GetValueIn(gate, 1); in LowerCallargs3Imm8V8V8() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h1116 uint32_t a1 = READ_INST_8_2(); in RunInternal() local
1127 uint32_t a1 = READ_INST_8_3(); in RunInternal() local
1137 uint32_t a1 = READ_INST_8_2(); in RunInternal() local
1149 uint32_t a1 = READ_INST_8_3(); in RunInternal() local
1178 uint32_t a1 = READ_INST_8_3(); in RunInternal() local
1188 uint32_t a1 = READ_INST_8_3(); in RunInternal() local
1552 int32_t a1; in RunInternal() local
1584 int32_t a1; in RunInternal() local
Dinterpreter_assembly.cpp899 int32_t a1; in HandleAdd2Imm8V8() local
934 int32_t a1; in HandleSub2Imm8V8() local
/arkcompiler/runtime_core/compiler/tests/
Dcodegen_test.cpp1157 int32_t a1 = values[j]; in TEST_F() local
1218 int32_t a1 = values[j]; in TEST_F() local
/arkcompiler/runtime_core/compiler/tests/amd64/
Dencoder64_test.cpp806 T a1 = values[j]; in TestAddOverflow() local
872 T a1 = values[j]; in TestSubOverflow() local
/arkcompiler/runtime_core/compiler/tests/aarch64/
Dencoder64_test.cpp807 T a1 = values[j]; in TestAddOverflow() local
873 T a1 = values[j]; in TestSubOverflow() local