Searched refs:compute_offsets_ (Results 1 – 3 of 3) sorted by relevance
115 compute_offsets_(compute_offsets) {} in DexWriter()243 if (compute_offsets_ && start != stream->Tell()) { in WriteStringIds()262 if (compute_offsets_ && start != stream->Tell()) { in WriteStringDatas()276 if (compute_offsets_ && start != stream->Tell()) { in WriteTypeIds()295 if (compute_offsets_ && start != stream->Tell()) { in WriteTypeLists()315 if (compute_offsets_ && start != stream->Tell()) { in WriteProtoIds()332 if (compute_offsets_ && start != stream->Tell()) { in WriteFieldIds()349 if (compute_offsets_ && start != stream->Tell()) { in WriteMethodIds()362 if (compute_offsets_ && start != stream->Tell()) { in WriteEncodedArrays()378 if (compute_offsets_ && start != stream->Tell()) { in WriteAnnotations()[all …]
384 CHECK(compute_offsets_); in Write()427 if (compute_offsets_) { in Write()470 if (compute_offsets_) { in Write()484 if (compute_offsets_) { in Write()497 if (compute_offsets_) { in Write()510 if (compute_offsets_) { in Write()
276 bool compute_offsets_; variable