Home | History | Annotate | Download | only in runtime

Lines Matching defs:traceMethod

534     ArtMethod* traceMethod = nullptr;
540 traceMethod = self->GetCurrentMethod(nullptr);
545 (traceMethod != nullptr && soa.Vm()->ShouldTrace(traceMethod))) {
558 std::string methodName(ArtMethod::PrettyMethod(traceMethod, false));
589 ArtMethod* traceMethod = self->GetCurrentMethod(nullptr);
590 should_trace = (traceMethod != nullptr && vm->ShouldTrace(traceMethod));
608 ArtMethod* traceMethod = self->GetCurrentMethod(nullptr);
609 std::string methodName(ArtMethod::PrettyMethod(traceMethod, false));