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