Searched defs:offsets (Results 1 – 7 of 7) sorted by relevance
61 void CompactOffsetTable::Build(const std::vector<uint32_t>& offsets, in Build()72 void CompactOffsetTable::Build(const std::vector<uint32_t>& offsets, in Build()
27 std::vector<uint32_t> offsets = { in TEST() local
3118 const uint32_t* offsets = set->entries_; in CheckInterAnnotationSetItem() local
209 long[] offsets = new long[] { in $noinline$testUnsafeInts() local250 long[] offsets = new long[] { in $noinline$testUnsafeLongs() local296 long[] offsets = new long[] { in $noinline$testUnsafeReferences() local
425 const uint32_t* offsets = reinterpret_cast<const uint32_t*>(*cursor); in DecodeSetVector() local494 const uint8_t* offsets = *cursor; in DecodeStringVector() local
1259 OatMethodOffsets* offsets = &oat_class->method_offsets_[method_offsets_index_]; in VisitMethod() local1479 OatMethodOffsets offsets = oat_class->method_offsets_[method_offsets_index_]; in VisitMethod() local
471 std::vector<CheckOffset> offsets; member