Searched refs:RecordWriteArray (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/art/dex2oat/ |
H A D | aot_class_linker.cc | 438 void AotClassLinker::RecordWriteArray(mirror::Array* array, size_t index, uint64_t value) { in RecordWriteArray() function in art::AotClassLinker 440 GetTransaction()->RecordWriteArray(array, index, value); in RecordWriteArray()
|
H A D | aot_class_linker.h | 115 void RecordWriteArray(mirror::Array* array, size_t index, uint64_t value) override
|
H A D | transaction.h | 126 void RecordWriteArray(mirror::Array* array, size_t index, uint64_t value)
|
H A D | transaction.cc | 286 void Transaction::RecordWriteArray(mirror::Array* array, size_t index, uint64_t value) { in RecordWriteArray() function in art::Transaction
|
/aosp_15_r20/art/dex2oat/interpreter/ |
H A D | interpreter_switch_impl1.cc | 80 transaction->RecordWriteArray(array.Ptr(), i, array->GetWithoutChecks(i)); in RecordArrayElementsInTransactionImpl()
|
/aosp_15_r20/art/runtime/ |
H A D | noop_compiler_callbacks.h | 144 void RecordWriteArray([[maybe_unused]] mirror::Array* array, in RecordWriteArray() function
|
H A D | class_linker.h | 932 virtual void RecordWriteArray(mirror::Array* array, size_t index, uint64_t value)
|
H A D | class_linker.cc | 11264 void ClassLinker::RecordWriteArray([[maybe_unused]] mirror::Array* array, in RecordWriteArray() function in art::ClassLinker
|
/aosp_15_r20/art/runtime/mirror/ |
H A D | array-inl.h | 102 Runtime::Current()->GetClassLinker()->RecordWriteArray(this, i, GetWithoutChecks(i)); in SetWithoutChecks()
|