Home
last modified time | relevance | path

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

/art/runtime/quick/
Dinline_method_analyser.h66 kIntrinsicUnsafePut, enumerator
/art/compiler/dex/quick/
Ddex_file_method_inliner.cc98 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()