Searched refs:compute_offsets (Results 1 – 4 of 4) sorted by relevance
/art/dexlayout/ |
D | dex_writer.h | 214 DexWriter(DexLayout* dex_layout, bool compute_offsets); 218 bool compute_offsets,
|
D | dexlayout.h | 182 bool compute_offsets,
|
D | dex_writer.cc | 112 DexWriter::DexWriter(DexLayout* dex_layout, bool compute_offsets) in DexWriter() argument 115 compute_offsets_(compute_offsets) {} in DexWriter() 964 bool compute_offsets, in Output() argument 969 CHECK(compute_offsets) << "Compact dex requires computing offsets"; in Output() 972 writer.reset(new DexWriter(dex_layout, compute_offsets)); in Output()
|
D | dexlayout.cc | 1821 bool compute_offsets, in OutputDexFile() argument 1850 if (!DexWriter::Output(this, dex_container, compute_offsets, error_msg)) { in OutputDexFile()
|