Home
last modified time | relevance | path

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

/art/compiler/
Dimage_writer.h291 void AssignMethodOffset(ArtMethod* method, Bin bin) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dimage_writer.cc852 AssignMethodOffset(&m, any_dirty ? kBinArtMethodDirty : kBinArtMethodClean); in WalkFieldsInOrder()
870 void ImageWriter::AssignMethodOffset(ArtMethod* method, Bin bin) { in AssignMethodOffset() function in art::ImageWriter
932 AssignMethodOffset(m, kBinArtMethodDirty); in CalculateNewObjectOffsets()