Home
last modified time | relevance | path

Searched defs:offsets (Results 1 – 7 of 7) sorted by relevance

/art/libdexfile/dex/
Dcompact_offset_table.cc61 void CompactOffsetTable::Build(const std::vector<uint32_t>& offsets, in Build()
72 void CompactOffsetTable::Build(const std::vector<uint32_t>& offsets, in Build()
Dcompact_offset_table_test.cc27 std::vector<uint32_t> offsets = { in TEST() local
Ddex_file_verifier.cc3118 const uint32_t* offsets = set->entries_; in CheckInterAnnotationSetItem() local
/art/test/183-rmw-stress-test/src/
DMain.java209 long[] offsets = new long[] { in $noinline$testUnsafeInts() local
250 long[] offsets = new long[] { in $noinline$testUnsafeLongs() local
296 long[] offsets = new long[] { in $noinline$testUnsafeReferences() local
/art/runtime/verifier/
Dverifier_deps.cc425 const uint32_t* offsets = reinterpret_cast<const uint32_t*>(*cursor); in DecodeSetVector() local
494 const uint8_t* offsets = *cursor; in DecodeStringVector() local
/art/dex2oat/linker/
Doat_writer.cc1259 OatMethodOffsets* offsets = &oat_class->method_offsets_[method_offsets_index_]; in VisitMethod() local
1479 OatMethodOffsets offsets = oat_class->method_offsets_[method_offsets_index_]; in VisitMethod() local
/art/runtime/
Dclass_linker_test.cc471 std::vector<CheckOffset> offsets; member