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

  /art/runtime/
oat_file.h 177 const OatMethod GetOatMethod(uint32_t method_index) const;
181 // callers should use GetOatMethod.
186 // is present. Note that most callers should use GetOatMethod.
oat_file.cc     [all...]
class_linker.cc     [all...]
  /art/compiler/
oat_test.cc 424 CheckMethod(&m, oat_class.GetOatMethod(method_index), dex_file);
433 CheckMethod(&m, oat_class.GetOatMethod(method_index), dex_file);
    [all...]
  /art/oatdump/
oatdump.cc 221 WalkOatMethod(oat_class.GetOatMethod(class_method_idx++),
506 return oat_class.GetOatMethod(method_index).GetQuickCode();
541 AddOffsets(oat_class.GetOatMethod(class_method_index++));
545 AddOffsets(oat_class.GetOatMethod(class_method_index++));
797 const OatFile::OatMethod oat_method = oat_class.GetOatMethod(class_method_index);
    [all...]

Completed in 179 milliseconds