• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:Tell

233   const uint32_t start = stream->Tell();  in WriteStringIds()
243 if (compute_offsets_ && start != stream->Tell()) { in WriteStringIds()
258 const uint32_t start = stream->Tell(); in WriteStringDatas()
262 if (compute_offsets_ && start != stream->Tell()) { in WriteStringDatas()
269 const uint32_t start = stream->Tell(); in WriteTypeIds()
276 if (compute_offsets_ && start != stream->Tell()) { in WriteTypeIds()
284 const uint32_t start = stream->Tell(); in WriteTypeLists()
295 if (compute_offsets_ && start != stream->Tell()) { in WriteTypeLists()
302 const uint32_t start = stream->Tell(); in WriteProtoIds()
315 if (compute_offsets_ && start != stream->Tell()) { in WriteProtoIds()
322 const uint32_t start = stream->Tell(); in WriteFieldIds()
332 if (compute_offsets_ && start != stream->Tell()) { in WriteFieldIds()
339 const uint32_t start = stream->Tell(); in WriteMethodIds()
349 if (compute_offsets_ && start != stream->Tell()) { in WriteMethodIds()
355 const uint32_t start = stream->Tell(); in WriteEncodedArrays()
362 if (compute_offsets_ && start != stream->Tell()) { in WriteEncodedArrays()
369 const uint32_t start = stream->Tell(); in WriteAnnotations()
378 if (compute_offsets_ && start != stream->Tell()) { in WriteAnnotations()
386 const uint32_t start = stream->Tell(); in WriteAnnotationSets()
398 if (compute_offsets_ && start != stream->Tell()) { in WriteAnnotationSets()
406 const uint32_t start = stream->Tell(); in WriteAnnotationSetRefs()
418 if (compute_offsets_ && start != stream->Tell()) { in WriteAnnotationSetRefs()
426 const uint32_t start = stream->Tell(); in WriteAnnotationsDirectories()
465 if (compute_offsets_ && start != stream->Tell()) { in WriteAnnotationsDirectories()
477 const uint32_t start = stream->Tell(); in WriteDebugInfoItems()
482 if (compute_offsets_ && start != stream->Tell()) { in WriteDebugInfoItems()
503 const size_t offset = stream->Tell(); in WriteCodeItemPostInstructionData()
517 max_offset = std::max(max_offset, stream->Tell()); in WriteCodeItemPostInstructionData()
527 const uint32_t start_offset = stream->Tell(); in WriteCodeItem()
550 stream->Clear(start_offset, stream->Tell() - start_offset); in WriteCodeItem()
560 const uint32_t start = stream->Tell(); in WriteCodeItems()
562 uint32_t start_offset = stream->Tell(); in WriteCodeItems()
570 stream->Tell()); in WriteCodeItems()
575 if (compute_offsets_ && start != stream->Tell()) { in WriteCodeItems()
581 const uint32_t start = stream->Tell(); in WriteClassDefs()
604 if (compute_offsets_ && start != stream->Tell()) { in WriteClassDefs()
610 const uint32_t start = stream->Tell(); in WriteClassDatas()
624 if (compute_offsets_ && start != stream->Tell()) { in WriteClassDatas()
630 const uint32_t start = stream->Tell(); in WriteCallSiteIds()
642 if (compute_offsets_ && start != stream->Tell()) { in WriteCallSiteIds()
648 const uint32_t start = stream->Tell(); in WriteMethodHandles()
659 if (compute_offsets_ && start != stream->Tell()) { in WriteMethodHandles()
804 const uint32_t string_ids_offset = stream->Tell(); in Write()
807 const uint32_t proto_ids_offset = stream->Tell(); in Write()
811 const uint32_t class_defs_offset = stream->Tell(); in Write()
813 const uint32_t call_site_ids_offset = stream->Tell(); in Write()
821 data_offset_ = stream->Tell(); in Write()
826 const uint32_t code_items_offset = stream->Tell(); in Write()
866 collection.SetMapListOffset(stream->Tell()); in Write()
875 header_->SetDataSize(stream->Tell() - data_offset_); in Write()
889 header_->SetLinkOffset(stream->Tell()); in Write()
898 header_->SetFileSize(stream->Tell()); in Write()
940 item->SetOffset(stream->Tell()); in ProcessOffset()