Searched refs:traceMethod (Results 1 – 1 of 1) sorted by relevance
552 ArtMethod* traceMethod = nullptr; in Check() local558 traceMethod = self->GetCurrentMethod(nullptr); in Check()563 (traceMethod != nullptr && soa.Vm()->ShouldTrace(traceMethod))) { in Check()576 std::string methodName(ArtMethod::PrettyMethod(traceMethod, false)); in Check()607 ArtMethod* traceMethod = self->GetCurrentMethod(nullptr); in CheckNonHeap() local608 should_trace = (traceMethod != nullptr && vm->ShouldTrace(traceMethod)); in CheckNonHeap()626 ArtMethod* traceMethod = self->GetCurrentMethod(nullptr); in CheckNonHeap() local627 std::string methodName(ArtMethod::PrettyMethod(traceMethod, false)); in CheckNonHeap()