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

  /art/runtime/
dex_file_annotations.cc 289 const DexFile::ParameterAnnotationsItem* parameter_annotations = local
291 if (parameter_annotations == nullptr) {
297 if (parameter_annotations[i].method_idx_ == method_index) {
298 return &parameter_annotations[i];
1113 const DexFile::ParameterAnnotationsItem* parameter_annotations = local
1131 const DexFile::ParameterAnnotationsItem* parameter_annotations = local
    [all...]
  /art/dexlayout/
dex_ir.cc 546 ParameterAnnotationVector* parameter_annotations = nullptr; local
548 parameter_annotations = new ParameterAnnotationVector();
553 parameter_annotations->push_back(std::unique_ptr<ParameterAnnotation>(
559 class_annotation, field_annotations, method_annotations, parameter_annotations);
    [all...]

Completed in 73 milliseconds