/art/test/570-checker-osr/src/ |
D | Main.java | 299 public static native boolean isInOsrCode(String methodName); in isInOsrCode() 300 public static native boolean isInInterpreter(String methodName); in isInInterpreter() 301 public static native void ensureHasProfilingInfo(String methodName); in ensureHasProfilingInfo() 302 public static native void ensureHasOsrCode(String methodName); in ensureHasOsrCode()
|
/art/test/048-reflect-v8/src/ |
D | AnnotationTest.java | 195 String methodName, Class<?> annotationUseClass) { in printMethodAnnotationsByType() 235 String methodName, Class<?> annotationUseClass) { in printMethodDeclaredAnnotation() 276 Class<A> annotationClass, String methodName, Class<?> annotationUseClass) { in printMethodDeclaredAnnotationByType()
|
/art/test/439-npe/src/ |
D | Main.java | 214 static void check(NullPointerException npe, int mainLine, int medthodLine, String methodName) { in check() 222 String declaringClass, String methodName, in checkElement()
|
/art/tools/dexfuzz/src/dexfuzz/program/ |
D | IdCreator.java | 86 private int findMethodIdInsertionPoint(String className, String methodName, String signature) { in findMethodIdInsertionPoint() 169 private int createMethodId(String className, String methodName, String signature) { in createMethodId() 218 private int findMethodId(String className, String methodName, String signature) { in findMethodId() 248 public int findOrCreateMethodId(String className, String methodName, String shorty) { in findOrCreateMethodId()
|
D | Program.java | 306 String methodName = className in associateMethod() local
|
/art/test/595-profile-saving/src/ |
D | Main.java | 55 public static native int ensureProfilingInfo(String methodName); in ensureProfilingInfo()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | CodeItem.java | 40 public String methodName; field in CodeItem.MethodMetaInfo
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | NewMethodCaller.java | 49 public String methodName; field in NewMethodCaller.AssociatedMutation
|
/art/tools/dmtracedump/ |
D | tracedump.cc | 166 const char* methodName; member 297 const char* methodName, const char* signature, const char* fileName, in initMethodEntry() 1262 const char* methodName = relative->methodName; in printInclusiveMethod() local 1387 const char* methodName = method->methodName; in printExclusiveProfile() local 1521 const char* methodName = method->methodName; in printInclusiveProfile() local 1773 const char* methodName = method->methodName; in printClassProfiles() local 1943 const char* methodName = pUnique->methods[0]->methodName; in printMethodProfiles() local 2310 char* methodName = htmlEscape(method->methodName, methodBuf, HTML_BUFSIZE); in printMissingMethod() local 2409 char* methodName = htmlEscape(ptr->method1->methodName, methodBuf, HTML_BUFSIZE); in createDiff() local 2452 char* methodName = htmlEscape(ptr->method1->methodName, methodBuf, HTML_BUFSIZE); in createDiff() local
|
D | createtesttrace.cc | 67 char* methodName; member
|
/art/test/122-npe/src/ |
D | Main.java | 566 String declaringClass, String methodName, in checkElement()
|
/art/dexlist/ |
D | dexlist.cc | 104 const char* methodName = pDexFile->StringDataByIdx(pMethodId.name_idx_); in dumpMethod() local
|
/art/runtime/ |
D | check_jni.cc | 484 std::string methodName(PrettyMethod(traceMethod, false)); in Check() local 535 std::string methodName(PrettyMethod(traceMethod, false)); in CheckNonHeap() local
|