Home
last modified time | relevance | path

Searched defs:GetIndex (Results 1 – 10 of 10) 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.h123 HInstruction* GetIndex() const { return index_; } in GetIndex() function
Dnodes_vector.h281 HInstruction* GetIndex() const { return InputAt(1); } in GetIndex() function
Dnodes.h3411 size_t GetIndex() const { return index_; } in GetIndex() function
5586 uint8_t GetIndex() const { return index_; } in GetIndex() function
5967 HInstruction* GetIndex() const { return InputAt(1); } in GetIndex() function
6059 HInstruction* GetIndex() const { return InputAt(1); } in GetIndex() function
6178 HInstruction* GetIndex() const { return InputAt(0); } in GetIndex() function
/art/libdexfile/dex/
Dclass_accessor.h47 uint32_t GetIndex() const { in GetIndex() function
/art/openjdkjvmti/
Dti_redefine.cc1121 int32_t GetIndex() const { in GetIndex() function in openjdkjvmti::RedefinitionDataIter
/art/dexlayout/
Ddex_ir.h340 uint32_t GetIndex() const { return index_; } in GetIndex() function
/art/dex2oat/linker/
Dimage_writer.cc3507 uint32_t ImageWriter::BinSlot::GetIndex() const { in GetIndex() function in art::linker::ImageWriter::BinSlot