Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dindex_bss_mapping.h53 uint32_t GetIndex(size_t index_bits) const { in GetIndex() function
/aosp12/hardware/qcom/sm7250/display/sde-drm/
H A Ddrm_crtc.h62 int GetIndex() { return crtc_index_; } in GetIndex() function
/aosp12/frameworks/av/media/codec2/vndk/internal/
H A DC2ParamInternal.h41 inline static uint32_t GetIndex(const C2ParamField &pf) { in GetIndex() function
/aosp12/art/compiler/optimizing/
H A Dnodes_shared.h168 HInstruction* GetIndex() const { return InputAt(0); } in GetIndex() function
H A Dload_store_analysis.h189 HInstruction* GetIndex() const { return index_; } in GetIndex() function
H A Dnodes_vector.h349 HInstruction* GetIndex() const { return InputAt(1); } in GetIndex() function
/aosp12/art/libdexfile/dex/
H A Dclass_accessor.h48 uint32_t GetIndex() const { in GetIndex() function
/aosp12/system/extras/memory_replay/
H A DTraceBenchmark.cpp49 static size_t GetIndex(std::stack<size_t>& free_indices, size_t* max_index) { in GetIndex() function
/aosp12/art/dexlayout/
H A Ddex_ir.h340 uint32_t GetIndex() const { return index_; } in GetIndex() function
/aosp12/art/openjdkjvmti/
H A Dti_redefine.cc1530 int32_t GetIndex() const { in GetIndex() function in openjdkjvmti::RedefinitionDataIter