Home
last modified time | relevance | path

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

/art/runtime/
Dquick_exception_handler.cc63 ArtMethod* next_art_method; in VisitFrame() local
64 bool has_next = GetNextMethodAndDexPc(&next_art_method, &next_dex_pc); in VisitFrame()
67 exception_handler_->SetHandlerMethod(next_art_method); in VisitFrame()