Searched refs:traceMethod (Results 1 – 1 of 1) sorted by relevance
460 ArtMethod* traceMethod = nullptr; in Check() local466 traceMethod = self->GetCurrentMethod(nullptr); in Check()471 (traceMethod != nullptr && soa.Vm()->ShouldTrace(traceMethod))) { in Check()484 std::string methodName(PrettyMethod(traceMethod, false)); in Check()515 ArtMethod* traceMethod = self->GetCurrentMethod(nullptr); in CheckNonHeap() local516 should_trace = (traceMethod != nullptr && vm->ShouldTrace(traceMethod)); in CheckNonHeap()534 ArtMethod* traceMethod = self->GetCurrentMethod(nullptr); in CheckNonHeap() local535 std::string methodName(PrettyMethod(traceMethod, false)); in CheckNonHeap()