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

  /art/runtime/
oat_file.h 400 uint32_t GetOatClassOffset(uint16_t class_def_index) const;
oat_file.cc 624 uint32_t OatFile::OatDexFile::GetOatClassOffset(uint16_t class_def_index) const {
629 uint32_t oat_class_offset = GetOatClassOffset(class_def_index);
    [all...]
  /art/oatdump/
oatdump.cc 610 uint32_t oat_class_offset = oat_dex_file.GetOatClassOffset(class_def_index);
    [all...]

Completed in 488 milliseconds