Home
last modified time | relevance | path

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

/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.cpp651 uintptr_t newData, size_t newSize) in RewriteDataSection()
/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.cpp199 std::string newData = ""; in ParseUnicodeEscapeString() local
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dstub_tests.cpp1133 std::vector<uint64_t> newData; in HWTEST_F_L0() local