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_frontend/arkguard/src/utils/
DFileUtils.ts176 const newData: string = path.posix.join(...fileTmps); constant
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
Dets_to_string_cache.cpp108 Data newData {string, oldData.flag + FLAG_MASK}; in TryStore() local
/arkcompiler/runtime_core/static_core/verification/util/
Dbit_vector.h630 Word *newData = allocator.allocate(newSizeInWords); in Resize() local
/arkcompiler/ets_runtime/ecmascript/tests/
Decma_test_common.h212 … auto newData = thread->GetEcmaVM()->GetNativeAreaAllocator()->AllocateBuffer(1 * nums * nums); variable
/arkcompiler/ets_runtime/ecmascript/
Decma_string_table.cpp576 JSMutableHandle<ByteArray> newData(vm->GetJSThread(), JSTaggedValue::Undefined()); in RelocateConstantData() local
Dobject_factory.cpp224 auto newData = vm_->GetNativeAreaAllocator()->AllocateBuffer(size); in NewJSArrayBufferData() local
236 auto newData = vm_->GetNativeAreaAllocator()->AllocateBuffer(size); in NewJSArrayBufferData() local
261 auto newData = nativeAreaAllocator->AllocateBuffer(size); in NewJSSendableArrayBufferData() local
275 auto newData = nativeAreaAllocator->AllocateBuffer(size); in NewJSSendableArrayBufferData() local
330 void *newData = nullptr; in NewJSSharedArrayBufferData() local
351 auto newData = vm_->GetNativeAreaAllocator()->AllocateBuffer(length); in NewJSArrayBuffer() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp501 bool AOTFileManager::RewriteDataSection(uintptr_t dataSec, size_t size, uintptr_t newData, size_t n… in RewriteDataSection()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_dump_test.cpp772 auto newData = ecmaVm_->GetNativeAreaAllocator()->AllocateBuffer(8); in HWTEST_F_L0() local