Home
last modified time | relevance | path

Searched refs:TransactionWriteConstraint (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/art/runtime/interpreter/
H A Dunstarted_runtime.cc908 runtime->GetClassLinker()->TransactionWriteConstraint(self, dst_obj)) { in UnstartedSystemArraycopy()
1648 if (runtime->GetClassLinker()->TransactionWriteConstraint(self, obj)) { in UnstartedJdkUnsafeCompareAndSwapLong()
1695 if (runtime->GetClassLinker()->TransactionWriteConstraint(self, obj) || in UnstartedJdkUnsafeCompareAndSwapObject()
1744 if (runtime->GetClassLinker()->TransactionWriteConstraint(self, obj) || in UnstartedJdkUnsafePutReferenceVolatile()
1771 if (runtime->GetClassLinker()->TransactionWriteConstraint(self, obj) || in UnstartedJdkUnsafePutOrderedObject()
2219 if (runtime->GetClassLinker()->TransactionWriteConstraint(self, obj)) { in UnstartedJNIJdkUnsafeCompareAndSwapInt()
2277 if (runtime->GetClassLinker()->TransactionWriteConstraint(self, obj) || in UnstartedJNIJdkUnsafePutReference()
/aosp_15_r20/art/dex2oat/
H A Daot_class_linker.h75 bool TransactionWriteConstraint(Thread* self, ObjPtr<mirror::Object> obj) override
H A Daot_class_linker.cc334 bool AotClassLinker::TransactionWriteConstraint(Thread* self, ObjPtr<mirror::Object> obj) { in TransactionWriteConstraint() function in art::AotClassLinker
/aosp_15_r20/art/dex2oat/interpreter/
H A Dinterpreter_switch_impl1.cc32 return GetClassLinker()->TransactionWriteConstraint(self, obj); in WriteConstraint()
/aosp_15_r20/art/runtime/
H A Dnoop_compiler_callbacks.h66 bool TransactionWriteConstraint([[maybe_unused]] Thread* self, in TransactionWriteConstraint() function
H A Dclass_linker.h895 virtual bool TransactionWriteConstraint(Thread* self, ObjPtr<mirror::Object> obj)
H A Dclass_linker.cc11180 bool ClassLinker::TransactionWriteConstraint( in TransactionWriteConstraint() function in art::ClassLinker