Searched refs:TransactionWriteConstraint (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/art/runtime/interpreter/ |
H A D | unstarted_runtime.cc | 908 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 D | aot_class_linker.h | 75 bool TransactionWriteConstraint(Thread* self, ObjPtr<mirror::Object> obj) override
|
H A D | aot_class_linker.cc | 334 bool AotClassLinker::TransactionWriteConstraint(Thread* self, ObjPtr<mirror::Object> obj) { in TransactionWriteConstraint() function in art::AotClassLinker
|
/aosp_15_r20/art/dex2oat/interpreter/ |
H A D | interpreter_switch_impl1.cc | 32 return GetClassLinker()->TransactionWriteConstraint(self, obj); in WriteConstraint()
|
/aosp_15_r20/art/runtime/ |
H A D | noop_compiler_callbacks.h | 66 bool TransactionWriteConstraint([[maybe_unused]] Thread* self, in TransactionWriteConstraint() function
|
H A D | class_linker.h | 895 virtual bool TransactionWriteConstraint(Thread* self, ObjPtr<mirror::Object> obj)
|
H A D | class_linker.cc | 11180 bool ClassLinker::TransactionWriteConstraint( in TransactionWriteConstraint() function in art::ClassLinker
|