Home
last modified time | relevance | path

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

/art/libartservice/service/
Dproguard.flags1 # Proto field names are used by MessageLiteToString.toString through reflection.
/art/dexlayout/
Ddexlayout.cc493 std::string type_descriptor = GetSignatureForProtoId(method_id->Proto()); in IndexString()
526 std::string type_descriptor = GetSignatureForProtoId(method_id->Proto()); in IndexString()
1100 std::string type_descriptor = GetSignatureForProtoId(method_id->Proto()); in DumpBytecodes()
1244 char* type_descriptor = strdup(GetSignatureForProtoId(method_id->Proto()).c_str()); in DumpMethod()
1272 method_id->Proto()); in DumpMethod()
1680 auto proto_id = method_id->Proto(); in DumpMethodHandle()
1962 is_shorty[method_id->Proto()->Shorty()->GetIndex()] = true; in LayoutStringData()
1983 is_shorty[id->Proto()->Shorty()->GetIndex()] = true; in LayoutStringData()
Ddex_visualize.cc169 DumpProtoId(method_id->Proto(), class_index); in DumpMethodId()
Ddex_verify.cc162 if (orig->Proto()->GetIndex() != output->Proto()->GetIndex()) { in VerifyId()
Ddex_writer.cc342 buffer[1] = method_id->Proto()->GetIndex(); in WriteMethodIds()
Ddex_ir.h714 const ProtoId* Proto() const { return proto_; } in Proto() function