Home
last modified time | relevance | path

Searched refs:AllocationConstraint (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/art/runtime/interpreter/
H A Dinterpreter_switch_impl0.cc46 ALWAYS_INLINE static bool AllocationConstraint([[maybe_unused]] Thread* self, in AllocationConstraint() function in art::interpreter::InactiveTransactionChecker
H A Dinterpreter_switch_impl-inl.h873 if (TransactionChecker::AllocationConstraint(Self(), c)) { in NEW_INSTANCE()
/aosp_15_r20/art/dex2oat/interpreter/
H A Dinterpreter_switch_impl1.cc45 static inline bool AllocationConstraint(Thread* self, ObjPtr<mirror::Class> klass) in AllocationConstraint() function in art::interpreter::ActiveTransactionChecker