Home
last modified time | relevance | path

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

/art/runtime/
Dindex_bss_mapping.h53 uint32_t GetIndex(size_t index_bits) const { in GetIndex() function
/art/compiler/optimizing/
Dnodes_mips.h111 HInstruction* GetIndex() const { return InputAt(0); } in GetIndex() function
Dnodes_shared.h168 HInstruction* GetIndex() const { return InputAt(0); } in GetIndex() function
Dload_store_analysis.h120 HInstruction* GetIndex() const { return index_; } in GetIndex() function
Dnodes_vector.h285 HInstruction* GetIndex() const { return InputAt(1); } in GetIndex() function
Dnodes.h3350 size_t GetIndex() const { return index_; } in GetIndex() function
5369 uint8_t GetIndex() const { return index_; } in GetIndex() function
5744 HInstruction* GetIndex() const { return InputAt(1); } in GetIndex() function
5836 HInstruction* GetIndex() const { return InputAt(1); } in GetIndex() function
5954 HInstruction* GetIndex() const { return InputAt(0); } in GetIndex() function
/art/openjdkjvmti/
Dti_redefine.cc1066 int32_t GetIndex() const { in GetIndex() function in openjdkjvmti::RedefinitionDataIter
/art/dexlayout/
Ddex_ir.h516 uint32_t GetIndex() const { return index_; } in GetIndex() function
/art/dex2oat/linker/
Dimage_writer.cc2695 uint32_t ImageWriter::BinSlot::GetIndex() const { in GetIndex() function in art::linker::ImageWriter::BinSlot