Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc181 void AppendToLastFailMessage(const std::string& append);
920 void MethodVerifier<kVerifierDebug>::AppendToLastFailMessage(const std::string& append) { in AppendToLastFailMessage() function in art::verifier::impl::__anonfaa579ac0111::MethodVerifier
2172 AppendToLastFailMessage(StringPrintf(" return-1nr on invalid register v%d", vregA)); in CodeFlowVerifyInstruction()
2188 AppendToLastFailMessage(StringPrintf(" return-wide on invalid register v%d", vregA)); in CodeFlowVerifyInstruction()
3831 AppendToLastFailMessage(append); in ResolveMethodAndCheckAccess()
4655 AppendToLastFailMessage(StringPrintf(" in attempt to access static field %d (%s) in %s", in GetStaticField()
4699 AppendToLastFailMessage(StringPrintf(" in attempt to access instance field %d (%s) in %s", in GetInstanceField()