HomeSort by relevance Sort by last modified time
    Searched refs:method_annotations (Results 1 - 3 of 3) sorted by null

  /art/dexlayout/
dex_ir.cc 530 MethodAnnotationVector* method_annotations = nullptr; local
532 method_annotations = new MethodAnnotationVector();
540 method_annotations->push_back(std::unique_ptr<MethodAnnotation>(
559 class_annotation, field_annotations, method_annotations, parameter_annotations);
    [all...]
dex_ir.h     [all...]
  /art/runtime/
dex_file_annotations.cc 266 const DexFile::MethodAnnotationsItem* method_annotations = local
268 if (method_annotations == nullptr) {
274 if (method_annotations[i].method_idx_ == method_index) {
275 return dex_file->GetMethodAnnotationSetItem(method_annotations[i]);
    [all...]

Completed in 374 milliseconds