Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/interpreter/
H A Dinterpreter_switch_impl0.cc63 ALWAYS_INLINE static void RecordNewArray([[maybe_unused]] ObjPtr<mirror::Array> new_array) in RecordNewArray() function in art::interpreter::InactiveTransactionChecker
/aosp_15_r20/art/dex2oat/interpreter/
H A Dinterpreter_switch_impl1.cc62 static void RecordNewArray(ObjPtr<mirror::Array> new_object) in RecordNewArray() function in art::interpreter::ActiveTransactionChecker
/aosp_15_r20/art/dex2oat/
H A Dtransaction.cc174 void Transaction::RecordNewArray(ObjPtr<mirror::Array> array) { in RecordNewArray() function in art::Transaction