OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
440
methodCallRange
= _methodCallRange; \
464
GOTO_TARGET_DECL(filledNewArray, bool
methodCallRange
);
465
GOTO_TARGET_DECL(invokeVirtual, bool
methodCallRange
);
466
GOTO_TARGET_DECL(invokeSuper, bool
methodCallRange
);
467
GOTO_TARGET_DECL(invokeInterface, bool
methodCallRange
);
468
GOTO_TARGET_DECL(invokeDirect, bool
methodCallRange
);
469
GOTO_TARGET_DECL(invokeStatic, bool
methodCallRange
);
470
GOTO_TARGET_DECL(invokeVirtualQuick, bool
methodCallRange
);
471
GOTO_TARGET_DECL(invokeSuperQuick, bool
methodCallRange
);
472
GOTO_TARGET_DECL(invokeMethod, bool
methodCallRange
, const Method* methodToCall
[
all
...]
Completed in 418 milliseconds