Searched refs:next_dex_pc (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Dquick_exception_handler.cc62 uint32_t next_dex_pc; local
64 bool has_next = GetNextMethodAndDexPc(&next_art_method, &next_dex_pc);
66 exception_handler_->SetHandlerDexPc(next_dex_pc);
H A Dstack.cc593 bool StackVisitor::GetNextMethodAndDexPc(ArtMethod** next_method, uint32_t* next_dex_pc) { argument
631 *next_dex_pc = visitor.next_dex_pc_;
H A Dstack.h482 bool GetNextMethodAndDexPc(ArtMethod** next_method, uint32_t* next_dex_pc)

Completed in 55 milliseconds