| /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/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | memory_barriers.cpp | 248 auto nc = static_cast<NullCheckInst *>(inst); in VisitNullCheck() local 249 auto graph = nc->GetBasicBlock()->GetGraph(); in VisitNullCheck() 263 nc->SetImplicit(true); in VisitNullCheck()
|
| D | inlining.cpp | 714 auto nc = inst->GetInput(0).GetInst(); in CheckExternalMethodInstructions() local 715 if (nc->GetOpcode() == Opcode::NullCheck && nc->HasSingleUser()) { in CheckExternalMethodInstructions() 716 suspiciousInstructions.erase(nc); in CheckExternalMethodInstructions()
|
| /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/runtime_core/libpandabase/tests/ |
| D | logger_test.cpp | 294 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/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| D | inst_builder.h | 425 … void BuildChecksBeforeArray(size_t pc, Inst *arrayRef, Inst **ss, Inst **nc, Inst **al, Inst **bc,
|
| D | inst_builder-inl.h | 926 void InstBuilder::BuildChecksBeforeArray(size_t pc, Inst *arrayRef, Inst **ss, Inst **nc, Inst **al… in BuildChecksBeforeArray() argument 947 *nc = nullCheck; in BuildChecksBeforeArray()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_color_ra.cpp | 71 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
|