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()
151 size_relative_call_thunks_(0u), in RelativePatcher()
161 uint32_t size_relative_call_thunks_; variable
Drelative_patcher.cc151 size_relative_call_thunks_ += thunk.size(); in WriteThunk()
Doat_writer.h505 uint32_t size_relative_call_thunks_; variable
Doat_writer.cc429 size_relative_call_thunks_(0), in OatWriter()
2770 DO_STAT(size_relative_call_thunks_); in CheckOatSize()
3125 size_relative_call_thunks_ += relative_patcher_->RelativeCallThunksSize(); in WriteCodeDexFiles()