Home
last modified time | relevance | path

Searched defs:seek (Results 1 – 3 of 3) sorted by relevance

/art/dexlayout/
Dcompact_dex_writer.cc448 Stream::ScopedSeek seek(main_stream, string_ids_offset); in Write() local
452 Stream::ScopedSeek seek(main_stream, proto_ids_offset); in Write() local
456 Stream::ScopedSeek seek(main_stream, class_defs_offset); in Write() local
460 Stream::ScopedSeek seek(main_stream, call_site_ids_offset); in Write() local
Ddex_writer.cc877 Stream::ScopedSeek seek(stream, code_items_offset); in Write() local
893 Stream::ScopedSeek seek(stream, string_ids_offset); in Write() local
897 Stream::ScopedSeek seek(stream, proto_ids_offset); in Write() local
901 Stream::ScopedSeek seek(stream, class_defs_offset); in Write() local
905 Stream::ScopedSeek seek(stream, call_site_ids_offset); in Write() local
/art/tools/ahat/src/main/com/android/ahat/heapdump/
DParser.java940 public void seek(int position) { in seek() method in Parser.HprofBuffer