Searched refs:OP_IGET_VOLATILE (Results 1 – 12 of 12) sorted by relevance
/dalvik/vm/mterp/c/ |
D | OP_IGET_VOLATILE.cpp | 1 HANDLE_IGET_X(OP_IGET_VOLATILE, "-volatile", IntVolatile, )
|
/dalvik/libdex/ |
D | DexOpcodes.h | 298 OP_IGET_VOLATILE = 0xe3, enumerator 564 H(OP_IGET_VOLATILE), \
|
/dalvik/vm/analysis/ |
D | Liveness.cpp | 711 case OP_IGET_VOLATILE: in processInstruction()
|
D | DexVerify.cpp | 1144 case OP_IGET_VOLATILE: in verifyInstructions()
|
D | Optimize.cpp | 208 volatileOpc = OP_IGET_VOLATILE; in optimizeMethod()
|
D | CodeVerify.cpp | 5788 case OP_IGET_VOLATILE: in verifyInstruction()
|
/dalvik/vm/compiler/codegen/x86/ |
D | Lower.cpp | 645 case OP_IGET_VOLATILE: in lowerByteCode()
|
D | BytecodeVisitor.cpp | 184 case OP_IGET_VOLATILE: in getByteCodeSize() 646 case OP_IGET_VOLATILE: in getConstInfo() 1849 case OP_IGET_VOLATILE: in getVirtualRegInfo() 3983 case OP_IGET_VOLATILE: in getTempRegInfo()
|
/dalvik/vm/compiler/codegen/arm/ |
D | CodegenDriver.cpp | 2398 case OP_IGET_VOLATILE: in handleFmt22c() 2537 case OP_IGET_VOLATILE: in handleFmt22c()
|
/dalvik/vm/compiler/codegen/mips/ |
D | CodegenDriver.cpp | 2452 case OP_IGET_VOLATILE: in handleFmt22c() 2597 case OP_IGET_VOLATILE: in handleFmt22c()
|
/dalvik/vm/mterp/out/ |
D | InterpC-allstubs.cpp | 2740 HANDLE_IGET_X(OP_IGET_VOLATILE, "-volatile", IntVolatile, )
|
D | InterpC-portable.cpp | 2751 HANDLE_IGET_X(OP_IGET_VOLATILE, "-volatile", IntVolatile, ) in dvmInterpretPortable()
|