Searched refs:kIntrinsicUnsafePut (Results 1 – 3 of 3) sorted by relevance
/art/runtime/quick/ |
D | inline_method_analyser.h | 70 kIntrinsicUnsafePut, enumerator
|
/art/compiler/dex/quick/ |
D | dex_file_method_inliner.cc | 109 static_assert(!kIntrinsicIsStatic[kIntrinsicUnsafePut], "UnsafePut must not be static"); 443 INTRINSIC(SunMiscUnsafe, Put ## type, ObjectJ ## code ## _V, kIntrinsicUnsafePut, \ 445 INTRINSIC(SunMiscUnsafe, Put ## type ## Volatile, ObjectJ ## code ## _V, kIntrinsicUnsafePut, \ 447 INTRINSIC(SunMiscUnsafe, PutOrdered ## type, ObjectJ ## code ## _V, kIntrinsicUnsafePut, \ 610 case kIntrinsicUnsafePut: in GenIntrinsic()
|
/art/compiler/optimizing/ |
D | intrinsics.cc | 233 case kIntrinsicUnsafePut: { in GetIntrinsic()
|