Home
last modified time | relevance | path

Searched defs:storeField (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/
Dets_intrinsics_peephole.cpp111 auto storeField = graph->CreateInstStoreObject(type, pc); in TryInsertFieldInst() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h745 auto storeField = graph_->CreateInstStoreResolvedObjectField( in BuildStoreObjectInst() local
752 …auto storeField = graph_->CreateInstStoreObject(type, pc, nullptr, nullptr, fieldId, GetGraph()->G… in BuildStoreObjectInst() local
788 Inst *storeField = BuildStoreObjectInst(bcInst, type, field, fieldId, &resolveField); in BuildStoreObject() local
892 …auto storeField = graph_->CreateInstStoreResolvedObjectFieldStatic(type, pc, resolveField, storeIn… in BuildStoreStaticInst() local
904 auto storeField = in BuildStoreStaticInst() local