Home
last modified time | relevance | path

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

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