Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.cc139 bool new_exception_thrown = false; in ProcessMethodUnwindCallbacks() local
157 new_exception_thrown = self->GetException() != exception.Get(); in ProcessMethodUnwindCallbacks()
158 if (new_exception_thrown) { in ProcessMethodUnwindCallbacks()
165 if (kVerboseInstrumentation && new_exception_thrown) { in ProcessMethodUnwindCallbacks()
168 return !new_exception_thrown; in ProcessMethodUnwindCallbacks()