Searched refs:TransactionAllocationConstraint (Results 1 – 7 of 7) sorted by relevance
82 bool TransactionAllocationConstraint(Thread* self, ObjPtr<mirror::Class> klass) override
371 bool AotClassLinker::TransactionAllocationConstraint(Thread* self, ObjPtr<mirror::Class> klass) { in TransactionAllocationConstraint() function in art::AotClassLinker
47 return GetClassLinker()->TransactionAllocationConstraint(self, klass); in AllocationConstraint()
80 bool TransactionAllocationConstraint([[maybe_unused]] Thread* self, in TransactionAllocationConstraint() function
899 virtual bool TransactionAllocationConstraint(Thread* self, ObjPtr<mirror::Class> klass)
11194 bool ClassLinker::TransactionAllocationConstraint( in TransactionAllocationConstraint() function in art::ClassLinker
315 runtime->GetClassLinker()->TransactionAllocationConstraint(self, h_klass.Get())) { in UnstartedClassNewInstance()