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