Home
last modified time | relevance | path

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

/art/runtime/quick/
Dinline_method_analyser.h70 kIntrinsicUnsafePut, enumerator
/art/compiler/dex/quick/
Ddex_file_method_inliner.cc109 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/
Dintrinsics.cc233 case kIntrinsicUnsafePut: { in GetIntrinsic()