Searched defs:offsets (Results 1 – 6 of 6) sorted by relevance
63 void CompactOffsetTable::Build(const std::vector<uint32_t>& offsets, in Build()74 void CompactOffsetTable::Build(const std::vector<uint32_t>& offsets, in Build()
27 std::vector<uint32_t> offsets = { in TEST() local
2943 const uint32_t* offsets = set->entries_; in CheckInterAnnotationSetItem() local
427 const uint32_t* offsets = reinterpret_cast<const uint32_t*>(*cursor); in DecodeSetVector() local496 const uint8_t* offsets = *cursor; in DecodeStringVector() local
1414 OatMethodOffsets* offsets = &oat_class->method_offsets_[method_offsets_index_]; in VisitMethod() local1593 OatMethodOffsets offsets(0u); in VisitMethod() local
475 std::vector<CheckOffset> offsets; member