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

1 2

  /dalvik/vm/mterp/armv5te/
OP_INVOKE_SUPER_QUICK_RANGE.S 2 %include "armv5te/OP_INVOKE_SUPER_QUICK.S" { "isrange":"1", "routine":"Range" }
  /dalvik/vm/mterp/c/
OP_INVOKE_SUPER_QUICK.cpp 1 HANDLE_OPCODE(OP_INVOKE_SUPER_QUICK /*vB, {vD, vE, vF, vG, vA}, meth@CCCC*/)
  /dalvik/vm/mterp/mips/
OP_INVOKE_SUPER_QUICK_RANGE.S 2 %include "mips/OP_INVOKE_SUPER_QUICK.S" { "isrange":"1", "routine":"Range" }
  /dalvik/vm/mterp/x86/
OP_INVOKE_SUPER_QUICK_RANGE.S 2 %include "x86/OP_INVOKE_SUPER_QUICK.S" { "isrange":"1", "routine":"Range" }
footer.S 353 * times it is in OP_INVOKE_INTERFACE_JUMBO OP_INVOKE_INTERFACE OP_INVOKE_SUPER_QUICK and
    [all...]
  /dalvik/libdex/
DexOpcodes.h 321 OP_INVOKE_SUPER_QUICK = 0xfa,
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/11/changes/
dalvik.bytecode.Opcodes.html 440 <A NAME="dalvik.bytecode.Opcodes.OP_INVOKE_SUPER_QUICK"></A>
441 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/dalvik/bytecode/Opcodes.html#OP_INVOKE_SUPER_QUICK" target="_top"><code>OP_INVOKE_SUPER_QUICK</code></font></A></nobr> </TD>
fields_index_changes.html 164 <nobr><A HREF="dalvik.bytecode.Opcodes.html#dalvik.bytecode.Opcodes.OP_INVOKE_SUPER_QUICK" class="hiddenlink" target="rightframe">OP_INVOKE_SUPER_QUICK</A>
alldiffs_index_changes.html     [all...]
fields_index_all.html     [all...]
  /dalvik/vm/compiler/
InlineTransformation.cpp 341 case OP_INVOKE_SUPER_QUICK:
Frontend.cpp 111 case OP_INVOKE_SUPER_QUICK:
468 case OP_INVOKE_SUPER_QUICK:
    [all...]
Dataflow.cpp 783 // FA OP_INVOKE_SUPER_QUICK
    [all...]
  /dalvik/vm/compiler/codegen/x86/
Lower.cpp 969 case OP_INVOKE_SUPER_QUICK:
970 return op_invoke_super_quick();
BytecodeVisitor.cpp 367 case OP_INVOKE_SUPER_QUICK:
    [all...]
Lower.h     [all...]
LowerInvoke.cpp 1286 int op_invoke_super_quick() { function
    [all...]
  /libcore/dalvik/src/main/java/dalvik/bytecode/
Opcodes.java 445 @Deprecated int OP_INVOKE_SUPER_QUICK = 0xfa;
  /dalvik/vm/analysis/
Liveness.cpp 695 case OP_INVOKE_SUPER_QUICK:
DexVerify.cpp     [all...]
Optimize.cpp 316 rewriteVirtualInvoke(method, insns, OP_INVOKE_SUPER_QUICK);
    [all...]
  /dalvik/vm/compiler/codegen/arm/
CodegenDriver.cpp     [all...]
  /dalvik/vm/compiler/codegen/mips/
CodegenDriver.cpp     [all...]
  /dalvik/vm/mterp/out/
InterpC-allstubs.cpp     [all...]
InterpC-portable.cpp     [all...]

Completed in 1299 milliseconds

1 2