Searched refs:exception_pending (Results 1 - 1 of 1) sorted by relevance

/art/runtime/interpreter/
H A Dunstarted_runtime_test.cc130 bool exception_pending = self->IsExceptionPending(); local
131 EXPECT_EQ(exception_pending, expect_exception);
132 if (exception_pending) {

Completed in 81 milliseconds