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

/art/compiler/optimizing/
H A Dnodes.cc672 HCurrentMethod* HGraph::GetCurrentMethod() { function in class:art::HGraph
2593 replacement = outer_graph->GetCurrentMethod();
/art/runtime/
H A Dthread.cc1930 ArtMethod* current_method = thread->GetCurrentMethod(nullptr);
1990 GetCurrentMethod(nullptr,
2989 ArtMethod* method = self->GetCurrentMethod(nullptr);
3437 ArtMethod* Thread::GetCurrentMethod(uint32_t* dex_pc, function in class:Thread

Completed in 1354 milliseconds