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

  /art/runtime/
oat_file.h 220 const OatMethod GetOatMethod(uint32_t method_index) const;
224 // callers should use GetOatMethod.
229 // is present. Note that most callers should use GetOatMethod.
art_method.cc 495 return oat_class.GetOatMethod(oat_method_index);
543 return oat_class.GetOatMethod(oat_method_index);
    [all...]
oat_file.cc     [all...]
class_linker.cc     [all...]
  /art/dex2oat/linker/
oat_writer_test.cc 471 CheckMethod(&m, oat_class.GetOatMethod(method_index), dex_file);
480 CheckMethod(&m, oat_class.GetOatMethod(method_index), dex_file);
    [all...]
  /art/oatdump/
oatdump.cc 281 WalkOatMethod(oat_class.GetOatMethod(class_method_idx++),
680 return oat_class.GetOatMethod(method_index).GetQuickCode();
    [all...]

Completed in 801 milliseconds