Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Drelative_patcher.h106 return size_relative_call_thunks_; in RelativeCallThunksSize()
156 size_relative_call_thunks_(0u), in RelativePatcher()
166 uint32_t size_relative_call_thunks_; variable
Drelative_patcher.cc142 size_relative_call_thunks_ += thunk.size(); in WriteThunk()
Doat_writer.h519 uint32_t size_relative_call_thunks_; variable
Doat_writer.cc455 size_relative_call_thunks_(0), in OatWriter()
2653 DO_STAT(size_relative_call_thunks_); in CheckOatSize()
3058 size_relative_call_thunks_ += relative_patcher_->RelativeCallThunksSize(); in WriteCodeDexFiles()