Home
last modified time | relevance | path

Searched refs:TransactionAllocationConstraint (Results 1 – 6 of 6) sorted by relevance

/art/runtime/oat/
Daot_class_linker.h83 bool TransactionAllocationConstraint(Thread* self, ObjPtr<mirror::Class> klass) override
Daot_class_linker.cc370 bool AotClassLinker::TransactionAllocationConstraint(Thread* self, ObjPtr<mirror::Class> klass) { in TransactionAllocationConstraint() function in art::AotClassLinker
/art/runtime/interpreter/
Dinterpreter_switch_impl1.cc47 return GetClassLinker()->TransactionAllocationConstraint(self, klass); in AllocationConstraint()
Dunstarted_runtime.cc314 runtime->GetClassLinker()->TransactionAllocationConstraint(self, h_klass.Get())) { in UnstartedClassNewInstance()
/art/runtime/
Dclass_linker.h898 virtual bool TransactionAllocationConstraint(Thread* self, ObjPtr<mirror::Class> klass)
Dclass_linker.cc11187 bool ClassLinker::TransactionAllocationConstraint( in TransactionAllocationConstraint() function in art::ClassLinker