Home
last modified time | relevance | path

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

/art/runtime/
Dindex_bss_mapping.h53 uint32_t GetIndex(size_t index_bits) const { in GetIndex() function
/art/compiler/optimizing/
Dnodes_shared.h168 HInstruction* GetIndex() const { return InputAt(0); } in GetIndex() function
Dload_store_analysis.h125 HInstruction* GetIndex() const { return index_; } in GetIndex() function
Dnodes_vector.h340 HInstruction* GetIndex() const { return InputAt(1); } in GetIndex() function
Dnodes.h3483 size_t GetIndex() const { return index_; } in GetIndex() function
5695 uint8_t GetIndex() const { return index_; } in GetIndex() function
6076 HInstruction* GetIndex() const { return InputAt(1); } in GetIndex() function
6168 HInstruction* GetIndex() const { return InputAt(1); } in GetIndex() function
6287 HInstruction* GetIndex() const { return InputAt(0); } in GetIndex() function
/art/libdexfile/dex/
Dclass_accessor.h48 uint32_t GetIndex() const { in GetIndex() function
/art/dexlayout/
Ddex_ir.h340 uint32_t GetIndex() const { return index_; } in GetIndex() function
/art/openjdkjvmti/
Dti_redefine.cc1533 int32_t GetIndex() const { in GetIndex() function in openjdkjvmti::RedefinitionDataIter