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
224 kRuntimeMethod, enumerator
560 type == NativeObjectRelocationType::kRuntimeMethod; in IsArtMethodRelocation()
Dimage_writer.cc1420 AssignMethodOffset(imt_method, NativeObjectRelocationType::kRuntimeMethod, oat_index); in RecordNativeRelocations()
2393 AssignMethodOffset(m, NativeObjectRelocationType::kRuntimeMethod, GetDefaultOatIndex()); in CalculateNewObjectOffsets()
2495 ImageSection(GetBinSlotOffset(Bin::kRuntimeMethod), GetBinSlotSize(Bin::kRuntimeMethod)); in CreateImageSections()
2735 case NativeObjectRelocationType::kRuntimeMethod: in CopyAndFixupNativeData()
3377 case NativeObjectRelocationType::kRuntimeMethod: in BinTypeForNativeRelocationType()
3378 return Bin::kRuntimeMethod; in BinTypeForNativeRelocationType()