Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_elimination.cc136 HInstruction* GetIndex() const { return index_; } in GetIndex() function in art::HeapLocation
Dnodes.h3127 size_t GetIndex() const { return index_; } in GetIndex() function
5065 uint8_t GetIndex() const { return index_; } in GetIndex() function
5400 HInstruction* GetIndex() const { return InputAt(1); } in GetIndex() function
5469 HInstruction* GetIndex() const { return InputAt(1); } in GetIndex() function
5580 HInstruction* GetIndex() const { return InputAt(0); } in GetIndex() function
/art/runtime/openjdkjvmti/
Dti_redefine.cc1014 int32_t GetIndex() const { in GetIndex() function in openjdkjvmti::RedefinitionDataIter
/art/dexlayout/
Ddex_ir.h378 uint32_t GetIndex() const { return index_; } in GetIndex() function
/art/compiler/
Dimage_writer.cc2544 uint32_t ImageWriter::BinSlot::GetIndex() const { in GetIndex() function in art::ImageWriter::BinSlot