Home
last modified time | relevance | path

Searched defs:newData (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/libark_defect_scan_aux/tests/across_abc_test/
Ddatabase.js30 updateData(oldData, newData) { argument
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/across_function_test/
Dacross_function_test.js30 updateData(oldData, newData) { argument
/arkcompiler/ets_runtime/ecmascript/tests/
Dgc_test.cpp191 … auto newData = thread->GetEcmaVM()->GetNativeAreaAllocator()->AllocateBuffer(1 * 1024 * 1024); in HWTEST_F_L0() local
225 … auto newData = thread->GetEcmaVM()->GetNativeAreaAllocator()->AllocateBuffer(1 * 1024 * 1024); in HWTEST_F_L0() local
264 … auto newData = thread->GetEcmaVM()->GetNativeAreaAllocator()->AllocateBuffer(1 * 1024 * 1024); in HWTEST_F_L0() local
300 … auto newData = thread->GetEcmaVM()->GetNativeAreaAllocator()->AllocateBuffer(1 * 1024 * 1024); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp314 bool AOTFileManager::RewriteDataSection(uintptr_t dataSec, size_t size, uintptr_t newData, size_t n… in RewriteDataSection()
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp237 auto newData = vm_->GetNativeAreaAllocator()->AllocateBuffer(size); in NewJSArrayBufferData() local
246 auto newData = vm_->GetNativeAreaAllocator()->AllocateBuffer(size); in NewJSArrayBufferData() local
262 void *newData = nullptr; in NewJSSharedArrayBufferData() local
283 auto newData = vm_->GetNativeAreaAllocator()->AllocateBuffer(length); in NewJSArrayBuffer() local
/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.cpp199 std::string newData = ""; in ParseUnicodeEscapeString() local