Home
last modified time | relevance | path

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

/art/runtime/quick/
Dinline_method_analyser.h103 kIntrinsicUnsafePut, enumerator
/art/compiler/dex/quick/
Ddex_file_method_inliner.cc184 static_assert(!kIntrinsicIsStatic[kIntrinsicUnsafePut], "UnsafePut must not be static");
610 INTRINSIC(SunMiscUnsafe, Put ## type, ObjectJ ## code ## _V, kIntrinsicUnsafePut, \
612 INTRINSIC(SunMiscUnsafe, Put ## type ## Volatile, ObjectJ ## code ## _V, kIntrinsicUnsafePut, \
614 INTRINSIC(SunMiscUnsafe, PutOrdered ## type, ObjectJ ## code ## _V, kIntrinsicUnsafePut, \
/art/compiler/optimizing/
Dintrinsics.cc431 case kIntrinsicUnsafePut: { in GetIntrinsic()