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()
152 size_misc_thunks_(0u) { in RelativePatcher()
162 uint32_t size_misc_thunks_; variable
Drelative_patcher.cc159 size_misc_thunks_ += thunk.size(); in WriteMiscThunk()
Doat_writer.h506 uint32_t size_misc_thunks_; variable
Doat_writer.cc430 size_misc_thunks_(0), in OatWriter()
2771 DO_STAT(size_misc_thunks_); in CheckOatSize()
3126 size_misc_thunks_ += relative_patcher_->MiscThunksSize(); in WriteCodeDexFiles()