Home
last modified time | relevance | path

Searched refs:IsDeoptimizedMethod (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dinstrumentation.cc928 if (IsDeoptimizedMethod(method)) { in AddDeoptimizedMethod()
937 bool Instrumentation::IsDeoptimizedMethod(ArtMethod* method) { in IsDeoptimizedMethod() function in art::instrumentation::Instrumentation
1026 return IsDeoptimizedMethod(method); in IsDeoptimized()
Dinstrumentation.h605 bool IsDeoptimizedMethod(ArtMethod* method)