Home
last modified time | relevance | path

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

/art/dexlayout/
Dcompact_dex_writer.cc445 Stream::ScopedSeek seek(main_stream, string_ids_offset); in Write() local
449 Stream::ScopedSeek seek(main_stream, proto_ids_offset); in Write() local
453 Stream::ScopedSeek seek(main_stream, class_defs_offset); in Write() local
457 Stream::ScopedSeek seek(main_stream, call_site_ids_offset); in Write() local
Ddex_writer.cc878 Stream::ScopedSeek seek(stream, code_items_offset); in Write() local
894 Stream::ScopedSeek seek(stream, string_ids_offset); in Write() local
898 Stream::ScopedSeek seek(stream, proto_ids_offset); in Write() local
902 Stream::ScopedSeek seek(stream, class_defs_offset); in Write() local
906 Stream::ScopedSeek seek(stream, call_site_ids_offset); in Write() local
/art/tools/ahat/src/main/com/android/ahat/heapdump/
DParser.java946 public void seek(int position) { in seek() method in Parser.HprofBuffer