Home
last modified time | relevance | path

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

/art/compiler/linker/
Drelative_patcher.h82 return size_misc_thunks_; in MiscThunksSize()
108 size_misc_thunks_(0u) { in RelativePatcher()
118 uint32_t size_misc_thunks_; variable
Drelative_patcher.cc108 size_misc_thunks_ += thunk.size(); in WriteMiscThunk()
/art/compiler/
Doat_writer.h314 uint32_t size_misc_thunks_; variable
Doat_writer.cc94 size_misc_thunks_(0), in OatWriter()
1224 DO_STAT(size_misc_thunks_); in WriteCode()
1375 size_misc_thunks_ += relative_patcher_->MiscThunksSize(); in WriteCodeDexFiles()