Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc538 void MethodVerifier::PrependToLastFailMessage(std::string prepend) { in PrependToLastFailMessage() argument
542 prepend += last_fail_message->str(); in PrependToLastFailMessage()
543 failure_messages_[failure_num - 1] = new std::ostringstream(prepend, std::ostringstream::ate); in PrependToLastFailMessage()
1118 std::string prepend("Bad signature in "); in VerifyCodeFlow() local
1119 prepend += PrettyMethod(dex_method_idx_, *dex_file_); in VerifyCodeFlow()
1120 PrependToLastFailMessage(prepend); in VerifyCodeFlow()
1376 std::string prepend(PrettyMethod(dex_method_idx_, *dex_file_)); in CodeFlowVerifyMethod() local
1377 prepend += " failed to verify: "; in CodeFlowVerifyMethod()
1378 PrependToLastFailMessage(prepend); in CodeFlowVerifyMethod()