Home
last modified time | relevance | path

Searched refs:ObjectNeedsTransactionRecords (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dtransaction.h90 bool ObjectNeedsTransactionRecords(ObjPtr<mirror::Object> obj)
Dtransaction.cc188 bool Transaction::ObjectNeedsTransactionRecords(ObjPtr<mirror::Object> obj) { in ObjectNeedsTransactionRecords() function in art::Transaction