Lines Matching defs:oat_index

690     size_t oat_index = GetOatIndexForDexFile(dex_file);  in PrepareDexCacheArraySlots()  local
735 size_t oat_index) { in AddDexCacheArrayRelocation()
760 ImageWriter::Bin ImageWriter::AssignImageBinSlot(mirror::Object* object, size_t oat_index) { in AssignImageBinSlot()
910 size_t oat_index = GetOatIndex(object); in IsImageBinSlotAssigned() local
933 size_t oat_index, in UpdateImageBinSlotOffset()
1535 size_t oat_index, in CreateImageRoots()
1563 void ImageWriter::RecordNativeRelocations(ObjPtr<mirror::Object> obj, size_t oat_index) { in RecordNativeRelocations()
1711 bool ImageWriter::TryAssignImTableOffset(ImTable* imt, size_t oat_index) { in TryAssignImTableOffset()
1729 void ImageWriter::TryAssignConflictTableOffset(ImtConflictTable* table, size_t oat_index) { in TryAssignConflictTableOffset()
1749 size_t oat_index) { in AssignMethodOffset()
1915 size_t oat_index, in CollectStringReferenceVisitor()
1968 VisitReferencesVisitor(LayoutHelper* helper, size_t oat_index) in VisitReferencesVisitor()
2040 const size_t oat_index = it->second; in ProcessDexFileObjects() local
2184 for (size_t oat_index = 0; oat_index != num_image_infos; ++oat_index) { in FinalizeBinSlotOffsets() local
2286 for (size_t oat_index = 0; oat_index != num_image_infos; ++oat_index) { in CollectStringReferenceInfo() local
2357 void ImageWriter::LayoutHelper::VisitReferences(ObjPtr<mirror::Object> obj, size_t oat_index) { in VisitReferences()
2371 bool ImageWriter::LayoutHelper::TryAssignBinSlot(ObjPtr<mirror::Object> obj, size_t oat_index) { in TryAssignBinSlot()
2621 void ImageWriter::CreateHeader(size_t oat_index, size_t component_count) { in CreateHeader()
2793 void ImageWriter::CopyAndFixupNativeData(size_t oat_index) { in CopyAndFixupNativeData()
2962 size_t oat_index = GetOatIndex(obj); in CopyAndFixupObject() local
3405 size_t oat_index) { in CopyAndFixupMethod()
3565 void ImageWriter::UpdateOatFileLayout(size_t oat_index, in UpdateOatFileLayout()
3597 void ImageWriter::UpdateOatFileHeader(size_t oat_index, const OatHeader& oat_header) { in UpdateOatFileHeader()