Home
last modified time | relevance | path

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

/art/runtime/
Dcommon_throws.h30 class Signature; variable
Ddex_file.h48 class Signature; variable
1106 Signature(const DexFile* dex, const DexFile::ProtoId& proto) : dex_file_(dex), proto_id_(&proto) { in Signature() function
1109 Signature() : dex_file_(nullptr), proto_id_(nullptr) { in Signature() function
/art/runtime/mirror/
Dclass.h45 class Signature; variable
/art/compiler/dex/
Dtype_inference.cc628 TypeInference::MethodSignature TypeInference::Signature(const DexFile* dex_file, in Signature() function in art::TypeInference