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 46 class EncodedAnnotation;
804 void SetEncodedAnnotation(EncodedAnnotation* encoded_annotation)
822 EncodedAnnotation* GetEncodedAnnotation() const { return encoded_annotation_.get(); }
824 EncodedAnnotation* ReleaseEncodedAnnotation() { return encoded_annotation_.release(); }
845 std::unique_ptr<EncodedAnnotation> encoded_annotation_;
868 class EncodedAnnotation {
870 EncodedAnnotation(TypeId* type, AnnotationElementVector* elements)
    [all...]

Completed in 71 milliseconds