Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc221 void PrependToLastFailMessage(std::string prepend) { in PrependToLastFailMessage() argument
225 prepend += last_fail_message->str(); in PrependToLastFailMessage()
226 failure_messages_[failure_num - 1] = new std::ostringstream(prepend, std::ostringstream::ate); in PrependToLastFailMessage()
1617 std::string prepend("Bad signature in "); in VerifyCodeFlow() local
1618 prepend += dex_file_->PrettyMethod(dex_method_idx_); in VerifyCodeFlow()
1619 PrependToLastFailMessage(prepend); in VerifyCodeFlow()
1935 std::string prepend(dex_file_->PrettyMethod(dex_method_idx_)); in CodeFlowVerifyMethod() local
1936 prepend += " failed to verify: "; in CodeFlowVerifyMethod()
1937 PrependToLastFailMessage(prepend); in CodeFlowVerifyMethod()