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

  /art/runtime/
image.h 178 enum ImageMethod {
214 ArtMethod* GetImageMethod(ImageMethod index) const;
215 void SetImageMethod(ImageMethod index, ArtMethod* method);
384 std::ostream& operator<<(std::ostream& os, const ImageHeader::ImageMethod& policy);
image.cc 133 ArtMethod* ImageHeader::GetImageMethod(ImageMethod index) const {
138 void ImageHeader::SetImageMethod(ImageMethod index, ArtMethod* method) {
  /art/compiler/
image_writer.cc     [all...]
  /art/oatdump/
oatdump.cc     [all...]

Completed in 275 milliseconds