Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.h311 bool ScanTryCatchBlocks() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dmethod_verifier.cc471 result = result && ScanTryCatchBlocks(); in Verify()
601 bool MethodVerifier::ScanTryCatchBlocks() { in ScanTryCatchBlocks() function in art::verifier::MethodVerifier