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

  /art/runtime/
instrumentation.cc 729 // FindDeoptimizedMethod() call is necessary or else we would end up
732 if (FindDeoptimizedMethod(method)) {
742 bool Instrumentation::FindDeoptimizedMethod(mirror::ArtMethod* method) {
    [all...]
instrumentation.h 382 bool FindDeoptimizedMethod(mirror::ArtMethod* method)

Completed in 533 milliseconds