Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/across_abc_test/
Ddatabase.js30 updateData(oldData, newData) { argument
/arkcompiler/ets_runtime/ecmascript/tests/
Dgc_second_test.cpp75 … auto newData = thread->GetEcmaVM()->GetNativeAreaAllocator()->AllocateBuffer(1 * 1024 * 1024); in HWTEST_F_L0() local
109 … auto newData = thread->GetEcmaVM()->GetNativeAreaAllocator()->AllocateBuffer(1 * 1024 * 1024); in HWTEST_F_L0() local
Dgc_first_test.cpp190 … auto newData = thread->GetEcmaVM()->GetNativeAreaAllocator()->AllocateBuffer(1 * 1024 * 1024); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/arkguard/src/transformers/rename/
DRenameFileNameTransformer.ts315 const newData: string = path.posix.join(...fileTmps); constant
/arkcompiler/ets_runtime/ecmascript/
Decma_string_table.cpp293 JSHandle<ByteArray> newData = vm_->GetFactory()->NewByteArray( in RelocateConstantData() local
Dobject_factory.cpp243 auto newData = vm_->GetNativeAreaAllocator()->AllocateBuffer(size); in NewJSArrayBufferData() local
254 auto newData = vm_->GetNativeAreaAllocator()->AllocateBuffer(size); in NewJSArrayBufferData() local
272 void *newData = nullptr; in NewJSSharedArrayBufferData() local
293 auto newData = vm_->GetNativeAreaAllocator()->AllocateBuffer(length); in NewJSArrayBuffer() local
/arkcompiler/runtime_core/static_core/verification/util/
Dbit_vector.h630 Word *newData = allocator.allocate(newSizeInWords); in Resize() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp391 bool AOTFileManager::RewriteDataSection(uintptr_t dataSec, size_t size, uintptr_t newData, size_t n… in RewriteDataSection()
/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.cpp199 std::string newData = ""; in ParseUnicodeEscapeString() local