Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Drelative_patcher.h110 return size_misc_thunks_; in MiscThunksSize()
157 size_misc_thunks_(0u) { in RelativePatcher()
167 uint32_t size_misc_thunks_; variable
Drelative_patcher.cc150 size_misc_thunks_ += thunk.size(); in WriteMiscThunk()
Doat_writer.h508 uint32_t size_misc_thunks_; variable
Doat_writer.cc445 size_misc_thunks_(0), in OatWriter()
2726 DO_STAT(size_misc_thunks_); in CheckOatSize()
3086 size_misc_thunks_ += relative_patcher_->MiscThunksSize(); in WriteCodeDexFiles()