Home
last modified time | relevance | path

Searched defs:GetIndex (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dload_store_elimination.cc144 HInstruction* GetIndex() const { return index_; } in GetIndex() function in art::HeapLocation
Dnodes.h2850 size_t GetIndex() const { return index_; } in GetIndex() function
4790 uint8_t GetIndex() const { return index_; } in GetIndex() function
5137 HInstruction* GetIndex() const { return InputAt(1); } in GetIndex() function
5199 HInstruction* GetIndex() const { return InputAt(1); } in GetIndex() function
5285 HInstruction* GetIndex() const { return InputAt(0); } in GetIndex() function
/art/compiler/
Dimage_writer.cc2247 uint32_t ImageWriter::BinSlot::GetIndex() const { in GetIndex() function in art::ImageWriter::BinSlot