Searched defs:newData (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/across_abc_test/ |
| D | database.js | 30 updateData(oldData, newData) { argument
|
| /arkcompiler/ets_frontend/arkguard/src/utils/ |
| D | FileUtils.ts | 176 const newData: string = path.posix.join(...fileTmps); constant
|
| /arkcompiler/runtime_core/libabckit/tests/ut/metadata_core/inspect_api/annotations/ |
| D | annotations_test.cpp | 105 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/ |
| D | ets_to_string_cache.cpp | 108 Data newData {string, oldData.flag + FLAG_MASK}; in TryStore() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | barrier_stub_builder.cpp | 607 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/ |
| D | bit_vector.h | 623 Word *newData = allocator.allocate(newSizeInWords); in Resize() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | ecma_test_common.h | 212 … auto newData = thread->GetEcmaVM()->GetNativeAreaAllocator()->AllocateBuffer(1 * nums * nums); variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | aot_file_manager.cpp | 509 bool AOTFileManager::RewriteDataSection(uintptr_t dataSec, size_t size, uintptr_t newData, size_t n… in RewriteDataSection()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_factory.cpp | 223 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
|
| D | ecma_string_table.cpp | 525 JSMutableHandle<ByteArray> newData(vm->GetJSThread(), JSTaggedValue::Undefined()); in RelocateConstantData() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
| D | heap_dump_test.cpp | 790 auto newData = ecmaVm_->GetNativeAreaAllocator()->AllocateBuffer(8); in HWTEST_F_L0() local
|