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