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

  /tools/dexter/slicer/
dex_ir.cc 300 // method_annotations: The elements of the list must be
302 auto& method_annotations = irAnnotationDirectory->method_annotations;
303 std::sort(method_annotations.begin(), method_annotations.end(),
writer.cc 705 for (auto irItem : ir_annotations->method_annotations) {
727 dex_annotations.methods_size = ir_annotations->method_annotations.size();
    [all...]
reader.cc 304 ir_annotations->method_annotations.push_back(ParseMethodAnnotation(&ptr));
  /tools/dexter/slicer/export/slicer/
dex_ir.h 307 std::vector<MethodAnnotation*> method_annotations; member in struct:ir::AnnotationsDirectory
383 std::vector<own<MethodAnnotation>> method_annotations; member in struct:ir::DexFile
464 void Track(MethodAnnotation* p) { PushOwn(method_annotations, p); }
  /art/dexlayout/
dex_ir.cc 513 MethodAnnotationVector* method_annotations = nullptr; local
515 method_annotations = new MethodAnnotationVector();
523 method_annotations->push_back(std::unique_ptr<MethodAnnotation>(
542 class_annotation, field_annotations, method_annotations, parameter_annotations);
    [all...]
dex_ir.h     [all...]
  /tools/dexter/dexter/
dexter.cc 222 printf(" method_annotations : %zu\n", dex_ir->method_annotations.size());
  /art/runtime/dex/
dex_file_annotations.cc 273 const DexFile::MethodAnnotationsItem* method_annotations = local
275 if (method_annotations == nullptr) {
280 if (method_annotations[i].method_idx_ == method_index) {
281 return dex_file.GetMethodAnnotationSetItem(method_annotations[i]);
    [all...]

Completed in 6795 milliseconds