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