Home
last modified time | relevance | path

Searched refs:handler_frame_depth_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dquick_exception_handler.h126 handler_frame_depth_ = frame_depth; in SetHandlerFrameDepth()
164 size_t handler_frame_depth_; variable
Dquick_exception_handler.cc58 handler_frame_depth_(kInvalidFrameDepth), in QuickExceptionHandler()
217 uint32_t new_pop_count = handler_frame_depth_; in FindCatch()
224 GetInstrumentationFramesToPop(self_, handler_frame_depth_); in FindCatch()
645 GetInstrumentationFramesToPop(self_, handler_frame_depth_); in UpdateInstrumentationStack()