Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.h400 bool IgnoreSamplesForMethod(ArtMethod* method)
Djit.cc1376 bool Jit::IgnoreSamplesForMethod(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_) { in IgnoreSamplesForMethod() function in art::jit::Jit
1685 if (IgnoreSamplesForMethod(method)) { in MaybeEnqueueCompilation()