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()361 if (compute_offsets_ && start != stream->Tell()) { in WriteEncodedArrays()376 if (compute_offsets_ && start != stream->Tell()) { in WriteAnnotations()[all …]
380 CHECK(compute_offsets_); in Write()421 if (compute_offsets_) { in Write()465 if (compute_offsets_) { in Write()479 if (compute_offsets_) { in Write()492 if (compute_offsets_) { in Write()505 if (compute_offsets_) { in Write()
278 bool compute_offsets_; variable