Home
last modified time | relevance | path

Searched refs:kArtMethodClean (Results 1 – 2 of 2) sorted by relevance

/art/dex2oat/linker/
Dimage_writer.h199 kArtMethodClean, enumerator
219 kArtMethodClean, enumerator
558 return type == NativeObjectRelocationType::kArtMethodClean || in IsArtMethodRelocation()
Dimage_writer.cc1380 : NativeObjectRelocationType::kArtMethodClean; in RecordNativeRelocations()
2190 case Bin::kArtMethodClean: in FinalizeBinSlotOffsets()
2475 ImageSection(GetBinSlotOffset(Bin::kArtMethodClean), in CreateImageSections()
2476 GetBinSlotSize(Bin::kArtMethodClean) + in CreateImageSections()
2736 case NativeObjectRelocationType::kArtMethodClean: in CopyAndFixupNativeData()
3371 case NativeObjectRelocationType::kArtMethodClean: in BinTypeForNativeRelocationType()
3373 return Bin::kArtMethodClean; in BinTypeForNativeRelocationType()