Home
last modified time | relevance | path

Searched defs:ReadConstraint (Results 1 – 3 of 3) sorted by relevance

/art/runtime/interpreter/
Dinterpreter_switch_impl0.cc40 ALWAYS_INLINE static bool ReadConstraint([[maybe_unused]] Thread* self, in ReadConstraint() function in art::interpreter::InactiveTransactionChecker
Dinterpreter_switch_impl1.cc40 static inline bool ReadConstraint(Thread* self, ObjPtr<mirror::Object> obj) in ReadConstraint() function in art::interpreter::ActiveTransactionChecker
/art/runtime/
Dtransaction.cc156 bool Transaction::ReadConstraint(ObjPtr<mirror::Object> obj) const { in ReadConstraint() function in art::Transaction