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

/art/compiler/linker/
H A Drelative_patcher.h78 return size_relative_call_thunks_;
107 size_relative_call_thunks_(0u),
117 uint32_t size_relative_call_thunks_; member in class:art::linker::RelativePatcher
H A Drelative_patcher.cc100 size_relative_call_thunks_ += thunk.size();
/art/compiler/
H A Doat_writer.h313 uint32_t size_relative_call_thunks_;
H A Doat_writer.cc93 size_relative_call_thunks_(0),
1223 DO_STAT(size_relative_call_thunks_);
1374 size_relative_call_thunks_ += relative_patcher_->RelativeCallThunksSize();

Completed in 341 milliseconds