Home
last modified time | relevance | path

Searched defs:v1 (Results 1 – 25 of 27) sorted by relevance

12

/arkcompiler/runtime_core/libpandabase/tests/
Dutf_test.cpp220 const std::vector<uint8_t> v1 {0x00}; variable
226 const std::vector<uint8_t> v1 {0x02, 0x00}; variable
232 const std::vector<uint8_t> v1 {0x7f, 0x00}; variable
238 const std::vector<uint8_t> v1 {0x01, 0x7f, 0x00}; variable
244 const std::vector<uint8_t> v1 {0x01, 0x71, 0x00}; variable
251 const std::vector<uint8_t> v1 {0xdf, 0xbf, 0x03, 0x00}; variable
257 const std::vector<uint8_t> v1 {0xdf, 0xb1, 0x03, 0x00}; variable
263 const std::vector<uint8_t> v1 {0xd1, 0xbf, 0x03, 0x00}; variable
270 const std::vector<uint8_t> v1 {0xef, 0xbf, 0x03, 0x04, 0x00}; variable
276 const std::vector<uint8_t> v1 {0xef, 0xb2, 0x03, 0x04, 0x00}; variable
[all …]
/arkcompiler/runtime_core/runtime/tests/
Dmath_helpers_test.cpp159 T v1 = 1.0; in TestFcmpl() local
165 T v1 = GetNaN<T>(); in TestFcmpl() local
171 T v1 = GetNaN<T>(); in TestFcmpl() local
177 T v1 = 1.0; in TestFcmpl() local
183 T v1 = 1.0; in TestFcmpl() local
189 T v1 = 2.0; in TestFcmpl() local
203 T v1 = 1.0; in TestFcmpg() local
209 T v1 = GetNaN<T>(); in TestFcmpg() local
215 T v1 = GetNaN<T>(); in TestFcmpg() local
221 T v1 = 1.0; in TestFcmpg() local
[all …]
Dc2i_bridge_test.cpp41 int32_t CmpDynImpl(Method *, DecodedTaggedValue v1, DecodedTaggedValue v2) in CmpDynImpl()
/arkcompiler/ets_frontend/es2panda/test/hotreload/modify-export-2/
Dbase_mod.js18 function v1() { print("v1") } function
Dbase.js16 function v1() { print("v1") } function
/arkcompiler/ets_frontend/es2panda/test/hotfix/hotfix-throwerror/modify-export-2/
Dbase.js16 function v1() { print("v1") } function
Dbase_mod.js18 function v1() { print("v1") } function
/arkcompiler/ets_frontend/es2panda/test/hotreload/modify-export-3/
Dbase.js16 function v1() { print("v1") } function
Dbase_mod.js18 function v1() { print("v1") } function
/arkcompiler/ets_frontend/es2panda/test/hotreload/modify-export-1/
Dbase_mod.js18 function v1() { print("v1") } function
Dbase.js16 function v1() { print("v1") } function
/arkcompiler/ets_frontend/es2panda/test/hotfix/hotfix-throwerror/modify-export-1/
Dbase_mod.js18 function v1() { print("v1") } function
Dbase.js16 function v1() { print("v1") } function
/arkcompiler/ets_frontend/es2panda/test/hotfix/hotfix-throwerror/modify-export-3/
Dbase.js16 function v1() { print("v1") } function
Dbase_mod.js18 function v1() { print("v1") } function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecodes.cpp376 uint16_t v1 = READ_INST_8_2(); in InitBytecodeInfo() local
409 uint16_t v1 = READ_INST_8_2(); in InitBytecodeInfo() local
689 uint16_t v1 = READ_INST_8_1(); in InitBytecodeInfo() local
877 uint32_t v1 = READ_INST_8_2(); in InitBytecodeInfo() local
884 uint32_t v1 = READ_INST_8_3(); in InitBytecodeInfo() local
919 uint16_t v1 = READ_INST_8_1(); in InitBytecodeInfo() local
981 uint32_t v1 = READ_INST_8_2(); in InitBytecodeInfo() local
990 uint32_t v1 = READ_INST_8_3(); in InitBytecodeInfo() local
1008 uint32_t v1 = READ_INST_8_2(); in InitBytecodeInfo() local
1015 uint32_t v1 = READ_INST_8_3(); in InitBytecodeInfo() local
[all …]
Dearly_elimination.cpp373 auto v1 = acc_.GetValueIn(gate, 1); in GetElementInfo() local
380 auto v1 = acc_.GetValueIn(gate, 1); in GetPropertyInfo() local
428 auto v1 = acc_.GetValueIn(gate, 1); in GetObjectTypeCheckInfo() local
436 auto v1 = acc_.GetValueIn(gate, 1); in GetIndexCheckInfo() local
443 auto v1 = acc_.GetValueIn(gate, 1); in GetTypedCallCheckInfo() local
Dcheck_elimination.cpp153 auto v1 = acc_.GetValueIn(gate, 1); in RemovePassedCheck() local
Dinterpreter_stub.cpp1170 GateRef v1 = ReadInst8_1(pc); in DECLARE_ASM_HANDLER() local
1199 GateRef v1 = ReadInst8_2(pc); in DECLARE_ASM_HANDLER() local
1255 GateRef v1 = ReadInst8_1(pc); in DECLARE_ASM_HANDLER() local
1309 GateRef v1 = ReadInst8_2(pc); in DECLARE_ASM_HANDLER() local
1323 GateRef v1 = ReadInst8_3(pc); in DECLARE_ASM_HANDLER() local
1339 GateRef v1 = ReadInst8_2(pc); in DECLARE_ASM_HANDLER() local
1372 GateRef v1 = ReadInst8_3(pc); in DECLARE_ASM_HANDLER() local
1403 GateRef v1 = ReadInst8_2(pc); in DECLARE_ASM_HANDLER() local
1414 GateRef v1 = ReadInst8_3(pc); in DECLARE_ASM_HANDLER() local
2953 GateRef v1 = ReadInst8_2(pc); in DECLARE_ASM_HANDLER() local
[all …]
/arkcompiler/runtime_core/verification/value/tests/
Dvariables_test.cpp27 auto v1 = vars.NewVar(); in TEST_F() local
/arkcompiler/runtime_core/libpandafile/
Dproto_data_accessor-inl.h78 auto v1 = helpers::Read<SHORTY_ELEM_SIZE>(&sp1); in IsEqual() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h1331 uint16_t v1 = READ_INST_8_2(); in RunInternal() local
1347 uint16_t v1 = READ_INST_8_2(); in RunInternal() local
2088 uint16_t v1 = READ_INST_8_1(); in RunInternal() local
2257 uint32_t v1 = READ_INST_8_2(); in RunInternal() local
2298 uint16_t v1 = READ_INST_8_1(); in RunInternal() local
2318 uint32_t v1 = READ_INST_8_2(); in RunInternal() local
2381 uint32_t v1 = READ_INST_8_3(); in RunInternal() local
2444 uint32_t v1 = READ_INST_8_2(); in RunInternal() local
2594 uint32_t v1 = READ_INST_8_2(); in RunInternal() local
2913 uint16_t v1 = READ_INST_8_1(); in RunInternal() local
[all …]
Dinterpreter_assembly.cpp1676 uint16_t v1 = READ_INST_8_1(); in HandleCreateiterresultobjV8V8() local
1794 uint16_t v1 = READ_INST_8_2(); in HandleThrowUndefinedifholePrefV8V8() local
2005 uint32_t v1 = READ_INST_8_2(); in HandleStownbyvalueImm8V8V8() local
2087 uint16_t v1 = READ_INST_8_1(); in HandleDefinegettersetterbyvalueV8V8V8V8() local
2142 uint32_t v1 = READ_INST_8_2(); in HandleStobjbyvalueImm8V8V8() local
2207 uint32_t v1 = READ_INST_8_2(); in HandleStsuperbyvalueImm8V8V8() local
2338 uint32_t v1 = READ_INST_8_2(); in HandleStownbyvaluewithnamesetImm8V8V8() local
2625 uint16_t v1 = READ_INST_8_1(); in HandleAsyncgeneratorresolveV8V8V8() local
2694 uint16_t v1 = READ_INST_8_2(); in HandleDeprecatedAsyncgeneratorrejectPrefV8V8() local
2711 uint16_t v1 = READ_INST_8_1(); in HandleStarrayspreadV8V8() local
[all …]
/arkcompiler/runtime_core/verification/absint/
Dabs_int_inl.h2250 uint16_t v1 = inst_.GetVReg<format, 0x00>(); in HandleStarr8() local
2261 uint16_t v1 = inst_.GetVReg<format, 0x00>(); in HandleStarr16() local
2272 uint16_t v1 = inst_.GetVReg<format, 0x00>(); in HandleStarr() local
2283 uint16_t v1 = inst_.GetVReg<format, 0x00>(); in HandleStarrWide() local
2294 uint16_t v1 = inst_.GetVReg<format, 0x00>(); in HandleFstarr32() local
2305 uint16_t v1 = inst_.GetVReg<format, 0x00>(); in HandleFstarrWide() local
2316 uint16_t v1 = inst_.GetVReg<format, 0x00>(); in HandleStarrObj() local
4056 bool CheckArrayStore(int v1, int v2, const Type &expected_elt_type) in CheckArrayStore()
4128 bool CheckArrayStoreExact(int v1, int v2, const Type &acc_supertype, in CheckArrayStoreExact()
/arkcompiler/runtime_core/runtime/interpreter/
Dinterpreter-inl.h3138 int32_t v1 = this->GetAcc().Get(); in HandleCondJmpz() local
3160 int32_t v1 = this->GetAcc().Get(); in HandleCondJmp() local
3178 ObjectHeader *v1 = this->GetAcc().GetReference(); in HandleCondJmpzObj() local
3203 ObjectHeader *v1 = this->GetAcc().GetReference(); in HandleCondJmpObj() local
3220 OpT v1 = this->GetAcc().template GetAs<OpT>(); in HandleBinaryOp2Imm() local
3238 OpT v1 = this->GetAcc().template GetAs<OpT>(); in HandleBinaryOp2() local
3264 OpT v1 = this->GetFrame()->GetVReg(vs1).template GetAs<OpT>(); in HandleBinaryOp() local

12