Searched refs:Proto (Results 1 – 5 of 5) sorted by relevance
425 std::string type_descriptor = GetSignatureForProtoId(method_id->Proto()); in IndexString()458 std::string type_descriptor = GetSignatureForProtoId(method_id->Proto()); in IndexString()1029 std::string type_descriptor = GetSignatureForProtoId(method_id->Proto()); in DumpBytecodes()1171 char* type_descriptor = strdup(GetSignatureForProtoId(method_id->Proto()).c_str()); in DumpMethod()1196 method_id->Proto()); in DumpMethod()1656 is_shorty[method_id->Proto()->Shorty()->GetIndex()] = true; in LayoutStringData()1677 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