Searched defs:WriteConstraint (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/art/runtime/interpreter/ | ||
H A D | interpreter_switch_impl0.cc | 28 ALWAYS_INLINE static bool WriteConstraint([[maybe_unused]] Thread* self, in WriteConstraint() function in art::interpreter::InactiveTransactionChecker |
/aosp_15_r20/art/dex2oat/interpreter/ | ||
H A D | interpreter_switch_impl1.cc | 30 static inline bool WriteConstraint(Thread* self, ObjPtr<mirror::Object> obj) in WriteConstraint() function in art::interpreter::ActiveTransactionChecker |
/aosp_15_r20/art/dex2oat/ | ||
H A D | transaction.cc | 124 bool Transaction::WriteConstraint(ObjPtr<mirror::Object> obj) const { in WriteConstraint() function in art::Transaction |