Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.h903 size_t GetIndex() const { return index_; } in GetIndex() function
2930 uint8_t GetIndex() const { return index_; } in GetIndex() function
3240 HInstruction* GetIndex() const { return InputAt(1); } in GetIndex() function
3285 HInstruction* GetIndex() const { return InputAt(1); } in GetIndex() function
3373 size_t GetIndex() const { return index_; } in GetIndex() function
/art/compiler/
Dimage_writer.cc1498 uint32_t ImageWriter::BinSlot::GetIndex() const { in GetIndex() function in art::ImageWriter::BinSlot