Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.h353 bool ScanTryCatchBlocks() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dmethod_verifier.cc564 result = result && ScanTryCatchBlocks(); in Verify()
709 bool MethodVerifier::ScanTryCatchBlocks() { in ScanTryCatchBlocks() function in art::verifier::MethodVerifier