Searched refs:CheckWriteConstraint (Results 1 – 3 of 3) sorted by relevance
/art/runtime/interpreter/ |
D | unstarted_runtime.cc | 815 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()
|
D | interpreter_common.h | 552 static inline bool CheckWriteConstraint(Thread* self, ObjPtr<mirror::Object> obj) in CheckWriteConstraint() function 607 if (transaction_active && !CheckWriteConstraint(self, obj)) { in DoFieldPut()
|
D | interpreter_switch_impl-inl.h | 342 if (transaction_active && !CheckWriteConstraint(Self(), array)) { in HandleAPut() 906 (!CheckWriteConstraint(Self(), array) || !CheckWriteValueConstraint(Self(), val))) { in APUT_OBJECT()
|