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

  /dalvik/vm/mterp/c/
OP_NEW_INSTANCE_JUMBO.cpp 1 HANDLE_OPCODE(OP_NEW_INSTANCE_JUMBO /*vBBBB, class@AAAAAAAA*/)
  /libcore/dalvik/src/main/java/dalvik/bytecode/
Opcodes.java 251 int OP_NEW_INSTANCE_JUMBO = 0x03ff;
  /dalvik/vm/analysis/
DexVerify.cpp 105 if (opcode == OP_NEW_INSTANCE || opcode == OP_NEW_INSTANCE_JUMBO)
967 case OP_NEW_INSTANCE_JUMBO:
    [all...]
Liveness.cpp 479 case OP_NEW_INSTANCE_JUMBO:
CodeVerify.cpp 462 if (opcode == OP_NEW_INSTANCE || opcode == OP_NEW_INSTANCE_JUMBO)
    [all...]
  /dalvik/libdex/
DexOpcodes.h 330 OP_NEW_INSTANCE_JUMBO = 0x103,
    [all...]
  /dalvik/vm/compiler/
Frontend.cpp 431 case OP_NEW_INSTANCE_JUMBO:
    [all...]
  /dalvik/vm/compiler/codegen/arm/
CodegenDriver.cpp     [all...]
  /dalvik/vm/mterp/out/
InterpC-allstubs.cpp     [all...]
InterpC-portable.cpp     [all...]
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/12/
android.jar 

Completed in 384 milliseconds