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

  /art/runtime/
quick_exception_handler.cc 59 uint32_t next_dex_pc; local
61 bool has_next = GetNextMethodAndDexPc(&next_art_method, &next_dex_pc);
63 exception_handler_->SetHandlerDexPc(next_dex_pc);
stack.cc 430 bool StackVisitor::GetNextMethodAndDexPc(mirror::ArtMethod** next_method, uint32_t* next_dex_pc) {
461 *next_dex_pc = visitor.next_dex_pc_;
stack.h 575 bool GetNextMethodAndDexPc(mirror::ArtMethod** next_method, uint32_t* next_dex_pc)

Completed in 95 milliseconds