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

  /art/runtime/dex/
dex_file_annotations.cc 305 const DexFile::ParameterAnnotationsItem* parameter_annotations = local
307 if (parameter_annotations == nullptr) {
313 if (parameter_annotations[i].method_idx_ == method_index) {
314 return &parameter_annotations[i];
1110 const DexFile::ParameterAnnotationsItem* parameter_annotations = local
1126 const DexFile::ParameterAnnotationsItem* parameter_annotations = local
1143 const DexFile::ParameterAnnotationsItem* parameter_annotations = local
    [all...]
  /art/dexlayout/
dex_ir.cc 529 ParameterAnnotationVector* parameter_annotations = nullptr; local
531 parameter_annotations = new ParameterAnnotationVector();
536 parameter_annotations->push_back(std::unique_ptr<ParameterAnnotation>(
542 class_annotation, field_annotations, method_annotations, parameter_annotations);
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/lib/
tools.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
tools.jar 

Completed in 184 milliseconds