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()
115 size_relative_call_thunks_(0u), in RelativePatcher()
125 uint32_t size_relative_call_thunks_; variable
Drelative_patcher.cc119 size_relative_call_thunks_ += thunk.size(); in WriteRelCallThunk()
/art/compiler/
Doat_writer.h345 uint32_t size_relative_call_thunks_; variable
Doat_writer.cc299 size_relative_call_thunks_(0), in OatWriter()
1581 DO_STAT(size_relative_call_thunks_); in WriteCode()
1755 size_relative_call_thunks_ += relative_patcher_->RelativeCallThunksSize(); in WriteCodeDexFiles()