Home
last modified time | relevance | path

Searched refs:size_misc_thunks_ (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/dex2oat/linker/
H A Drelative_patcher.h110 return size_misc_thunks_; in MiscThunksSize()
157 size_misc_thunks_(0u) { in RelativePatcher()
167 uint32_t size_misc_thunks_; variable
H A Drelative_patcher.cc150 size_misc_thunks_ += thunk.size(); in WriteMiscThunk()
H A Doat_writer.h520 uint32_t size_misc_thunks_; variable
H A Doat_writer.cc456 size_misc_thunks_(0), in OatWriter()
2654 DO_STAT(size_misc_thunks_); in CheckOatSize()
3059 size_misc_thunks_ += relative_patcher_->MiscThunksSize(); in WriteCodeDexFiles()