Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc219 void PrependToLastFailMessage(std::string prepend) { in PrependToLastFailMessage() argument
223 prepend += last_fail_message->str(); in PrependToLastFailMessage()
224 failure_messages_[failure_num - 1] = new std::ostringstream(prepend, std::ostringstream::ate); in PrependToLastFailMessage()
1611 std::string prepend("Bad signature in "); in VerifyCodeFlow() local
1612 prepend += dex_file_->PrettyMethod(dex_method_idx_); in VerifyCodeFlow()
1613 PrependToLastFailMessage(prepend); in VerifyCodeFlow()
1929 std::string prepend(dex_file_->PrettyMethod(dex_method_idx_)); in CodeFlowVerifyMethod() local
1930 prepend += " failed to verify: "; in CodeFlowVerifyMethod()
1931 PrependToLastFailMessage(prepend); in CodeFlowVerifyMethod()