Home
last modified time | relevance | path

Searched refs:arrayRef (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder.h318 …void BuildStoreArrayInst(const BytecodeInstruction *bcInst, DataType::Type type, Inst *arrayRef, I…
321 size_t pc, Inst *arrayRef, bool withNullcheck = true);
Dinst_builder-inl.h917 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()