Home
last modified time | relevance | path

Searched defs:newData (Results 1 – 11 of 11) 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.cpp607 GateRef newData = Int64Or(Int64And(dstData, zeroMask), newDataMask); in BitSetRangeMoveForward() local
702 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.h212 … auto newData = thread->GetEcmaVM()->GetNativeAreaAllocator()->AllocateBuffer(1 * nums * nums); variable
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp509 bool AOTFileManager::RewriteDataSection(uintptr_t dataSec, size_t size, uintptr_t newData, size_t n… in RewriteDataSection()
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp223 auto newData = vm_->GetNativeAreaAllocator()->AllocateBuffer(size); in NewJSArrayBufferData() local
235 auto newData = vm_->GetNativeAreaAllocator()->AllocateBuffer(size); in NewJSArrayBufferData() local
260 auto newData = nativeAreaAllocator->AllocateBuffer(size); in NewJSSendableArrayBufferData() local
274 auto newData = nativeAreaAllocator->AllocateBuffer(size); in NewJSSendableArrayBufferData() local
329 void *newData = nullptr; in NewJSSharedArrayBufferData() local
350 auto newData = vm_->GetNativeAreaAllocator()->AllocateBuffer(length); in NewJSArrayBuffer() local
Decma_string_table.cpp525 JSMutableHandle<ByteArray> newData(vm->GetJSThread(), JSTaggedValue::Undefined()); in RelocateConstantData() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_dump_test.cpp790 auto newData = ecmaVm_->GetNativeAreaAllocator()->AllocateBuffer(8); in HWTEST_F_L0() local