Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.h323 if (!IgnoreSamplesForMethod(caller)) { in NotifyInterpreterToCompiledCodeTransition()
330 if (!IgnoreSamplesForMethod(callee)) { in NotifyCompiledCodeToInterpreterTransition()
453 bool IgnoreSamplesForMethod(ArtMethod* method)
Djit.cc1484 bool Jit::IgnoreSamplesForMethod(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_) { in IgnoreSamplesForMethod() function in art::jit::Jit
1524 if (IgnoreSamplesForMethod(method)) { in MaybeCompileMethod()