HomeSort by relevance Sort by last modified time
    Searched defs:methodCallRange (Results 1 - 2 of 2) sorted by null

  /dalvik/vm/mterp/portable/
entry.cpp 24 bool methodCallRange;
  /dalvik/vm/mterp/out/
InterpC-portable.cpp 435 methodCallRange = _methodCallRange; \
460 GOTO_TARGET_DECL(filledNewArray, bool methodCallRange, bool jumboFormat);
461 GOTO_TARGET_DECL(invokeVirtual, bool methodCallRange, bool jumboFormat);
462 GOTO_TARGET_DECL(invokeSuper, bool methodCallRange, bool jumboFormat);
463 GOTO_TARGET_DECL(invokeInterface, bool methodCallRange, bool jumboFormat);
464 GOTO_TARGET_DECL(invokeDirect, bool methodCallRange, bool jumboFormat);
465 GOTO_TARGET_DECL(invokeStatic, bool methodCallRange, bool jumboFormat);
466 GOTO_TARGET_DECL(invokeVirtualQuick, bool methodCallRange, bool jumboFormat);
467 GOTO_TARGET_DECL(invokeSuperQuick, bool methodCallRange, bool jumboFormat);
468 GOTO_TARGET_DECL(invokeMethod, bool methodCallRange, const Method* methodToCall
    [all...]

Completed in 767 milliseconds