Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dclass_verifier.cc279 std::string hard_failure_msg; in VerifyClass() local
300 &hard_failure_msg); in VerifyClass()
312 *error += hard_failure_msg; in VerifyClass()
Dmethod_verifier.h278 std::string* hard_failure_msg)
301 std::string* hard_failure_msg)
Dmethod_verifier.cc5051 std::string* hard_failure_msg) { in VerifyMethod() argument
5072 hard_failure_msg); in VerifyMethod()
5093 hard_failure_msg); in VerifyMethod()
5133 std::string* hard_failure_msg) { in VerifyMethod() argument
5232 if (hard_failure_msg != nullptr) { in VerifyMethod()
5234 *hard_failure_msg = in VerifyMethod()
5250 if (kVerifierDebug && hard_failure_msg != nullptr) { in VerifyMethod()
5251 hard_failure_msg->append("\n"); in VerifyMethod()
5252 hard_failure_msg->append(verifier.info_messages_.str()); in VerifyMethod()
5253 hard_failure_msg->append("\n"); in VerifyMethod()
[all …]