Searched refs:IgnoreSamplesForMethod (Results 1 – 2 of 2) sorted by relevance
325 if (!IgnoreSamplesForMethod(caller)) { in NotifyInterpreterToCompiledCodeTransition()332 if (!IgnoreSamplesForMethod(callee)) { in NotifyCompiledCodeToInterpreterTransition()463 bool IgnoreSamplesForMethod(ArtMethod* method)
1471 bool Jit::IgnoreSamplesForMethod(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_) { in IgnoreSamplesForMethod() function in art::jit::Jit1511 if (IgnoreSamplesForMethod(method)) { in MaybeCompileMethod()