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