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

  /art/compiler/
oat_test.cc 165 CheckMethod(&m, oat_class.GetOatMethod(method_index), dex_file);
171 CheckMethod(&m, oat_class.GetOatMethod(method_index), dex_file);
  /art/runtime/
oat_file.h 180 const OatMethod GetOatMethod(uint32_t method_index) const;
184 // callers should use GetOatMethod.
189 // is present. Note that most callers should use GetOatMethod.
oat_file.cc 735 const OatFile::OatMethod OatFile::OatClass::GetOatMethod(uint32_t method_index) const {
    [all...]
class_linker.cc     [all...]
  /art/oatdump/
oatdump.cc 198 const OatFile::OatMethod oat_method = oat_class.GetOatMethod(class_method_idx);
205 const OatFile::OatMethod oat_method = oat_class.GetOatMethod(class_method_idx);
516 return oat_class.GetOatMethod(method_index).GetQuickCode();
551 AddOffsets(oat_class.GetOatMethod(class_method_index++));
555 AddOffsets(oat_class.GetOatMethod(class_method_index++));
794 const OatFile::OatMethod oat_method = oat_class.GetOatMethod(class_method_index);
    [all...]

Completed in 1159 milliseconds