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 98 void SetClearException(bool clear_exception) {
99 clear_exception_ = clear_exception;
quick_exception_handler.cc 104 bool clear_exception = false; local
107 uint32_t found_dex_pc = method->FindCatchBlock(to_find, dex_pc, &clear_exception);
108 exception_handler_->SetClearException(clear_exception);
  /art/runtime/interpreter/
interpreter_common.cc 435 bool clear_exception = false; local
437 hs.NewHandle(exception->GetClass()), dex_pc, &clear_exception);
445 if (clear_exception) {
    [all...]
  /external/v8/src/
isolate.cc 1519 bool clear_exception = is_bottom_call; local
    [all...]

Completed in 841 milliseconds