| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | fast_divisor.h | 104 uint64_t nc = ((highOne - 1U) | highOne) - (-divisor % divisor); in FastConstUnsignedDivisor() local 106 uint64_t q1 = highOne / nc; in FastConstUnsignedDivisor() 107 uint64_t r1 = highOne - q1 * nc; in FastConstUnsignedDivisor() 114 if (r1 >= nc - r1) { in FastConstUnsignedDivisor() 116 r1 = 2U * r1 - nc; in FastConstUnsignedDivisor()
|
| /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… 316 signature: [d-real-any, ref-any-nc, int-bc] 322 signature: [d-u16, ref-nc, int-bc, int] 328 signature: [ref-nc-any, int-bc, real-any] 334 signature: [d-real-any, ref-nc-any] 385 signature: [d-real, ref-nc, u32] 393 signature: [ref-nc, real-any] 407 signature: [ref-nc, real, u32] 466 signature: [d-int, ref-nc] 762 signature: [d-real-void, ref-nc, real-dyn, save_state] [all …]
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/ |
| D | sendable_function.sts | 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 | 253 auto nc = static_cast<NullCheckInst *>(inst); in VisitNullCheck() local 254 auto graph = nc->GetBasicBlock()->GetGraph(); in VisitNullCheck() 268 nc->SetImplicit(true); in VisitNullCheck()
|
| D | inlining.cpp | 753 auto nc = inst->GetInput(0).GetInst(); in CheckExternalMethodInstructions() local 754 if (nc->GetOpcode() == Opcode::NullCheck && nc->HasSingleUser()) { in CheckExternalMethodInstructions() 755 suspiciousInstructions.erase(nc); in CheckExternalMethodInstructions()
|
| /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/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
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | reg_alloc_verifier.cpp | 610 NullCheckInst *nc = nullptr; in TryHandleImplicitNullCheck() local 614 nc = input.GetInst()->CastToNullCheck(); in TryHandleImplicitNullCheck() 618 if (nc == nullptr) { in TryHandleImplicitNullCheck() 621 nc->SetMarker(implicitNullCheckHandledMarker_); in TryHandleImplicitNullCheck()
|
| /arkcompiler/runtime_core/compiler/optimizer/templates/ |
| D | instructions.rb | 52 NULL_CHECK = 'nc'
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/templates/ |
| D | instructions.rb | 52 NULL_CHECK = 'nc'
|
| /arkcompiler/ets_frontend/ets2panda/test/runtime/ets/ |
| D | OptionalChains.sts | 42 nc: (() => Link) | null = null;
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | logger_test.cpp | 300 LOG(INFO, COMMON) << "a\nb\nc\n\nd\n";
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| D | logger_test.cpp | 288 LOG(INFO, COMMON) << "a\nb\nc\n\nd\n"; in TEST()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_color_ra.cpp | 55 LogInfo::MapleLogger() << " nc"; in PrintLiveUnit()
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| D | cocos_worker_test.js | 23605 function nc(t) { function 23643 const r = i ? nc(t) : ""; 23669 extname: nc, 23735 nativeExt: nc(t), 23777 var Cc, xc, wc, Rc, Ic, Mc, Bc, Dc, Pc, Oc, Nc, Lc, Fc; 23784 Ml(this, "handler", Nc, this); 23848 }), Nc = Bl(Bc.prototype, "handler", [ Yl, nh, Rc ], { 34821 let nC = (xE = Ul("cc.PrefabInstance"), wE = Th(_y), RE = Th([ iC ]), IE = Th([ sC ]), 34876 …let rC = (UE = Ul("cc.PrefabInfo"), GE = Th(_y), zE = Th(nC), HE = Th([ $E ]), UE(jE = (XE = class… 34927 PrefabInstance: nC, [all …]
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …nc(e.indexType);if(t&&t!==e.indexType){var r=o_(e.objectType,t,e.accessFlags);if(r)return r}var n=… class
|