Home
last modified time | relevance | path

Searched refs:SignatureAttribute (Results 1 – 1 of 1) sorted by relevance

/build/tools/ijar/
Dclassfile.cc983 struct SignatureAttribute : Attribute { struct
985 static SignatureAttribute* Read(const u1 *&p, Constant *attribute_name) { in Read() argument
986 SignatureAttribute *attr = new SignatureAttribute; in Read()
1319 attributes.push_back(SignatureAttribute::Read(p, attribute_name)); in ReadAttrs()