Home
last modified time | relevance | path

Searched full:1024 (Results 1 – 25 of 208) sorted by relevance

123456789

/arkcompiler/ets_runtime/ecmascript/tests/
Dmem_map_allocator_test.cpp29 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()
Dgc_second_test.cpp89 …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/
Dutils.py32 "KB": 1024,
33 "MB": 1024 * 1024,
34 "GB": 1024 * 1024 * 1024
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/
Dutils.h36 #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/
Dtest_gc_ark_pause.py42 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/
Dnotifyidletime_fuzzer.cpp43 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/
Dsetcpusamplinginterval_fuzzer.cpp43 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/
Dsetnativepointerfieldcount_fuzzer.cpp42 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/
Dlower_jscode_0001.ts18 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/
DXTexture.js34 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/
Dlower_jscode_0001.ts18 const v5 = new Int8Array(1024);
24 try { v14 = v2.forEach(1024, v2); } catch (e) {}
39 f23(1024, v17, 2147483648)
/arkcompiler/runtime_core/libpandabase/utils/
Dtype_converter.h85 constexpr std::array<double, 4> COEFFS_MEMORY = {1024, 1024, 1024, 1024};
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dtype_converter.h85 constexpr std::array<double, 4> COEFFS_MEMORY = {1024, 1024, 1024, 1024};
/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DMemoryUtils.spec.ts24 const highBaseLine = 1000 * 1024 * 1024; // 1000MB
25 const highBase = 1000 * 1024 * 1024; // 1000MB
/arkcompiler/ets_runtime/test/moduletest/objectkeys/
Dexpect_output.txt23 1024
24 1024
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmetadata_layout.h164 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/
Dg1_analytics_test.cpp291 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/
Dconstructor_default_params_0004.sts26 constructor (x:number, y:string = "Hello World", z: long = 1024) {
37 assert x.data2 == 1024
Dconstructor_default_params_0003.sts26 constructor (x:number = 0, y:string = "Hello World", z: long = 1024) {
37 assert x.data2 == 1024
Dconstructor_default_params_0005.sts26 constructor (x:number = 0, y:string = "Hello World", z: long = 1024) {
37 assert x.data2 == 1024
Dconstructor_default_params_0006_n.sts26 constructor (x:number, y:string = "Hello World", z: long = 1024) {
37 assert x.data2 == 1024
/arkcompiler/ets_runtime/ecmascript/jit/rewriter/
Dreloc_rewriter_aarch64.h27 static const int MAX_JUMP_SIZE = 128 * 1024 * 1024;
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_profiler.h89 #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/
Dlist.equality_primitive_01.yaml121 type1: "short", value1: "1024",
126 type1: "short", value1: "1024",
127 type2: "short", value2: "1024",
/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
DRegisterNativeAllocationTest.sts24 new ArrayBuffer(1024);
32 for (let i = 0; i < 1024; i++) {

123456789