Home
last modified time | relevance | path

Searched refs:SetIndex (Results 1 – 3 of 3) sorted by relevance

/art/dexlayout/
Ddex_ir.h292 object->SetIndex(index); in CreateAndAddIndexedItem()
341 void SetIndex(uint32_t index) { index_ = index; } in SetIndex() function
/art/compiler/optimizing/
Dnodes.cc1365 inputs_[i].GetUseNode()->SetIndex(i); in InsertInputAt()
1375 inputs_[i].GetUseNode()->SetIndex(i); in RemoveInputAt()
Dnodes.h1660 void SetIndex(size_t index) { index_ = index; }