Home
last modified time | relevance | path

Searched defs:GetClassDefIndex (Results 1 – 6 of 6) sorted by relevance

/aosp12/art/compiler/driver/
H A Ddex_compilation_unit.h61 uint16_t GetClassDefIndex() const { in GetClassDefIndex() function
/aosp12/art/libdexfile/dex/
H A Dclass_accessor.h366 uint32_t GetClassDefIndex() const { in GetClassDefIndex() function
/aosp12/art/dex2oat/
H A Ddex2oat_vdex_test.cc101 uint16_t GetClassDefIndex(const std::string& cls, const DexFile& dex_file) { in GetClassDefIndex() function in art::Dex2oatVdexTest
H A Dverifier_deps_test.cc246 uint16_t GetClassDefIndex(const std::string& cls, const DexFile& dex_file) { in GetClassDefIndex() function in art::verifier::VerifierDepsTest
/aosp12/art/libdexfile/external/
H A Ddex_file_ext.cc117 inline bool GetClassDefIndex(uint32_t dex_offset, uint32_t* class_def_index) { in GetClassDefIndex() function
/aosp12/art/runtime/
H A Dart_method-inl.h269 inline uint16_t ArtMethod::GetClassDefIndex() { in GetClassDefIndex() function