HomeSort by relevance Sort by last modified time
    Searched refs:invokeSuper (Results 1 - 20 of 20) sorted by null

  /dalvik/vm/mterp/c/
OP_INVOKE_SUPER.cpp 2 GOTO_invoke(invokeSuper, false);
OP_INVOKE_SUPER_RANGE.cpp 2 GOTO_invoke(invokeSuper, true);
gotoTargets.cpp 202 GOTO_TARGET(invokeSuper, bool methodCallRange)
    [all...]
opcommon.cpp 4 GOTO_TARGET_DECL(invokeSuper, bool methodCallRange);
    [all...]
  /external/dexmaker/src/main/java/com/google/dexmaker/stock/
ProxyBuilder.java 471 code.invokeSuper(superMethod, null, localThis, superArgs2);
474 invokeSuper(superMethod, code, localThis, superArgs2, superResult2);
496 superCode.invokeSuper(superMethod, null, superThis, superArgs);
500 invokeSuper(superMethod, superCode, superThis, superArgs, superResult);
507 private static void invokeSuper(MethodId superMethod, Code superCode,
509 superCode.invokeSuper(superMethod, superResult, superThis, superArgs);
    [all...]
  /dalvik/vm/mterp/out/
InterpC-mips.cpp 520 GOTO_TARGET_DECL(invokeSuper, bool methodCallRange);
    [all...]
InterpC-x86.cpp 520 GOTO_TARGET_DECL(invokeSuper, bool methodCallRange);
    [all...]
InterpC-allstubs.cpp 520 GOTO_TARGET_DECL(invokeSuper, bool methodCallRange);
    [all...]
InterpC-portable.cpp 466 GOTO_TARGET_DECL(invokeSuper, bool methodCallRange);
    [all...]
InterpC-armv5te-vfp.cpp 520 GOTO_TARGET_DECL(invokeSuper, bool methodCallRange);
    [all...]
InterpC-armv5te.cpp 520 GOTO_TARGET_DECL(invokeSuper, bool methodCallRange);
    [all...]
InterpC-armv7-a-neon.cpp 520 GOTO_TARGET_DECL(invokeSuper, bool methodCallRange);
    [all...]
InterpC-armv7-a.cpp 520 GOTO_TARGET_DECL(invokeSuper, bool methodCallRange);
    [all...]
  /external/dexmaker/src/main/java/com/google/dexmaker/
Code.java 140 * <li>{@link #invokeSuper invokeSuper()} is used to invoke the closest
671 public <D, R> void invokeSuper(MethodId<D, R> method, Local<? super R> target,
    [all...]
  /external/dexmaker/src/test/java/com/google/dexmaker/
DexMakerTest.java 242 superHashCode.invokeSuper(objectHashCode, localResult, localThis);
    [all...]
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /prebuilts/tools/common/cglib/
cglib-2.2.3.jar 
cglib-nodep-2.2.3.jar 
  /prebuilts/tools/common/m2/internal/cglib/cglib-nodep/2.2.2/
cglib-nodep-2.2.2.jar 

Completed in 746 milliseconds