Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_writer.h221 kRuntimeMethod, enumerator
239 kRuntimeMethod, enumerator
Dimage_writer.cc1503 AssignMethodOffset(imt_method, NativeObjectRelocationType::kRuntimeMethod, oat_index); in RecordNativeRelocations()
2569 AssignMethodOffset(m, NativeObjectRelocationType::kRuntimeMethod, GetDefaultOatIndex()); in CalculateNewObjectOffsets()
2708 ImageSection(GetBinSlotOffset(Bin::kRuntimeMethod), GetBinSlotSize(Bin::kRuntimeMethod)); in CreateImageSections()
2969 case NativeObjectRelocationType::kRuntimeMethod: in CopyAndFixupNativeData()
3677 case NativeObjectRelocationType::kRuntimeMethod: in BinTypeForNativeRelocationType()
3678 return Bin::kRuntimeMethod; in BinTypeForNativeRelocationType()