Searched refs:traceMethod (Results 1 – 1 of 1) sorted by relevance
537 ArtMethod* traceMethod = nullptr; in Check() local543 traceMethod = self->GetCurrentMethod(nullptr); in Check()548 (traceMethod != nullptr && soa.Vm()->ShouldTrace(traceMethod))) { in Check()561 std::string methodName(ArtMethod::PrettyMethod(traceMethod, false)); in Check()592 ArtMethod* traceMethod = self->GetCurrentMethod(nullptr); in CheckNonHeap() local593 should_trace = (traceMethod != nullptr && vm->ShouldTrace(traceMethod)); in CheckNonHeap()611 ArtMethod* traceMethod = self->GetCurrentMethod(nullptr); in CheckNonHeap() local612 std::string methodName(ArtMethod::PrettyMethod(traceMethod, false)); in CheckNonHeap()