Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/tests/
Dutf_test.cpp221 const std::vector<uint8_t> v2 {0x7f, 0x00}; variable
227 const std::vector<uint8_t> v2 {0x00}; variable
233 const std::vector<uint8_t> v2 {0x7f, 0x00}; variable
239 const std::vector<uint8_t> v2 {0x01, 0x70, 0x00}; variable
245 const std::vector<uint8_t> v2 {0x01, 0x73, 0x00}; variable
252 const std::vector<uint8_t> v2 {0xdf, 0xbf, 0x03, 0x00}; variable
258 const std::vector<uint8_t> v2 {0xd1, 0xb2, 0x03, 0x00}; variable
264 const std::vector<uint8_t> v2 {0xdf, 0xb0, 0x03, 0x00}; variable
271 const std::vector<uint8_t> v2 {0xef, 0xbf, 0x03, 0x04, 0x00}; variable
277 const std::vector<uint8_t> v2 {0xe0, 0xbf, 0x03, 0x04, 0x00}; variable
[all …]
/arkcompiler/runtime_core/runtime/tests/
Dmath_helpers_test.cpp160 T v2 = GetNaN<T>(); in TestFcmpl() local
166 T v2 = 1.0; in TestFcmpl() local
172 T v2 = GetNaN<T>(); in TestFcmpl() local
178 T v2 = 2.0; in TestFcmpl() local
184 T v2 = v1; in TestFcmpl() local
190 T v2 = 1.0; in TestFcmpl() local
204 T v2 = GetNaN<T>(); in TestFcmpg() local
210 T v2 = 1.0; in TestFcmpg() local
216 T v2 = GetNaN<T>(); in TestFcmpg() local
222 T v2 = 2.0; in TestFcmpg() local
[all …]
Dc2i_bridge_test.cpp41 int32_t CmpDynImpl(Method *, DecodedTaggedValue v1, DecodedTaggedValue v2) in CmpDynImpl()
Dinterpreter_test.cpp462 void TestFcmp(double v1, double v2, int64_t value, bool is_cmpg = false) in TestFcmp()
519 void TestConditionalJmp(const std::string &mnemonic, int64_t v1, int64_t v2, int64_t r, in TestConditionalJmp()
/arkcompiler/ets_frontend/es2panda/test/hotreload/modify-export-2/
Dbase_mod.js19 function v2() { print("v2") } function
Dbase.js17 function v2() { print("v2") } function
/arkcompiler/ets_frontend/es2panda/test/hotfix/hotfix-throwerror/modify-export-2/
Dbase.js17 function v2() { print("v2") } function
Dbase_mod.js19 function v2() { print("v2") } function
/arkcompiler/ets_frontend/es2panda/test/hotreload/modify-export-3/
Dbase.js17 function v2() { print("v2") } function
Dbase_mod.js19 function v2() { print("v2") } function
/arkcompiler/ets_frontend/es2panda/test/hotreload/modify-export-1/
Dbase_mod.js19 function v2() { print("v2") } function
Dbase.js17 function v2() { print("v2") } function
/arkcompiler/ets_frontend/es2panda/test/hotfix/hotfix-throwerror/modify-export-1/
Dbase_mod.js19 function v2() { print("v2") } function
Dbase.js17 function v2() { print("v2") } function
/arkcompiler/ets_frontend/es2panda/test/hotfix/hotfix-throwerror/modify-export-3/
Dbase.js17 function v2() { print("v2") } function
Dbase_mod.js19 function v2() { print("v2") } function
/arkcompiler/runtime_core/verification/value/tests/
Dvariables_test.cpp28 auto v2 = vars.NewVar(); in TEST_F() local
/arkcompiler/runtime_core/libpandafile/
Dproto_data_accessor-inl.h79 auto v2 = helpers::Read<SHORTY_ELEM_SIZE>(&sp2); in IsEqual() local
/arkcompiler/runtime_core/verification/absint/
Dabs_int_inl.h2251 uint16_t v2 = inst_.GetVReg<format, 0x01>(); in HandleStarr8() local
2262 uint16_t v2 = inst_.GetVReg<format, 0x01>(); in HandleStarr16() local
2273 uint16_t v2 = inst_.GetVReg<format, 0x01>(); in HandleStarr() local
2284 uint16_t v2 = inst_.GetVReg<format, 0x01>(); in HandleStarrWide() local
2295 uint16_t v2 = inst_.GetVReg<format, 0x01>(); in HandleFstarr32() local
2306 uint16_t v2 = inst_.GetVReg<format, 0x01>(); in HandleFstarrWide() local
2317 uint16_t v2 = inst_.GetVReg<format, 0x01>(); 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.h3161 int32_t v2 = this->GetFrame()->GetVReg(vs).Get(); in HandleCondJmp() local
3204 ObjectHeader *v2 = this->GetFrame()->GetVReg(vs).GetReference(); in HandleCondJmpObj() local
3221 OpT v2 = this->GetInst().template GetImm<format>(); in HandleBinaryOp2Imm() local
3244 OpT v2 = this->GetFrame()->GetVReg(vs1).template GetAs<OpT>(); in HandleBinaryOp2() local
3265 OpT v2 = this->GetFrame()->GetVReg(vs2).template GetAs<OpT>(); in HandleBinaryOp() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecodes.cpp920 uint16_t v2 = READ_INST_8_2(); in InitBytecodeInfo() local
1237 uint16_t v2 = READ_INST_8_2(); in InitBytecodeInfo() local
Dearly_elimination.cpp444 auto v2 = acc_.GetValueIn(gate, 2); in GetTypedCallCheckInfo() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64_constants.h38 v0, v1, v2, v3, v4, v5, v6, v7, enumerator
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h1348 uint16_t v2 = READ_INST_8_3(); in RunInternal() local
2299 uint16_t v2 = READ_INST_8_2(); in RunInternal() local
2956 uint16_t v2 = READ_INST_8_2(); in RunInternal() local
6185 uint16_t v2 = READ_INST_8_3(); in RunInternal() local
6213 uint16_t v2 = READ_INST_8_3(); in RunInternal() local
Dinterpreter_assembly.cpp2088 uint16_t v2 = READ_INST_8_2(); in HandleDefinegettersetterbyvalueV8V8V8V8() local
2626 uint16_t v2 = READ_INST_8_2(); in HandleAsyncgeneratorresolveV8V8V8() local
4114 uint16_t v2 = READ_INST_8_3(); in HandleDeprecatedAsyncfunctionrejectPrefV8V8V8() local
4133 uint16_t v2 = READ_INST_8_3(); in HandleDeprecatedAsyncfunctionresolvePrefV8V8V8() local
4426 uint16_t v2 = READ_INST_8_3(); in HandleDeprecatedCallspreadPrefV8V8V8() local