Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dclass_verifier.cc124 std::string hard_failure_msg; in VerifyClass() local
140 &hard_failure_msg); in VerifyClass()
152 *error += hard_failure_msg; in VerifyClass()
Dmethod_verifier.h246 std::string* hard_failure_msg)
264 std::string* hard_failure_msg)
Dmethod_verifier.cc4979 std::string* hard_failure_msg) { in VerifyMethod() argument
4995 hard_failure_msg); in VerifyMethod()
5011 hard_failure_msg); in VerifyMethod()
5047 std::string* hard_failure_msg) { in VerifyMethod() argument
5118 if (hard_failure_msg != nullptr) { in VerifyMethod()
5120 *hard_failure_msg = in VerifyMethod()
5130 if (kVerifierDebug && hard_failure_msg != nullptr) { in VerifyMethod()
5131 hard_failure_msg->append("\n"); in VerifyMethod()
5132 hard_failure_msg->append(verifier.info_messages_.str()); in VerifyMethod()
5133 hard_failure_msg->append("\n"); in VerifyMethod()
[all …]