Searched defs:Signature (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Ddex_file.h47 class Signature;
616 const Signature GetMethodSignature(const MethodId& method_id) const;
723 // Create a Signature from the given string signature or return Signature::NoSignature if not
725 const Signature CreateSignature(const StringPiece& signature) const;
1058 class Signature { class in namespace:art
1062 static Signature NoSignature() {
1063 return Signature();
1066 bool operator==(const Signature& rhs) const;
1067 bool operator!=(const Signature
1074 Signature(const DexFile* dex, const DexFile::ProtoId& proto) : dex_file_(dex), proto_id_(&proto) { function in class:art::Signature
1077 Signature() : dex_file_(nullptr), proto_id_(nullptr) { function in class:art::Signature
[all...]

Completed in 114 milliseconds