HomeSort by relevance Sort by last modified time
    Searched full:calledmethod (Results 1 - 4 of 4) sorted by null

  /dalvik/vm/analysis/
Optimize.cpp 937 Method* calledMethod;
940 calledMethod = dvmOptResolveMethod(clazz, methodIdx, METHOD_DIRECT, NULL);
941 if (calledMethod == NULL) {
948 if (calledMethod->clazz == gDvm.classJavaLangObject &&
949 dvmCompareNameDescriptorAndMethod("<init>", "()V", calledMethod) == 0)
    [all...]
CodeVerify.cpp     [all...]
  /external/javassist/src/main/javassist/
CodeConverter.java 92 * @param calledMethod the name of the static method.
95 CtClass calledClass, String calledMethod) {
97 calledClass.getName(), calledMethod);
181 * @param calledMethod the name of the static method.
184 CtClass calledClass, String calledMethod) {
187 calledMethod);
222 * @param calledMethod the name of the static method.
225 CtClass calledClass, String calledMethod) {
228 calledMethod);
  /external/android-mock/tests/com/google/android/testing/mocking/
AndroidMockTest.java     [all...]

Completed in 3540 milliseconds