HomeSort by relevance Sort by last modified time
    Searched refs:GetOatClass (Results 1 - 6 of 6) sorted by null

  /art/runtime/
oat_file.h 503 OatFile::OatClass GetOatClass(uint16_t class_def_index) const;
505 // Returns the offset to the OatClass information. Most callers should use GetOatClass.
oat_file.cc     [all...]
class_linker.cc     [all...]
  /art/dex2oat/linker/
oat_writer_test.cc 442 const OatFile::OatClass oat_class = oat_dex_file->GetOatClass(accessor.GetClassDefIndex());
    [all...]
  /art/oatdump/
oatdump.cc 254 const OatFile::OatClass oat_class = oat_dex_file->GetOatClass(class_def_index);
718 const OatFile::OatClass oat_class = oat_dex_file->GetOatClass(class_def_index);
851 const OatFile::OatClass oat_class = oat_dex_file->GetOatClass(accessor.GetClassDefIndex());
    [all...]
  /art/dex2oat/
dex2oat_test.cc 540 OatFile::OatClass oat_class = oat_dex_file->GetOatClass(class_def_index);
    [all...]

Completed in 129 milliseconds