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

/art/runtime/
H A Ddex_file.h45 class Signature;
613 const Signature GetMethodSignature(const MethodId& method_id) const;
719 // Create a Signature from the given string signature or return Signature::NoSignature if not
721 const Signature CreateSignature(const StringPiece& signature) const;
1031 class Signature { class in namespace:art
1035 static Signature NoSignature() {
1036 return Signature();
1039 bool operator==(const Signature& rhs) const;
1040 bool operator!=(const Signature
1047 Signature(const DexFile* dex, const DexFile::ProtoId& proto) : dex_file_(dex), proto_id_(&proto) { function in class:art::Signature
1050 Signature() : dex_file_(nullptr), proto_id_(nullptr) { function in class:art::Signature
[all...]

Completed in 7 milliseconds