Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.h325 if (!IgnoreSamplesForMethod(caller)) { in NotifyInterpreterToCompiledCodeTransition()
332 if (!IgnoreSamplesForMethod(callee)) { in NotifyCompiledCodeToInterpreterTransition()
463 bool IgnoreSamplesForMethod(ArtMethod* method)
Djit.cc1471 bool Jit::IgnoreSamplesForMethod(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_) { in IgnoreSamplesForMethod() function in art::jit::Jit
1511 if (IgnoreSamplesForMethod(method)) { in MaybeCompileMethod()