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 352 std::unique_ptr<dex_ir::AnnotationSetRefList>& annotation_set_ref = anno_set_ref_pair.second; local
353 size[0] = annotation_set_ref->GetItems()->size();
354 size_t offset = annotation_set_ref->GetOffset();
356 for (dex_ir::AnnotationSetItem* annotation_set : *annotation_set_ref->GetItems()) {
  /art/runtime/
dex_file_annotations.cc 1145 const DexFile::AnnotationSetRefItem* annotation_set_ref = &set_ref_list->list_[parameter_idx]; local
    [all...]

Completed in 174 milliseconds