Home
last modified time | relevance | path

Searched refs:GetSignatureForProtoId (Results 1 – 1 of 1) sorted by relevance

/art/dexlayout/
Ddexlayout.cc235 static std::string GetSignatureForProtoId(const dex_ir::ProtoId* proto) { in GetSignatureForProtoId() function
426 std::string type_descriptor = GetSignatureForProtoId(method_id->Proto()); in IndexString()
459 std::string type_descriptor = GetSignatureForProtoId(method_id->Proto()); in IndexString()
465 proto = GetSignatureForProtoId(proto_id); in IndexString()
1030 std::string type_descriptor = GetSignatureForProtoId(method_id->Proto()); in DumpBytecodes()
1172 char* type_descriptor = strdup(GetSignatureForProtoId(method_id->Proto()).c_str()); in DumpMethod()