Home
last modified time | relevance | path

Searched refs:UNSAFE_GET_PUT (Results 1 – 1 of 1) sorted by relevance

/art/compiler/dex/quick/
Ddex_file_method_inliner.cc369 #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