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