Searched refs:Proto (Results 1 – 5 of 5) sorted by relevance
426 std::string type_descriptor = GetSignatureForProtoId(method_id->Proto()); in IndexString()459 std::string type_descriptor = GetSignatureForProtoId(method_id->Proto()); 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()1200 method_id->Proto()); in DumpMethod()1660 is_shorty[method_id->Proto()->Shorty()->GetIndex()] = true; in LayoutStringData()1681 is_shorty[id->Proto()->Shorty()->GetIndex()] = true; in LayoutStringData()
169 DumpProtoId(method_id->Proto(), class_index); in DumpMethodId()
162 if (orig->Proto()->GetIndex() != output->Proto()->GetIndex()) { in VerifyId()
344 buffer[1] = method_id->Proto()->GetIndex(); in WriteMethodIds()
706 const ProtoId* Proto() const { return proto_; } in Proto() function