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

  /art/runtime/
quick_exception_handler.h 69 return handler_dex_pc_;
73 handler_dex_pc_ = dex_pc;
97 uint32_t handler_dex_pc_; member in class:art::QuickExceptionHandler
quick_exception_handler.cc 39 handler_dex_pc_(0), clear_exception_(false), handler_frame_depth_(kInvalidFrameDepth) {
139 int line_number = dex_file.GetLineNumFromPC(handler_method_, handler_dex_pc_);
155 instrumentation->ExceptionCaughtEvent(self_, throw_location, handler_method_, handler_dex_pc_,
161 bool caught_exception = (handler_method_ != nullptr && handler_dex_pc_ != DexFile::kDexNoIndex);

Completed in 140 milliseconds