Searched refs:ShouldTrace (Results 1 – 3 of 3) sorted by relevance
80 bool ShouldTrace(ArtMethod* method) SHARED_REQUIRES(Locks::mutator_lock_);
488 bool JavaVMExt::ShouldTrace(ArtMethod* method) { in ShouldTrace() function in art::JavaVMExt
471 (traceMethod != nullptr && soa.Vm()->ShouldTrace(traceMethod))) { in Check()516 should_trace = (traceMethod != nullptr && vm->ShouldTrace(traceMethod)); in CheckNonHeap()