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

  /dalvik/vm/mterp/c/
OP_IGET_VOLATILE.cpp 1 HANDLE_IGET_X(OP_IGET_VOLATILE, "-volatile", IntVolatile, )
  /dalvik/libdex/
DexOpcodes.h 298 OP_IGET_VOLATILE = 0xe3,
564 H(OP_IGET_VOLATILE), \
    [all...]
  /dalvik/vm/analysis/
Liveness.cpp 711 case OP_IGET_VOLATILE:
DexVerify.cpp     [all...]
Optimize.cpp 208 volatileOpc = OP_IGET_VOLATILE;
    [all...]
CodeVerify.cpp     [all...]
  /dalvik/vm/compiler/codegen/x86/
Lower.cpp 645 case OP_IGET_VOLATILE:
BytecodeVisitor.cpp 184 case OP_IGET_VOLATILE:
646 case OP_IGET_VOLATILE:
    [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 43 milliseconds