Searched defs:Signature (Results 1 – 7 of 7) sorted by relevance
35 class Signature; variable
70 #define SETUP_INTRINSICS(Name, InvokeType, _, __, ___, ClassName, MethodName, Signature) \ in InitializeIntrinsics() argument
54 class Signature; variable
55 Signature(const DexFile* dex, const dex::ProtoId& proto) : dex_file_(dex), proto_id_(&proto) { in Signature() function
45 class Signature; variable
63 class Signature; variable
418 const uint8_t* Signature() const { return signature_; } in Signature() function