Home
last modified time | relevance | path

Searched defs:methodName (Results 1 – 13 of 13) sorted by relevance

/art/test/570-checker-osr/src/
DMain.java299 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/
DAnnotationTest.java195 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/
DMain.java214 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/
DIdCreator.java86 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()
DProgram.java306 String methodName = className in associateMethod() local
/art/test/595-profile-saving/src/
DMain.java55 public static native int ensureProfilingInfo(String methodName); in ensureProfilingInfo()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DCodeItem.java40 public String methodName; field in CodeItem.MethodMetaInfo
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DNewMethodCaller.java49 public String methodName; field in NewMethodCaller.AssociatedMutation
/art/tools/dmtracedump/
Dtracedump.cc166 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
Dcreatetesttrace.cc67 char* methodName; member
/art/test/122-npe/src/
DMain.java566 String declaringClass, String methodName, in checkElement()
/art/dexlist/
Ddexlist.cc104 const char* methodName = pDexFile->StringDataByIdx(pMethodId.name_idx_); in dumpMethod() local
/art/runtime/
Dcheck_jni.cc484 std::string methodName(PrettyMethod(traceMethod, false)); in Check() local
535 std::string methodName(PrettyMethod(traceMethod, false)); in CheckNonHeap() local