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

  /art/runtime/gc/space/
image_space.cc 714 image_header->GetImageMethod(ImageHeader::kResolutionMethod));
716 image_header->GetImageMethod(ImageHeader::kImtConflictMethod));
718 image_header->GetImageMethod(ImageHeader::kImtUnimplementedMethod));
720 image_header->GetImageMethod(ImageHeader::kSaveAllCalleeSavesMethod));
722 image_header->GetImageMethod(ImageHeader::kSaveRefsOnlyMethod));
724 image_header->GetImageMethod(ImageHeader::kSaveRefsAndArgsMethod));
726 image_header->GetImageMethod(ImageHeader::kSaveEverythingMethod));
729 runtime->SetResolutionMethod(image_header->GetImageMethod(ImageHeader::kResolutionMethod));
730 runtime->SetImtConflictMethod(image_header->GetImageMethod(ImageHeader::kImtConflictMethod));
732 image_header->GetImageMethod(ImageHeader::kImtUnimplementedMethod))
    [all...]
  /art/runtime/
image.cc 133 ArtMethod* ImageHeader::GetImageMethod(ImageMethod index) const {
image.h 221 ArtMethod* GetImageMethod(ImageMethod index) const;
  /art/oatdump/
oatdump.cc     [all...]

Completed in 168 milliseconds