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

  /art/runtime/
oat_file.h 224 const OatMethod GetOatMethod(uint32_t method_index) const;
228 // callers should use GetOatMethod.
233 // is present. Note that most callers should use GetOatMethod.
art_method.cc 470 return oat_class.GetOatMethod(oat_method_index);
518 return oat_class.GetOatMethod(oat_method_index);
    [all...]
oat_file.cc     [all...]
class_linker.cc     [all...]
  /art/dex2oat/linker/
oat_writer_test.cc 449 CheckMethod(&m, oat_class.GetOatMethod(method_index), dex_file);
458 CheckMethod(&m, oat_class.GetOatMethod(method_index), dex_file);
    [all...]
  /art/oatdump/
oatdump.cc 278 WalkOatMethod(oat_class.GetOatMethod(class_method_idx++),
739 return oat_class.GetOatMethod(oat_method_index).GetQuickCode();
855 AddOffsets(oat_class.GetOatMethod(class_method_index));
    [all...]

Completed in 72 milliseconds