Searched defs:GetCurrentMethod (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dthread.cc988 mirror::ArtMethod* current_method = thread->GetCurrentMethod(nullptr);
1040 DumpNativeStack(os, GetTid(), " native: ", GetCurrentMethod(nullptr, !dump_for_abort));
2009 mirror::ArtMethod* Thread::GetCurrentMethod(uint32_t* dex_pc, bool abort_on_error) const { function in class:art::Thread

Completed in 222 milliseconds