Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dnodes.cc2306 ArrayRef<HBasicBlock* const> handlers1 = GetExceptionHandlers(); in HasSameExceptionHandlersAs() local
2309 size_t length = handlers1.size(); in HasSameExceptionHandlersAs()
2316 if (handlers1[i] != handlers2[i]) { in HasSameExceptionHandlersAs()