HomeSort by relevance Sort by last modified time
    Searched defs:GetClassDefIndex (Results 1 - 2 of 2) sorted by null

  /art/compiler/driver/
dex_compilation_unit.h 59 uint16_t GetClassDefIndex() const {
  /art/runtime/mirror/
art_method-inl.h 490 inline uint16_t ArtMethod::GetClassDefIndex() {
496 return method->GetDexFile()->GetClassDef(GetClassDefIndex());

Completed in 88 milliseconds