Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dunstarted_runtime.cc815 if (Runtime::Current()->IsActiveTransaction() && !CheckWriteConstraint(self, dst_obj)) { in UnstartedSystemArraycopy()
1458 if (!CheckWriteConstraint(self, obj)) { in UnstartedUnsafeCompareAndSwapLong()
1504 if (!CheckWriteConstraint(self, obj) || !CheckWriteValueConstraint(self, new_value)) { in UnstartedUnsafeCompareAndSwapObject()
1549 if (!CheckWriteConstraint(self, obj) || !CheckWriteValueConstraint(self, value)) { in UnstartedUnsafePutObjectVolatile()
1572 if (!CheckWriteConstraint(self, obj) || !CheckWriteValueConstraint(self, new_value)) { in UnstartedUnsafePutOrderedObject()
1906 if (!CheckWriteConstraint(self, obj)) { in UnstartedJNIUnsafeCompareAndSwapInt()
1953 if (!CheckWriteConstraint(self, obj) || !CheckWriteValueConstraint(self, new_value)) { in UnstartedJNIUnsafePutObject()
Dinterpreter_common.h552 static inline bool CheckWriteConstraint(Thread* self, ObjPtr<mirror::Object> obj) in CheckWriteConstraint() function
607 if (transaction_active && !CheckWriteConstraint(self, obj)) { in DoFieldPut()
Dinterpreter_switch_impl-inl.h342 if (transaction_active && !CheckWriteConstraint(Self(), array)) { in HandleAPut()
906 (!CheckWriteConstraint(Self(), array) || !CheckWriteValueConstraint(Self(), val))) { in APUT_OBJECT()