Searched refs:OP_IGET_BYTE (Results 1 – 10 of 10) sorted by relevance
/dalvik/vm/mterp/c/ |
D | OP_IGET_BYTE.cpp | 1 HANDLE_IGET_X(OP_IGET_BYTE, "", Int, )
|
/dalvik/libdex/ |
D | DexOpcodes.h | 157 OP_IGET_BYTE = 0x56, enumerator 679 H(OP_IGET_BYTE), \
|
/dalvik/vm/mterp/ |
D | config-x86-atom | 117 #op OP_IGET_BYTE c
|
/dalvik/vm/analysis/ |
D | Liveness.cpp | 521 case OP_IGET_BYTE: in processInstruction()
|
D | DexVerify.cpp | 1085 case OP_IGET_BYTE: in verifyInstructions()
|
D | Optimize.cpp | 208 case OP_IGET_BYTE: in optimizeMethod()
|
D | CodeVerify.cpp | 3278 case OP_IGET_BYTE: in replaceFailingInstruction() 4846 case OP_IGET_BYTE: in verifyInstruction()
|
/dalvik/vm/compiler/codegen/arm/ |
D | CodegenDriver.cpp | 2444 case OP_IGET_BYTE: in handleFmt22c_Fmt52c() 2594 case OP_IGET_BYTE: in handleFmt22c_Fmt52c()
|
/dalvik/vm/mterp/out/ |
D | InterpC-allstubs.cpp | 2189 HANDLE_IGET_X(OP_IGET_BYTE, "", Int, )
|
D | InterpC-portable.cpp | 2208 HANDLE_IGET_X(OP_IGET_BYTE, "", Int, ) in dvmInterpretPortable()
|