Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.cc134 bool new_exception_thrown = false; in PopFramesTo() local
152 new_exception_thrown = self_->GetException() != exception.Get(); in PopFramesTo()
153 if (new_exception_thrown) { in PopFramesTo()
159 if (!new_exception_thrown) { in PopFramesTo()
164 if (kVerboseInstrumentation && new_exception_thrown) { in PopFramesTo()
167 return !new_exception_thrown; in PopFramesTo()