Searched refs:Proto (Results 1 – 5 of 5) sorted by relevance
439 std::string type_descriptor = GetSignatureForProtoId(method_id->Proto()); in IndexString()472 std::string type_descriptor = GetSignatureForProtoId(method_id->Proto()); in IndexString()1044 std::string type_descriptor = GetSignatureForProtoId(method_id->Proto()); in DumpBytecodes()1187 char* type_descriptor = strdup(GetSignatureForProtoId(method_id->Proto()).c_str()); in DumpMethod()1206 method_id->Proto()); in DumpMethod()1652 is_shorty[method_id->Proto()->Shorty()->GetIndex()] = true; in LayoutStringData()1673 is_shorty[id->Proto()->Shorty()->GetIndex()] = true; in LayoutStringData()
169 DumpProtoId(method_id->Proto(), class_index); in DumpMethodId()
156 if (orig->Proto()->GetIndex() != output->Proto()->GetIndex()) { in VerifyId()
344 buffer[1] = method_id->Proto()->GetIndex(); in WriteMethodIds()
728 const ProtoId* Proto() const { return proto_; } in Proto() function