Home
last modified time | relevance | path

Searched defs:boundsCheck (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h944 …auto boundsCheck = graph_->CreateInstBoundsCheck(DataType::INT32, pc, arrayLength, nullptr, saveSt… in BuildChecksBeforeArray() local
959 Inst *boundsCheck = nullptr; in BuildLoadArray() local
1139 Inst *boundsCheck = nullptr; in BuildStoreArrayInst() local
1583 auto boundsCheck = graph_->CreateInstBoundsCheck(DataType::INT32, bcAddr, stringLength, in TryBuildStringCharAtIntrinsic() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dliveness_analyzer_test.cpp386 auto boundsCheck = livenessAnalyzer->GetInstLifeIntervals(&INS(5U)); in TEST_F() local
Dinst_generator.cpp586 auto boundsCheck = static_cast<FixedInputsInst3 *>(inst); in GenerateBoundaryCheckOperation() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dchecks_elimination.cpp1088 for (auto boundsCheck : std::get<0>(bound_checks_info)) { in HoistLoopInvariantBoundsChecks() local
1172 for (auto boundsCheck : instsToDelete) { in FindSaveState() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dbin_func_import.cpp390 bool boundsCheck = static_cast<bool>(Read()); in ImportExpression() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h1503 bool boundsCheck = true; variable