Home
last modified time | relevance | path

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

/art/compiler/linker/
Drelative_patcher.h78 return size_relative_call_thunks_; in RelativeCallThunksSize()
120 size_relative_call_thunks_(0u), in RelativePatcher()
130 uint32_t size_relative_call_thunks_; variable
Drelative_patcher.cc140 size_relative_call_thunks_ += thunk.size(); in WriteThunk()
/art/compiler/
Doat_writer.h450 uint32_t size_relative_call_thunks_; variable
Doat_writer.cc362 size_relative_call_thunks_(0), in OatWriter()
2328 DO_STAT(size_relative_call_thunks_); in WriteCode()
2616 size_relative_call_thunks_ += relative_patcher_->RelativeCallThunksSize(); in WriteCodeDexFiles()