Home
last modified time | relevance | path

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

/aosp_15_r20/art/dex2oat/
H A Daot_class_linker.h82 bool TransactionAllocationConstraint(Thread* self, ObjPtr<mirror::Class> klass) override
H A Daot_class_linker.cc371 bool AotClassLinker::TransactionAllocationConstraint(Thread* self, ObjPtr<mirror::Class> klass) { in TransactionAllocationConstraint() function in art::AotClassLinker
/aosp_15_r20/art/dex2oat/interpreter/
H A Dinterpreter_switch_impl1.cc47 return GetClassLinker()->TransactionAllocationConstraint(self, klass); in AllocationConstraint()
/aosp_15_r20/art/runtime/
H A Dnoop_compiler_callbacks.h80 bool TransactionAllocationConstraint([[maybe_unused]] Thread* self, in TransactionAllocationConstraint() function
H A Dclass_linker.h899 virtual bool TransactionAllocationConstraint(Thread* self, ObjPtr<mirror::Class> klass)
H A Dclass_linker.cc11194 bool ClassLinker::TransactionAllocationConstraint( in TransactionAllocationConstraint() function in art::ClassLinker
/aosp_15_r20/art/runtime/interpreter/
H A Dunstarted_runtime.cc315 runtime->GetClassLinker()->TransactionAllocationConstraint(self, h_klass.Get())) { in UnstartedClassNewInstance()