| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | mem_map_allocator_test.cpp | 29 constexpr size_t HUGE_OBJECT_CAPACITY = 1024_MB; 42 size_t size1 = 256 * 1024 * 1024; in HWTEST_F_L0() 47 size_t size2 = 512 * 1024 * 1024; in HWTEST_F_L0() 52 size_t size3 = 512 * 1024 * 1024; in HWTEST_F_L0()
|
| D | gc_second_test.cpp | 89 …nused]] JSHandle<TaggedArray> obj = thread->GetEcmaVM()->GetFactory()->NewTaggedArray(1024 * 1024); in HWTEST_F_L0() 113 10 * 1024, JSTaggedValue::Hole(), MemSpaceType::SEMI_SPACE); in HWTEST_F_L0() 133 10 * 1024, JSTaggedValue::Hole(), MemSpaceType::SEMI_SPACE); in HWTEST_F_L0() 152 1024, JSTaggedValue::Hole(), MemSpaceType::SEMI_SPACE); in HWTEST_F_L0() 160 1024, JSTaggedValue::Hole(), MemSpaceType::SEMI_SPACE); in HWTEST_F_L0() 177 10 * 1024, JSTaggedValue::Hole(), MemSpaceType::SEMI_SPACE); in HWTEST_F_L0() 284 factory->NewTaggedArray(1024, JSTaggedValue::Hole(), MemSpaceType::OLD_SPACE); in HWTEST_F_L0() 285 factory->NewSOldSpaceTaggedArray(1024, JSTaggedValue::Hole()); in HWTEST_F_L0() 292 …[[maybe_unused]] JSHandle<TaggedArray> array = factory->NewTaggedArray(1024, JSTaggedValue::Hole(), in HWTEST_F_L0() 294 [[maybe_unused]] JSHandle<TaggedArray> sArray = factory->NewSOldSpaceTaggedArray(1024, in HWTEST_F_L0() [all …]
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/gclog/ |
| D | utils.py | 32 "KB": 1024, 33 "MB": 1024 * 1024, 34 "GB": 1024 * 1024 * 1024
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/ |
| D | utils.h | 36 #define MAX_FILE_SIZE (4 * 1024 * 1024 * 1024ULL) // 4 * 1024 * 1024 * 1024 : file size bigger than…
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/tests/ |
| D | test_gc_ark_pause.py | 42 self.assertEqual(4 * 1024 * 1024, pev.freed_object_mem, 'freed objects memory is correct') 45 self.assertEqual(46 * 1024 * 1024, pev.mem_after, 'memory after gc is correct') 46 self.assertEqual(256 * 1024 * 1024, pev.mem_total, 'memory total is correct')
|
| /arkcompiler/ets_runtime/test/fuzztest/notifyidletime_fuzzer/ |
| D | notifyidletime_fuzzer.cpp | 43 const int32_t MaxMenory = 1024; in NotifyIdleTimeFuzzTest() 44 if (key <= 0 || key > 1024) { // 1024 : 1M in size in NotifyIdleTimeFuzzTest() 45 key = MaxMenory; // 1024 : 1M in size in NotifyIdleTimeFuzzTest()
|
| /arkcompiler/ets_runtime/test/fuzztest/setcpusamplinginterval_fuzzer/ |
| D | setcpusamplinginterval_fuzzer.cpp | 43 if (key <= 0 || key > 1024) { // 1024 : 1M in size in SetCpuSamplingIntervalFuzzTest() 44 key = 1024; // 1024 : 1M in size in SetCpuSamplingIntervalFuzzTest()
|
| /arkcompiler/ets_runtime/test/fuzztest/setnativepointerfieldcount_fuzzer/ |
| D | setnativepointerfieldcount_fuzzer.cpp | 42 if (key <= 0 || key > 1024) { // 1024 : 1M in size in SetNativePointerFieldCountFuzzTest() 43 key = 1024; // 1024 : 1M in size in SetNativePointerFieldCountFuzzTest()
|
| /arkcompiler/ets_runtime/test/aottest/lower_jscode_0001/ |
| D | lower_jscode_0001.ts | 18 const v5 = new Int8Array(1024); 24 try { v14 = v2.forEach(1024, v2); } catch (e) {} 39 f23(1024, v17, 2147483648)
|
| /arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/graphics/ |
| D | XTexture.js | 34 this.textTmpRid = this.loadTexture(1024, 256); 38 this.textCvs.width = 1024; 107 TmpCut(rid, x = 0, y = 0, w = -1, h = -1, ww = 1024, hh = 1024) { 205 this.textCtx.clearRect(0, 0, 1024, 256); 209 let imgd = this.textCtx.getImageData(0, 0, 1024, 256).data; 210 let w = 1024; 216 let p = (h * 1024 + x) * 4; 226 let p = (y * 1024 + w) * 4; 262 rid = this.loadTexture(1024, 1024);
|
| /arkcompiler/ets_runtime/test/jittest/lower_jscode_0001/ |
| D | lower_jscode_0001.ts | 18 const v5 = new Int8Array(1024); 24 try { v14 = v2.forEach(1024, v2); } catch (e) {} 39 f23(1024, v17, 2147483648)
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | type_converter.h | 85 constexpr std::array<double, 4> COEFFS_MEMORY = {1024, 1024, 1024, 1024};
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | type_converter.h | 85 constexpr std::array<double, 4> COEFFS_MEMORY = {1024, 1024, 1024, 1024};
|
| /arkcompiler/ets_frontend/arkguard/test/ut/utils/ |
| D | MemoryUtils.spec.ts | 24 const highBaseLine = 1000 * 1024 * 1024; // 1000MB 25 const highBase = 1000 * 1024 * 1024; // 1000MB
|
| /arkcompiler/ets_runtime/test/moduletest/objectkeys/ |
| D | expect_output.txt | 23 1024 24 1024
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | metadata_layout.h | 164 static constexpr intptr_t kOffsetBound = 128 * 1024 * 1024; 168 static constexpr intptr_t kPositiveOffsetBias = 128 * 1024 * 1024; 176 …static constexpr uintptr_t kOffsetBound = 256 * 1024 * 1024; // according to kDsoLoadedAddessEnd … 194 …static constexpr uint32_t kOffsetBound = 256 * 1024 * 1024; // according to kDsoLoadedAddessEnd =… 205 static constexpr int32_t kNegativeOffsetMin = -(256 * 1024 * 1024); // -kOffsetBound
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | g1_analytics_test.cpp | 291 const size_t evacuatedBytes = 2 * 1024 * 1024; in FillAnalyticsPause0PredictionTest() 344 const size_t evacuatedBytes = 2 * 1024 * 1024; in FillAnalyticsPause1PredictionTest() 396 const size_t evacuatedBytes = 2 * 1024 * 1024; in FillAnalyticsPause2PredictionTest() 459 const size_t liveBytes = 64 * 1024; in TEST_F() 486 const size_t evacuatedBytes = 2 * 1024 * 1024; in TEST_F() 509 const size_t evacuatedBytes = 2 * 1024 * 1024; in TEST_F()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/spec/09.classes/Constructor_Declaration/ |
| D | constructor_default_params_0004.sts | 26 constructor (x:number, y:string = "Hello World", z: long = 1024) { 37 assert x.data2 == 1024
|
| D | constructor_default_params_0003.sts | 26 constructor (x:number = 0, y:string = "Hello World", z: long = 1024) { 37 assert x.data2 == 1024
|
| D | constructor_default_params_0005.sts | 26 constructor (x:number = 0, y:string = "Hello World", z: long = 1024) { 37 assert x.data2 == 1024
|
| D | constructor_default_params_0006_n.sts | 26 constructor (x:number, y:string = "Hello World", z: long = 1024) { 37 assert x.data2 == 1024
|
| /arkcompiler/ets_runtime/ecmascript/jit/rewriter/ |
| D | reloc_rewriter_aarch64.h | 27 static const int MAX_JUMP_SIZE = 128 * 1024 * 1024;
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| D | heap_profiler.h | 89 #define PER_GROUP_MEM_SIZE (128 * 1024 * 1024) // 128 MB 92 #define MAX_FILE_SIZE (4 * 1024 * 1024 * 1024ULL) // 4 * 1024 * 1024 * 1024 : file size bigger than…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/stdlib-templates/spec/expressions/equality/ |
| D | list.equality_primitive_01.yaml | 121 type1: "short", value1: "1024", 126 type1: "short", value1: "1024", 127 type2: "short", value2: "1024",
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/ |
| D | RegisterNativeAllocationTest.sts | 24 new ArrayBuffer(1024); 32 for (let i = 0; i < 1024; i++) {
|