Searched refs:arrayRef (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| D | inst_builder.h | 318 …void BuildStoreArrayInst(const BytecodeInstruction *bcInst, DataType::Type type, Inst *arrayRef, I… 321 size_t pc, Inst *arrayRef, bool withNullcheck = true);
|
| D | inst_builder-inl.h | 917 size_t pc, Inst *arrayRef, bool withNullcheck) in BuildChecksBeforeArray() argument 925 nullCheck = graph_->CreateInstNullCheck(DataType::REFERENCE, pc, arrayRef, saveState); in BuildChecksBeforeArray() 927 nullCheck = arrayRef; in BuildChecksBeforeArray() 1137 …uilder::BuildStoreArrayInst(const BytecodeInstruction *bcInst, DataType::Type type, Inst *arrayRef, in BuildStoreArrayInst() argument 1144 auto [saveState, nullCheck, arrayLength, boundsCheck] = BuildChecksBeforeArray(pc, arrayRef); in BuildStoreArrayInst()
|