Searched refs:HANDLE_IGET_X (Results 1 - 19 of 19) sorted by relevance

/dalvik/vm/mterp/c/
H A DOP_IGET.cpp0 HANDLE_IGET_X(OP_IGET, "", Int, )
H A DOP_IGET_BOOLEAN.cpp0 HANDLE_IGET_X(OP_IGET_BOOLEAN, "", Int, )
H A DOP_IGET_BYTE.cpp0 HANDLE_IGET_X(OP_IGET_BYTE, "", Int, )
H A DOP_IGET_CHAR.cpp0 HANDLE_IGET_X(OP_IGET_CHAR, "", Int, )
H A DOP_IGET_SHORT.cpp0 HANDLE_IGET_X(OP_IGET_SHORT, "", Int, )
H A DOP_IGET_VOLATILE.cpp0 HANDLE_IGET_X(OP_IGET_VOLATILE, "-volatile", IntVolatile, )
H A DOP_IGET_OBJECT.cpp0 HANDLE_IGET_X(OP_IGET_OBJECT, "-object", Object, _AS_OBJECT)
H A DOP_IGET_OBJECT_VOLATILE.cpp0 HANDLE_IGET_X(OP_IGET_OBJECT_VOLATILE, "-object-volatile", ObjectVolatile, _AS_OBJECT)
H A DOP_IGET_WIDE.cpp0 HANDLE_IGET_X(OP_IGET_WIDE, "-wide", Long, _WIDE)
H A DOP_IGET_WIDE_VOLATILE.cpp0 HANDLE_IGET_X(OP_IGET_WIDE_VOLATILE, "-wide-volatile", LongVolatile, _WIDE)
H A Dopcommon.cpp507 #define HANDLE_IGET_X(_opcode, _opname, _ftype, _regsize) \ macro
/dalvik/vm/mterp/out/
H A DInterpC-allstubs.cpp1023 #define HANDLE_IGET_X(_opcode, _opname, _ftype, _regsize) \ macro
2083 HANDLE_IGET_X(OP_IGET, "", Int, )
2087 HANDLE_IGET_X(OP_IGET_WIDE, "-wide", Long, _WIDE)
2091 HANDLE_IGET_X(OP_IGET_OBJECT, "-object", Object, _AS_OBJECT)
2095 HANDLE_IGET_X(OP_IGET_BOOLEAN, "", Int, )
2099 HANDLE_IGET_X(OP_IGET_BYTE, "", Int, )
2103 HANDLE_IGET_X(OP_IGET_CHAR, "", Int, )
2107 HANDLE_IGET_X(OP_IGET_SHORT, "", Int, )
2740 HANDLE_IGET_X(OP_IGET_VOLATILE, "-volatile", IntVolatile, )
2756 HANDLE_IGET_X(OP_IGET_OBJECT_VOLATIL
[all...]
H A DInterpC-portable.cpp969 #define HANDLE_IGET_X(_opcode, _opname, _ftype, _regsize) \ macro
2094 HANDLE_IGET_X(OP_IGET, "", Int, )
2098 HANDLE_IGET_X(OP_IGET_WIDE, "-wide", Long, _WIDE)
2102 HANDLE_IGET_X(OP_IGET_OBJECT, "-object", Object, _AS_OBJECT)
2106 HANDLE_IGET_X(OP_IGET_BOOLEAN, "", Int, )
2110 HANDLE_IGET_X(OP_IGET_BYTE, "", Int, )
2114 HANDLE_IGET_X(OP_IGET_CHAR, "", Int, )
2118 HANDLE_IGET_X(OP_IGET_SHORT, "", Int, )
2751 HANDLE_IGET_X(OP_IGET_VOLATILE, "-volatile", IntVolatile, )
2767 HANDLE_IGET_X(OP_IGET_OBJECT_VOLATIL
[all...]
H A DInterpC-x86.cpp1023 #define HANDLE_IGET_X(_opcode, _opname, _ftype, _regsize) \ macro
1166 HANDLE_IGET_X(OP_IGET_WIDE_VOLATILE, "-wide-volatile", LongVolatile, _WIDE)
H A DInterpC-armv5te-vfp.cpp1023 #define HANDLE_IGET_X(_opcode, _opname, _ftype, _regsize) \ macro
H A DInterpC-armv5te.cpp1023 #define HANDLE_IGET_X(_opcode, _opname, _ftype, _regsize) \ macro
H A DInterpC-armv7-a-neon.cpp1023 #define HANDLE_IGET_X(_opcode, _opname, _ftype, _regsize) \ macro
H A DInterpC-armv7-a.cpp1023 #define HANDLE_IGET_X(_opcode, _opname, _ftype, _regsize) \ macro
H A DInterpC-mips.cpp1023 #define HANDLE_IGET_X(_opcode, _opname, _ftype, _regsize) \ macro

Completed in 1309 milliseconds