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

  /art/runtime/dex/
dex_file_annotations.cc 323 const ParameterAnnotationsItem* parameter_annotations = local
325 if (parameter_annotations == nullptr) {
331 if (parameter_annotations[i].method_idx_ == method_index) {
332 return &parameter_annotations[i];
1123 const ParameterAnnotationsItem* parameter_annotations = local
1139 const ParameterAnnotationsItem* parameter_annotations = local
1156 const ParameterAnnotationsItem* parameter_annotations = FindAnnotationsItemForMethod(method); local
    [all...]
  /art/dexlayout/
dex_ir_builder.cc 767 ParameterAnnotationVector* parameter_annotations = nullptr; local
    [all...]

Completed in 306 milliseconds