Home
last modified time | relevance | path

Searched refs:mMethodName (Results 1 – 2 of 2) sorted by relevance

/art/tools/ahat/src/main/com/android/ahat/heapdump/
DSite.java38 private String mMethodName; field in Site
141 mMethodName = method; in Site()
170 && curr.mMethodName.equals(frame.method) in getSite()
361 return mMethodName; in getMethodName()
/art/libartservice/service/java/com/android/server/art/
DUtils.java514 @NonNull private final String mMethodName; field in Utils.TracingWithTimingLogging
520 mMethodName = methodName; in TracingWithTimingLogging()
528 mMethodName + " took to complete: " in close()