Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dunstarted_runtime.cc791 if (Runtime::Current()->IsActiveTransaction() && !CheckWriteConstraint(self, dst_obj)) { in UnstartedSystemArraycopy()
1418 if (!CheckWriteConstraint(self, obj)) { in UnstartedUnsafeCompareAndSwapLong()
1464 if (!CheckWriteConstraint(self, obj) || !CheckWriteValueConstraint(self, new_value)) { in UnstartedUnsafeCompareAndSwapObject()
1509 if (!CheckWriteConstraint(self, obj) || !CheckWriteValueConstraint(self, value)) { in UnstartedUnsafePutObjectVolatile()
1532 if (!CheckWriteConstraint(self, obj) || !CheckWriteValueConstraint(self, new_value)) { in UnstartedUnsafePutOrderedObject()
1862 if (!CheckWriteConstraint(self, obj)) { in UnstartedJNIUnsafeCompareAndSwapInt()
1909 if (!CheckWriteConstraint(self, obj) || !CheckWriteValueConstraint(self, new_value)) { in UnstartedJNIUnsafePutObject()
Dinterpreter_common.h638 static inline bool CheckWriteConstraint(Thread* self, ObjPtr<mirror::Object> obj) in CheckWriteConstraint() function
693 if (transaction_active && !CheckWriteConstraint(self, obj)) { in DoFieldPut()
Dinterpreter_switch_impl-inl.h346 if (transaction_active && !CheckWriteConstraint(self, array)) { in HandleAPut()
981 (!CheckWriteConstraint(self, array) || !CheckWriteValueConstraint(self, val))) { in APUT_OBJECT()