HomeSort by relevance Sort by last modified time
    Searched refs:clear_exception (Results 1 - 4 of 4) sorted by null

  /art/runtime/
quick_exception_handler.h 115 void SetClearException(bool clear_exception) {
116 clear_exception_ = clear_exception;
quick_exception_handler.cc 106 bool clear_exception = false; local
109 uint32_t found_dex_pc = method->FindCatchBlock(to_find, dex_pc, &clear_exception);
110 exception_handler_->SetClearException(clear_exception);
  /art/runtime/interpreter/
interpreter_common.cc 411 bool clear_exception = false; local
413 hs.NewHandle(exception->GetClass()), dex_pc, &clear_exception);
421 if (clear_exception) {
    [all...]
  /external/v8/src/
isolate.cc 1771 bool clear_exception = is_bottom_call; local
    [all...]

Completed in 1148 milliseconds