Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_writer.h208 kRuntimeMethod, enumerator
229 kRuntimeMethod, enumerator
593 type == NativeObjectRelocationType::kRuntimeMethod; in IsArtMethodRelocation()
Dimage_writer.cc1685 AssignMethodOffset(imt_method, NativeObjectRelocationType::kRuntimeMethod, oat_index); in RecordNativeRelocations()
2436 AssignMethodOffset(m, NativeObjectRelocationType::kRuntimeMethod, GetDefaultOatIndex()); in CalculateNewObjectOffsets()
2557 ImageSection(GetBinSlotOffset(Bin::kRuntimeMethod), GetBinSlotSize(Bin::kRuntimeMethod)); in CreateImageSections()
2813 case NativeObjectRelocationType::kRuntimeMethod: in CopyAndFixupNativeData()
3522 case NativeObjectRelocationType::kRuntimeMethod: in BinTypeForNativeRelocationType()
3523 return Bin::kRuntimeMethod; in BinTypeForNativeRelocationType()