Searched full:much (Results 1 – 25 of 26) sorted by relevance
12
| /arkcompiler/runtime_core/runtime/templates/ |
| D | intrinsics_enum.h.erb | 32 …rinsic::<%= Runtime::intrinsics.last.enum_name %>) <= MAX_INTRINSIC_NUMBER, "Too much intrinsics");
|
| /arkcompiler/runtime_core/verification/util/ |
| D | panda_or_std.h | 39 // much simpler than trying to reproduce the full API
|
| D | index.h | 25 // similar to std::optional, but much more effective for numeric types
|
| /arkcompiler/runtime_core/runtime/mem/gc/reference-processor/ |
| D | reference_processor.h | 67 …* Predicate checks if we should process all references at once (e.g. processing takes too much tim…
|
| /arkcompiler/runtime_core/verification/cflow/ |
| D | jumps_map.h | 83 // for much faster positive path checks in EnumerateAllJumpsToTarget()
|
| /arkcompiler/runtime_core/runtime/ |
| D | imtable_builder.cpp | 37 …// (3) as 0 when it's much more bigger than fixed IMTABLE_SIZE, since conflict probability is high… in Build()
|
| D | options.yaml | 280 description: How much space in young-gen are shared (this space is not used for tlabs)
|
| D | monitor.cpp | 98 // or inflate monitor once this thread acquires light lock), this policy yields much better in InflateThinLock()
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | ir_builder.md | 13 …algorithm, that is used in many Virtual Machines. It may produce dead phis, but it is much simplier
|
| D | plt.md | 11 `BoundaryFrame` for stack walker, it's code is much longer than few runtime-call-related instructio…
|
| /arkcompiler/runtime_core/runtime/mem/ |
| D | heap_manager.h | 132 // Returns how much free memory we have until we need to grow the heap to perform an allocation.
|
| D | pygote_space_allocator-inl.h | 94 …// TODO(yxr) : will optimzie this later, currently we use runslots as much as possible before we h… in Alloc()
|
| D | humongous_obj_allocator-inl.h | 59 // (BTW, it is not so much for MB allocations) in Alloc()
|
| D | runslots_allocator-inl.h | 302 … << "Can't add new memory pool to this allocator. Maybe we already added too much memory pools."; in AddMemoryPool()
|
| /arkcompiler/runtime_core/runtime/mem/gc/ |
| D | gc_barrier_set.h | 279 uint8_t region_size_bits_count_ {0}; //! how much bits needed for the region
|
| /arkcompiler/runtime_core/docs/ |
| D | ir_format.md | 155 … form ideas and experiments show that this is less effective, as we keep to much `Mov`-only blocks. 261 …ore data in sequence container, such as array or vector, thereby elements much more likely will be…
|
| D | memory-management.md | 572 …k if object and stored reference in different generations. Because we get much less overhead this …
|
| D | doxygen.config | 176 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but 1992 # size of the Perl module output will be much smaller and Perl will parse it
|
| /arkcompiler/runtime_core/runtime/mem/gc/heap-space-misc/ |
| D | crossing_map.h | 127 // How much memory we manage via one element of the static array.
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | heap.cpp | 410 …// Trigger the full mark next time if the current survival rate is much less than half the average… in CollectGarbage() 625 … OPTIONAL_LOG(ecmaVm_, INFO) << " Old space heap object size is too much lower than committed size" in RecomputeLimits() 667 …// If it spends much time in full mark, the compress full GC will be requested when the spaces rea… in TryTriggerConcurrentMarking()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | bytecode_info_collector.h | 49 * In order to simulate the state of the runtime as much as possible,
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | template_map_test.cpp | 258 // 2: means twice as much in HWTEST_F_L0()
|
| /arkcompiler/runtime_core/libpandabase/mem/ |
| D | mmap_mem_pool-inl.h | 126 …LOG_MMAP_MEM_POOL(FATAL) << "The memory limits is too high. We can't allocate so much memory from … in MmapMemPool()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_thread.cpp | 541 …// To avoid too much times of stack overflow checking, we only check stack overflow before push vr… in GetAsmStackLimit()
|
| /arkcompiler/runtime_core/isa/ |
| D | isa.yaml | 34 …The main goal of using accumulator is to improve encoding density without losing much in performan… 35 …the general intuition regarding accumulator usage is to utilize the accumulator as much as possibl…
|
12