Home
last modified time | relevance | path

Searched full:c1 (Results 1 – 18 of 18) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_executor.h385 uint32_t c1 = GetChar(&refCptr, captureEnd); in HandleOpBackReference() local
389 c1 = static_cast<uint32_t>(RegExpParser::Canonicalize(c1, IsUtf16())); in HandleOpBackReference()
392 if (c1 != c2) { in HandleOpBackReference()
412 uint32_t c1 = GetPrevChar(&refCptr, captureStart); in HandleOpBackReference() local
416 c1 = static_cast<uint32_t>(RegExpParser::Canonicalize(c1, IsUtf16())); in HandleOpBackReference()
419 if (c1 != c2) { in HandleOpBackReference()
465 uint16_t c1 = *(reinterpret_cast<const uint16_t *>(cptr)); in GetChar() local
466 c = c1; in GetChar()
470 c1 = *(reinterpret_cast<const uint16_t *>(cptr)); in GetChar()
471 if (U16_IS_TRAIL(c1)) { in GetChar()
[all …]
Dregexp_parser.cpp1230 uint32_t c1 = ParseClassAtom(&s1); in ParseClassRanges() local
1231 if (c1 == UINT32_MAX) { in ParseClassRanges()
1238 if (c1 == CLASS_RANGE_BASE) { in ParseClassRanges()
1261 if (c1 < INT8_MAX) { in ParseClassRanges()
1262 if (c1 > c2) { in ParseClassRanges()
1268 c1 = static_cast<uint32_t>(Canonicalize(c1, IsUtf16())); in ParseClassRanges()
1272 result->Insert(c1, c2); in ParseClassRanges()
/arkcompiler/runtime_core/libpandabase/utils/
Dutf.cpp234 uint32_t c1; in CompareMUtf8ToMUtf8() local
240 c1 = *mutf8_1; in CompareMUtf8ToMUtf8()
243 if (c1 == 0 && c2 == 0) { in CompareMUtf8ToMUtf8()
247 if (c1 == 0 && c2 != 0) { in CompareMUtf8ToMUtf8()
251 if (c1 != 0 && c2 == 0) { in CompareMUtf8ToMUtf8()
255 std::tie(c1, n1) = ConvertMUtf8ToUtf16Pair(mutf8_1); in CompareMUtf8ToMUtf8()
260 } while (c1 == c2); in CompareMUtf8ToMUtf8()
262 auto [c1p1, c1p2] = SplitUtf16Pair(c1); in CompareMUtf8ToMUtf8()
276 uint32_t c1; in CompareUtf8ToUtf8() local
297 c1 = *utf8_1; in CompareUtf8ToUtf8()
[all …]
Dmurmur3_hash.h56 static constexpr uint32_t C1 = 0xCC9E2D51U;
105 k1 *= C1; in MurmurHash3()
166 k1 *= C1; in MurmurHash3String()
/arkcompiler/ets_runtime/test/quickfix/class_name/
Dbase.js17 class C1 { class
25 var c = new C1()
/arkcompiler/ets_runtime/test/aottest/ic/
Dic.ts25 let c1 = new C(); variable
26 print(c1.x);
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
DinterfaceAssignment.ts36 interface C1 { variable
46 interface C3 extends C1 { variable
DinterfaceAssignment-expected.txt1124 "name": "C1",
1652 "name": "C1",
/arkcompiler/runtime_core/libpandabase/tests/
Dspan_test.cpp115 const int c1[] {1, 2, 3}; in TEST() local
117 auto cs = Span(c1); in TEST()
/arkcompiler/runtime_core/compiler/tests/
Dgraph_comparator.h222 auto c1 = inst1->CastToConstant(); in Compare() local
228 … same = static_cast<uint32_t>(c1->GetRawValue()) == static_cast<uint32_t>(c2->GetRawValue()); in Compare()
231 same = c1->GetRawValue() == c2->GetRawValue(); in Compare()
Dsplit_resolver_test.cpp1257 auto c1 = la->GetInstLifeIntervals(&INS(1)); in TEST_F() local
1260 c1->SetType(DataType::INT32); in TEST_F()
1264 c1->SetReg(12); in TEST_F()
1269 SplitAssignReg(c1, call->GetBegin(), SPLIT_CONST1_REG); in TEST_F()
/arkcompiler/ets_frontend/testTs/
Dtest-case.patch1060 + class C1 {
1068 + let c1 = new C1();
1927 +let c1 = new Derived()
3227 +let aa = new C1('');
4393 +let c1 = new C1();
4804 +let aa1 = new C1(null,null);
5078 -class C1 {
5084 -class D1 extends C1 {
5093 +class C1 {
5099 +class D1 extends C1 {
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
Dassembler_x64.cpp1006 // C1 : Shr r/m64, imm8; in Shrq()
1008 // 5: C1 /5 id in Shrq()
1302 // C1 : shl r/m32, imm8 in Shll()
1304 // C1 /4 in Shll()
1312 // C1 : shl r/m64, imm8 in Shlq()
1314 // C1 /4 in Shlq()
/arkcompiler/ets_frontend/testTs/expect/types/literal/
DliteralTypes2.txt5 …8'}, {'t': 25, 'v': 0}, {'t': 2, 'v': 0}, {'t': 2, 'v': 0}, {'t': 5, 'v': 'c1'}, {'t': 25, 'v': 0}…
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/
Dassembler_x64_test.cpp441 // c1 e0 18 shl $0x18,%eax in HWTEST_F_L0()
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dinitobj.short.yaml54 .function void A.c1(A a0, u64 a1) <ctor> {
121 - A.c1
125 - A.c1, a1, a2, a3
127 - A.c1, , ,
Dinitobj.range.yaml54 .function void A.c1(A a0, u64 a1) <ctor> {
117 - A.c1, a1, a2
119 - A.c1, v1, v2
121 - A.c1
Dinitobj.yaml60 .function void A.c1(A a0, u64 a1) <ctor> {