HomeSort by relevance Sort by last modified time
    Searched refs:AnnotationSetItems (Results 1 - 4 of 4) sorted by null

  /art/dexlayout/
dex_ir.cc 122 [](const dex_ir::Header* h) { return h->AnnotationSetItems().Size(); },
123 [](const dex_ir::Header* h) { return h->AnnotationSetItems().GetOffset(); }
dex_writer.cc 385 for (auto& annotation_set : header_->AnnotationSetItems()) {
396 header_->AnnotationSetItems().SetOffset(start);
764 header_->AnnotationSetItems().Size(),
765 header_->AnnotationSetItems().GetOffset()));
    [all...]
dex_ir_builder.cc 389 header_->AnnotationSetItems().SetOffset(item->offset_);
711 annotation_set_items_map_.CreateAndAddItem(header_->AnnotationSetItems(),
    [all...]
dex_ir.h 466 CollectionVector<AnnotationSetItem>& AnnotationSetItems() { return annotation_set_items_; }
467 const CollectionVector<AnnotationSetItem>& AnnotationSetItems() const {
    [all...]

Completed in 252 milliseconds