Home
last modified time | relevance | path

Searched defs:newData (Results 1 – 7 of 7) 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.cpp190 … 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
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp234 auto newData = vm_->GetNativeAreaAllocator()->AllocateBuffer(size); in NewJSArrayBufferData() local
243 auto newData = vm_->GetNativeAreaAllocator()->AllocateBuffer(size); in NewJSArrayBufferData() local
258 void *newData = nullptr; in NewJSSharedArrayBufferData() local
278 auto newData = vm_->GetNativeAreaAllocator()->AllocateBuffer(length); in NewJSArrayBuffer() local
Daot_file_manager.cpp664 uintptr_t newData, size_t newSize) in RewriteDataSection()
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dstub_tests.cpp1133 std::vector<uint64_t> newData; in HWTEST_F_L0() local
/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.cpp199 std::string newData = ""; in ParseUnicodeEscapeString() local