Searched refs:UNSAFE_GET_PUT (Results 1 – 1 of 1) sorted by relevance
/art/compiler/dex/quick/ |
D | dex_file_method_inliner.cc | 438 #define UNSAFE_GET_PUT(type, code, type_flags) \ macro 450 UNSAFE_GET_PUT(Int, I, kIntrinsicFlagNone), 451 UNSAFE_GET_PUT(Long, J, kIntrinsicFlagIsLong), 452 UNSAFE_GET_PUT(Object, Object, kIntrinsicFlagIsObject), 453 #undef UNSAFE_GET_PUT
|