Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc748 bool HandleMoveException(const Instruction* inst) REQUIRES_SHARED(Locks::mutator_lock_);
2101 if (!HandleMoveException(inst)) { in CodeFlowVerifyInstruction()
3650 bool MethodVerifier<kVerifierDebug>::HandleMoveException(const Instruction* inst) { in HandleMoveException() function in art::verifier::impl::__anon79162a830111::MethodVerifier