Searched defs:offsets (Results 1 – 6 of 6) 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
2938 const uint32_t* offsets = set->entries_; in CheckInterAnnotationSetItem() local
425 const uint32_t* offsets = reinterpret_cast<const uint32_t*>(*cursor); in DecodeSetVector() local494 const uint8_t* offsets = *cursor; in DecodeStringVector() local
1310 OatMethodOffsets* offsets = &oat_class->method_offsets_[method_offsets_index_]; in VisitMethod() local1530 OatMethodOffsets offsets = oat_class->method_offsets_[method_offsets_index_]; in VisitMethod() local
471 std::vector<CheckOffset> offsets; member