Searched refs:kIntrinsicUnsafePut (Results 1 – 2 of 2) sorted by relevance
/art/runtime/quick/ |
D | inline_method_analyser.h | 66 kIntrinsicUnsafePut, enumerator
|
/art/compiler/dex/quick/ |
D | dex_file_method_inliner.cc | 98 COMPILE_ASSERT(!kIntrinsicIsStatic[kIntrinsicUnsafePut], UnsafePut_must_not_be_static); 374 INTRINSIC(SunMiscUnsafe, Put ## type, ObjectJ ## code ## _V, kIntrinsicUnsafePut, \ 376 INTRINSIC(SunMiscUnsafe, Put ## type ## Volatile, ObjectJ ## code ## _V, kIntrinsicUnsafePut, \ 378 INTRINSIC(SunMiscUnsafe, PutOrdered ## type, ObjectJ ## code ## _V, kIntrinsicUnsafePut, \ 497 case kIntrinsicUnsafePut: in GenIntrinsic()
|