HomeSort by relevance Sort by last modified time
    Searched full:exception_pending (Results 1 - 1 of 1) sorted by null

  /art/runtime/interpreter/
unstarted_runtime_test.cc 125 bool exception_pending = self->IsExceptionPending(); local
126 EXPECT_EQ(exception_pending, expect_exception);
127 if (exception_pending) {

Completed in 4052 milliseconds