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

  /art/dexlayout/
dex_writer.cc 404 for (auto& annotation_set_ref : header_->AnnotationSetRefLists()) {
406 size[0] = annotation_set_ref->GetItems()->size();
407 ProcessOffset(stream, annotation_set_ref.get());
409 for (dex_ir::AnnotationSetItem* annotation_set : *annotation_set_ref->GetItems()) {
    [all...]
  /art/runtime/dex/
dex_file_annotations.cc 1168 const AnnotationSetRefItem* annotation_set_ref = &set_ref_list->list_[parameter_idx]; local
    [all...]

Completed in 301 milliseconds