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

  /art/tools/dexfuzz/src/dexfuzz/rawdex/
EncodedAnnotation.java 21 public class EncodedAnnotation implements RawDexObject {
  /art/dexlayout/
dex_ir.h 47 class EncodedAnnotation;
786 void SetEncodedAnnotation(EncodedAnnotation* encoded_annotation)
804 EncodedAnnotation* GetEncodedAnnotation() const { return encoded_annotation_.get(); }
806 EncodedAnnotation* ReleaseEncodedAnnotation() { return encoded_annotation_.release(); }
827 std::unique_ptr<EncodedAnnotation> encoded_annotation_;
850 class EncodedAnnotation {
852 EncodedAnnotation(TypeId* type, AnnotationElementVector* elements)
862 DISALLOW_COPY_AND_ASSIGN(EncodedAnnotation);
    [all...]

Completed in 51 milliseconds