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

  /art/tools/dexfuzz/src/dexfuzz/rawdex/
AnnotationsDirectoryItem.java 28 public ParameterAnnotation[] parameterAnnotations;
51 parameterAnnotations = new ParameterAnnotation[annotatedParametersSize];
53 (parameterAnnotations[i] = new ParameterAnnotation()).read(file);
77 for (ParameterAnnotation parameterAnnotation : parameterAnnotations) {
78 parameterAnnotation.write(file);
96 for (ParameterAnnotation parameterAnnotation : parameterAnnotations) {
97 parameterAnnotation.incrementIndex(kind, insertedIdx);
ParameterAnnotation.java 21 public class ParameterAnnotation implements RawDexObject {
  /test/suite_harness/tools/dex-tools/src/dex/reader/
DexMethodImpl.java 28 import dex.reader.DexClassImpl.ParameterAnnotation;
50 private final ParameterAnnotation parameterAnnotation;
57 ParameterAnnotation parameterAnnotation, String[] stringPool,
65 this.parameterAnnotation = parameterAnnotation;
75 if (parameterAnnotation != null) {
76 buffer.setPosition(parameterAnnotation.annotationsOff);
DexClassImpl.java 60 private Map<Integer, ParameterAnnotation> idToParameterAnnotation =
61 new HashMap<Integer, ParameterAnnotation>();
92 ParameterAnnotation[] parameterAnnotations;
112 static class ParameterAnnotation {
157 new ParameterAnnotation[annotationDir
161 new ParameterAnnotation();
  /art/dexlayout/
dex_ir.h 57 class ParameterAnnotation;
426 ParameterAnnotation* GenerateParameterAnnotation(const DexFile& dex_file, MethodId* method_id,
    [all...]
dex_ir.cc 536 parameter_annotations->push_back(std::unique_ptr<ParameterAnnotation>(
550 ParameterAnnotation* Collections::GenerateParameterAnnotation(
565 return new ParameterAnnotation(method_id, set_ref_list);
    [all...]
dex_verify.cc 418 dex_ir::ParameterAnnotation* orig_param = (*orig)[i].get();
419 dex_ir::ParameterAnnotation* output_param = (*output)[i].get();
    [all...]
dex_writer.cc 457 for (std::unique_ptr<dex_ir::ParameterAnnotation>& parameter :
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar 

Completed in 120 milliseconds