Home
last modified time | relevance | path

Searched defs:nullCheck (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dbytecodeopt_peepholes.cpp74 void ReplaceNewObjectUsers(Inst *newObject, Inst *nullCheck, CallInst *initObject) in ReplaceNewObjectUsers()
116 Inst *nullCheck = nullptr; in VisitNewObject() local
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/
Dets_inst_builder.cpp61 …auto nullCheck = graph_->CreateInstNullCheck(DataType::REFERENCE, pc, GetDefinition(bcInst->GetVRe… in BuildLdObjByName() local
165 …auto nullCheck = graph_->CreateInstNullCheck(DataType::REFERENCE, pc, GetDefinition(bcInst->GetVRe… in BuildStObjByName() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h235 …auto nullCheck = graph_->CreateInstNullCheck(DataType::REFERENCE, GetPc(bcInst->GetAddress()), def… in BuildMonitor() local
357 auto nullCheck = in BuildStringLengthIntrinsic() local
381 auto nullCheck = in BuildStringIsEmptyIntrinsic() local
669 auto nullCheck = graph_->CreateInstNullCheck(DataType::REFERENCE, pc, in BuildLoadObject() local
756 auto nullCheck = graph_->CreateInstNullCheck(DataType::REFERENCE, GetPc(bcInst->GetAddress()), in BuildStoreObject() local
923 Inst *nullCheck = nullptr; in BuildChecksBeforeArray() local
1173 auto nullCheck = graph_->CreateInstNullCheck(DataType::REFERENCE, GetPc(bcInst->GetAddress())); in BuildLenArray() local
1340 auto nullCheck = in BuildInitString() local
1564 …auto nullCheck = graph_->CreateInstNullCheck(DataType::REFERENCE, bcAddr, GetArgDefinition(bcInst,… in TryBuildStringCharAtIntrinsic() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dliveness_analyzer_test.cpp358 auto nullCheck = livenessAnalyzer->GetInstLifeIntervals(&INS(3U)); in TEST_F() local
918 auto nullCheck = la.GetInstLifeIntervals(&INS(4U)); in TEST_F() local
Dreg_alloc_common_test.cpp256 Inst *nullCheck = nullptr; in TEST_F() local
Dreg_alloc_linear_scan_test.cpp1090 auto nullCheck = &INS(3U); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_lower.cpp971 UnaryStmtNode *nullCheck = builder->CreateStmtUnary(OP_assertnonnull, arrAddr); in AddArrayMrtMpl() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dchecks_elimination.cpp915 auto nullCheck = lenArray->GetInput(0).GetInst(); in InsertNewLenArray() local