Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc2035 ArrayRef<HBasicBlock* const> handlers2 = other.GetExceptionHandlers(); in HasSameExceptionHandlersAs() local
2038 if (length != handlers2.size()) { in HasSameExceptionHandlersAs()
2044 if (handlers1[i] != handlers2[i]) { in HasSameExceptionHandlersAs()