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

/art/compiler/optimizing/
H A Dnodes.cc513 HCurrentMethod* HGraph::GetCurrentMethod() { function in class:art::HGraph
2247 replacement = outer_graph->GetCurrentMethod();
/art/runtime/
H A Dthread.cc1808 ArtMethod* current_method = thread->GetCurrentMethod(nullptr);
1868 GetCurrentMethod(nullptr,
2645 ArtMethod* method = self->GetCurrentMethod(nullptr);
3075 ArtMethod* Thread::GetCurrentMethod(uint32_t* dex_pc, function in class:art::Thread

Completed in 84 milliseconds