Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/interpreter/
H A Dinterpreter_switch_impl0.cc60 ALWAYS_INLINE static void RecordNewObject([[maybe_unused]] ObjPtr<mirror::Object> new_object) in RecordNewObject() function in art::interpreter::InactiveTransactionChecker
/aosp_15_r20/art/dex2oat/interpreter/
H A Dinterpreter_switch_impl1.cc57 static void RecordNewObject(ObjPtr<mirror::Object> new_object) in RecordNewObject() function in art::interpreter::ActiveTransactionChecker
/aosp_15_r20/art/dex2oat/
H A Dtransaction.cc167 void Transaction::RecordNewObject(ObjPtr<mirror::Object> obj) { in RecordNewObject() function in art::Transaction