Searched defs:nullCheck (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| D | bytecodeopt_peepholes.cpp | 74 void ReplaceNewObjectUsers(Inst *newObject, Inst *nullCheck, CallInst *initObject) in ReplaceNewObjectUsers() 113 Inst *nullCheck = nullptr; in VisitNewObject() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/ |
| D | ets_inst_builder.cpp | 73 auto nullCheck = in BuildLdObjByName() local 171 auto nullCheck = in BuildStObjByName() local 293 auto nullCheck = GetGraph()->CreateInstNullCheck(DataType::REFERENCE, pc, objRef, saveState); in BuildCallByName() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| D | inst_builder-inl.h | 250 …auto nullCheck = graph_->CreateInstNullCheck(DataType::REFERENCE, GetPc(bcInst->GetAddress()), def… in BuildMonitor() local 367 auto nullCheck = in BuildStringLengthIntrinsic() local 391 auto nullCheck = in BuildStringIsEmptyIntrinsic() local 694 auto nullCheck = graph_->CreateInstNullCheck(DataType::REFERENCE, pc, in BuildLoadObject() local 781 auto nullCheck = graph_->CreateInstNullCheck(DataType::REFERENCE, GetPc(bcInst->GetAddress()), in BuildStoreObject() local 950 Inst *nullCheck = nullptr; in BuildChecksBeforeArray() local 1200 auto nullCheck = graph_->CreateInstNullCheck(DataType::REFERENCE, GetPc(bcInst->GetAddress())); in BuildLenArray() local 1369 auto nullCheck = in BuildInitString() local 1593 …auto nullCheck = graph_->CreateInstNullCheck(DataType::REFERENCE, bcAddr, GetArgDefinition(bcInst,… in TryBuildStringCharAtIntrinsic() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | liveness_analyzer_test.cpp | 358 auto nullCheck = livenessAnalyzer->GetInstLifeIntervals(&INS(3U)); in TEST_F() local 918 auto nullCheck = la.GetInstLifeIntervals(&INS(4U)); in TEST_F() local
|
| D | reg_alloc_common_test.cpp | 256 Inst *nullCheck = nullptr; in TEST_F() local
|
| D | reg_alloc_linear_scan_test.cpp | 1090 auto nullCheck = &INS(3U); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/ |
| D | ir_build_intrinsics_ets.cpp | 263 auto *nullCheck = graph->CreateInstNullCheck(DataType::REFERENCE, bcAddr, obj, saveState); in BuildTypedArrayLoadDataAndOffset() local 355 auto *nullCheck = graph->CreateInstNullCheck(DataType::REFERENCE, bcAddr, obj, saveState); in BuildTypedUnsignedArrayLoadDataAndOffset() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | checks_elimination.cpp | 982 auto nullCheck = lenArray->GetInput(0).GetInst(); in InsertNewLenArray() local
|