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];
1114 const DexFile::ParameterAnnotationsItem* parameter_annotations = local
1132 const DexFile::ParameterAnnotationsItem* parameter_annotations = local
    [all...]
  /art/dexlayout/
dex_ir.cc 521 ParameterAnnotationVector* parameter_annotations = nullptr; local
523 parameter_annotations = new ParameterAnnotationVector();
528 parameter_annotations->push_back(std::unique_ptr<ParameterAnnotation>(
534 class_annotation, field_annotations, method_annotations, parameter_annotations);
    [all...]

Completed in 267 milliseconds