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

  /art/runtime/
quick_exception_handler.cc 49 exception_handler_(exception_handler) {
54 exception_handler_->SetHandlerFrameDepth(GetFrameDepth());
57 exception_handler_->SetHandlerQuickFramePc(GetCurrentQuickFramePc());
58 exception_handler_->SetHandlerQuickFrame(GetCurrentQuickFrame());
63 exception_handler_->SetHandlerDexPc(next_dex_pc);
64 exception_handler_->SetHandlerMethod(next_art_method);
68 DCHECK_EQ(0U, exception_handler_->GetHandlerDexPc());
69 DCHECK(nullptr == exception_handler_->GetHandlerMethod());
95 exception_handler_->SetClearException(clear_exception);
97 exception_handler_->SetHandlerMethod(method.Get())
111 QuickExceptionHandler* const exception_handler_; member in class:art::FINAL
279 QuickExceptionHandler* const exception_handler_; member in class:art::FINAL
    [all...]
  /external/chromium_org/extensions/renderer/
module_system.h 141 exception_handler_ = handler.Pass();
224 scoped_ptr<ExceptionHandler> exception_handler_; member in class:extensions::ModuleSystem
module_system.cc 125 exception_handler_(new DefaultExceptionHandler(context)),
188 exception_handler_->HandleUncaughtException(try_catch);
499 if (exception_handler_) {

Completed in 2642 milliseconds