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

  /dalvik/vm/compiler/codegen/x86/
LowerInvoke.cpp 142 int common_invoke_super(bool isRange, u2 tmp) { function
346 //! lower bytecode INVOKE_SUPER by calling common_invoke_super
360 int retval = common_invoke_super(false/*not range*/, tmp);
453 //! lower bytecode INVOKE_SUPER_RANGE by calling common_invoke_super
463 int retval = common_invoke_super(true/*range*/, tmp);
    [all...]

Completed in 346 milliseconds