| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | fast_divisor.h | 106 uint64_t nc = ((highOne - 1U) | highOne) - (-divisor % divisor); in FastConstUnsignedDivisor() local 108 uint64_t q1 = highOne / nc; in FastConstUnsignedDivisor() 109 uint64_t r1 = highOne - q1 * nc; in FastConstUnsignedDivisor() 116 if (r1 >= nc - r1) { in FastConstUnsignedDivisor() 118 r1 = 2U * r1 - nc; in FastConstUnsignedDivisor()
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/regex/ |
| D | mixed_number_letter_emotion_escaped_control_replace-2-expected.txt | 1 …u000b\f\ta1\n1a\r\u000f①L\\2A{}AAA2\\L①\u000f\f\tra1\n2b\t\f3T4B\nc\u0014 \ndÿ &\u0014…
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | instructions.yaml | 22 …Note: any check instructions might be eliminated by optimizer, thus operand checks (nc, zc, bc, ng… 318 signature: [d-real-any, ref-any-nc, int-bc] 324 signature: [d-u16, ref-nc, int-bc, int] 330 signature: [ref-nc-any, int-bc, real-any] 336 signature: [d-real-any, ref-nc-any] 399 signature: [d-real, ref-nc, u32] 407 signature: [ref-nc, real-any] 421 signature: [ref-nc, real, u32] 480 signature: [d-int, ref-nc] 779 signature: [d-real-void, ref-nc, real-dyn, save_state] [all …]
|
| /arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_static/objects/ |
| D | objects.cpp | 217 InitObjectTest(0, {4U, ABCKIT_ISA_API_STATIC_OPCODE_INITOBJECT, {}}, "A\nC\n"); in TEST_F() 223 InitObjectTest(1, {4U, ABCKIT_ISA_API_STATIC_OPCODE_INITOBJECT, {0}}, "A\nC 1\n"); in TEST_F() 229 InitObjectTest(2U, {4U, ABCKIT_ISA_API_STATIC_OPCODE_INITOBJECT, {0, 0}}, "A\nC 11\n"); in TEST_F() 235 InitObjectTest(3U, {4U, ABCKIT_ISA_API_STATIC_OPCODE_INITOBJECT, {0, 0, 0}}, "A\nC 111\n"); in TEST_F() 241 InitObjectTest(4U, {4U, ABCKIT_ISA_API_STATIC_OPCODE_INITOBJECT, {0, 0, 0, 0}}, "A\nC 1111\n"); in TEST_F() 247 …InitObjectTest(5U, {4U, ABCKIT_ISA_API_STATIC_OPCODE_INITOBJECT, {0, 0, 0, 0, 0}}, "A\nC 11111\n"); in TEST_F()
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/main/ |
| D | sendable_function.ets.migrate.ets | 88 class Nc {} 96 const a4:Nc = new Nc(); // ERROR 114 const a4:Nc = new Nc(); // ERROR
|
| D | sendable_function.ets | 87 class Nc {} 95 const a4:Nc = new Nc(); // ERROR 113 const a4:Nc = new Nc(); // ERROR
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | memory_barriers.cpp | 226 auto nc = static_cast<NullCheckInst *>(inst); in VisitNullCheck() local 227 auto graph = nc->GetBasicBlock()->GetGraph(); in VisitNullCheck() 241 nc->SetImplicit(true); in VisitNullCheck()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/snippet_verifier/ |
| D | verify.sh | 69 NC='\033[0m' # No Color 70 printf "${C}${TEXT}${NC}${tabs}"
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/class_ops/ |
| D | class_call_static_method_by_name_boolean_test.ets | 34 namespace nc {
|
| D | class_call_static_method_by_name_float_test.ets | 34 namespace nc {
|
| D | class_call_static_method_by_name_byte_test.ets | 34 namespace nc {
|
| D | class_call_static_method_by_name_double_test.ets | 34 namespace nc {
|
| D | class_call_static_method_by_name_int_test.ets | 34 namespace nc {
|
| D | class_call_static_method_by_name_short_test.ets | 34 namespace nc {
|
| D | class_call_static_method_by_name_long_test.ets | 34 namespace nc {
|
| D | class_call_static_method_by_name_ref_test.ets | 44 namespace nc {
|
| D | class_call_static_method_by_name_void_test.ets | 49 namespace nc {
|
| D | class_call_static_method_by_name_double_test.cpp | 197 ani_namespace nc {}; in TEST_F() local 198 ASSERT_EQ(env_->Namespace_FindNamespace(nb, "Lnc;", &nc), ANI_OK); in TEST_F() 200 ASSERT_EQ(env_->Namespace_FindClass(nc, "LA;", &cls), ANI_OK); in TEST_F()
|
| D | class_call_static_method_by_name_float_test.cpp | 203 ani_namespace nc {}; in TEST_F() local 204 ASSERT_EQ(env_->Namespace_FindNamespace(nb, "Lnc;", &nc), ANI_OK); in TEST_F() 206 ASSERT_EQ(env_->Namespace_FindClass(nc, "LA;", &cls), ANI_OK); in TEST_F()
|
| D | class_call_static_method_by_name_void_test.cpp | 179 ani_namespace nc {}; in TEST_F() local 180 ASSERT_EQ(env_->Namespace_FindNamespace(nb, "Lnc;", &nc), ANI_OK); in TEST_F() 182 ASSERT_EQ(env_->Namespace_FindClass(nc, "LA;", &cls), ANI_OK); in TEST_F()
|
| D | class_call_static_method_by_name_long_test.cpp | 200 ani_namespace nc {}; in TEST_F() local 201 ASSERT_EQ(env_->Namespace_FindNamespace(nb, "Lnc;", &nc), ANI_OK); in TEST_F() 203 ASSERT_EQ(env_->Namespace_FindClass(nc, "LA;", &cls), ANI_OK); in TEST_F()
|
| D | class_call_static_method_by_name_char_test.ets | 46 namespace nc {
|
| D | class_call_static_method_by_name_byte_test.cpp | 244 ani_namespace nc {}; in TEST_F() local 245 ASSERT_EQ(env_->Namespace_FindNamespace(nb, "Lnc;", &nc), ANI_OK); in TEST_F() 247 ASSERT_EQ(env_->Namespace_FindClass(nc, "LA;", &cls), ANI_OK); in TEST_F()
|
| D | class_call_static_method_by_name_int_test.cpp | 217 ani_namespace nc {}; in TEST_F() local 218 ASSERT_EQ(env_->Namespace_FindNamespace(nb, "Lnc;", &nc), ANI_OK); in TEST_F() 220 ASSERT_EQ(env_->Namespace_FindClass(nc, "LA;", &cls), ANI_OK); in TEST_F()
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | instructions.yaml | 22 …Note: any check instructions might be eliminated by optimizer, thus operand checks (nc, zc, bc, ng… 227 nc: null check - input must be the NullCheck instruction
|