Home
last modified time | relevance | path

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

/art/compiler/driver/
Ddex_compilation_unit.h62 uint16_t GetClassDefIndex() const { in GetClassDefIndex() function
/art/dex2oat/
Ddex2oat_vdex_test.cc98 uint16_t GetClassDefIndex(const std::string& cls, const DexFile& dex_file) { in GetClassDefIndex() function in art::Dex2oatVdexTest
Dverifier_deps_test.cc236 uint16_t GetClassDefIndex(const std::string& cls, const DexFile& dex_file) { in GetClassDefIndex() function in art::verifier::VerifierDepsTest
/art/libdexfile/dex/
Dclass_accessor.h366 uint32_t GetClassDefIndex() const { in GetClassDefIndex() function
/art/libdexfile/external/
Ddex_file_ext.cc118 inline bool GetClassDefIndex(uint32_t dex_offset, uint32_t* class_def_index) { in GetClassDefIndex() function