Home
last modified time | relevance | path

Searched defs:newData (Results 1 – 10 of 10) 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/libabckit/tests/ut/metadata_core/inspect_api/annotations/
Dannotations_test.cpp105 AnnoInfo newData; in ProcessAnnotations() local
200 AnnoInfo newData; in ProcessClass() local
218 AnnoInterfaceInfo newData; in ProcessAnnotationInterface() local
347 AnnoInterfaceInfo newData; in ProcessAnnotationInterfaceFields() local
/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/ets_runtime/ecmascript/compiler/
Dbarrier_stub_builder.cpp624 GateRef newData = Int64Or(Int64And(dstData, zeroMask), newDataMask); in BitSetRangeMoveForward() local
721 GateRef newData = Int64Or(Int64And(dstData, zeroMask), newDataMask); in BitSetRangeMoveBackward() local
/arkcompiler/runtime_core/static_core/verification/util/
Dbit_vector.h623 Word *newData = allocator.allocate(newSizeInWords); in Resize() local
/arkcompiler/ets_runtime/ecmascript/tests/
Decma_test_common.h208 … auto newData = thread->GetEcmaVM()->GetNativeAreaAllocator()->AllocateBuffer(1 * nums * nums); variable
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp565 bool AOTFileManager::RewriteDataSection(uintptr_t dataSec, size_t size, uintptr_t newData, size_t n… in RewriteDataSection()
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp231 auto newData = vm_->GetNativeAreaAllocator()->AllocateBuffer(size); in NewJSArrayBufferData() local
246 auto newData = vm_->GetNativeAreaAllocator()->AllocateBuffer(size); in NewJSArrayBufferData() local
271 auto newData = nativeAreaAllocator->AllocateBuffer(size); in NewJSSendableArrayBufferData() local
288 auto newData = nativeAreaAllocator->AllocateBuffer(size); in NewJSSendableArrayBufferData() local
343 void *newData = nullptr; in NewJSSharedArrayBufferData() local
364 auto newData = vm_->GetNativeAreaAllocator()->AllocateBuffer(length); in NewJSArrayBuffer() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_dump_test.cpp1133 auto newData = ecmaVm_->GetNativeAreaAllocator()->AllocateBuffer(8); in HWTEST_F_L0() local