Home
last modified time | relevance | path

Searched full:c0 (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/runtime_core/compiler/docs/
Davoid-calculating-start-of-array.md42 00c0: str w24, [x16, w23, uxtw #2]
/arkcompiler/runtime_core/libpandabase/utils/
Dutf.cpp42 * U+0000 => C0 80
367 res += CONST_2; // special case for U+0000 => C0 80 in Utf16ToMUtf8Size()
/arkcompiler/ets_runtime/ecmascript/base/
Dutf_helper.cpp186 res += UtfLength::TWO; // special case for U+0000 => C0 80 in Utf16ToUtf8Size()
Djson_stringifier.cpp41 constexpr char ZERO_FIRST = static_cast<char>(0xc0); // \u0000 => c0 80
/arkcompiler/runtime_core/compiler/tests/
Dsplit_resolver_test.cpp1256 auto c0 = la->GetInstLifeIntervals(&INS(0)); in TEST_F() local
1259 c0->SetType(DataType::INT32); in TEST_F()
1263 c0->SetReg(11); in TEST_F()
1268 SplitAssignReg(c0, call->GetBegin(), SPLIT_CONST0_REG); in TEST_F()
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dutf_helper_test.cpp316 // special case for U+0000 => c0 80 in HWTEST_F_L0()
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dinitobj.range.yaml57 .function void A.c0(A a0) <ctor> {
123 - A.c0
Dinitobj.short.yaml57 .function void A.c0(A a0) <ctor> {
Dinitobj.yaml63 .function void A.c0(A a0) <ctor> {
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp2581 // NB! don't do special case for C0 80, it means '\u0000', so don't convert to UTF-8