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