| /arkcompiler/runtime_core/libpandabase/mem/ |
| D | mmap_mem_pool.h | 97 …// Find a free pool with enough size in the map. Split the pool, if the pool size is larger than r… 110 * To check if we can alloc enough pools from free pools 113 … * @return true if we can make sure that we have enough space in free pools to alloc pools we need 168 // To check if we can alloc enough pools in object space
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | layout_info.cpp | 52 "keyArray capacity is not enough for dictionary"); in GetAllKeys() 97 "keyArray capacity is not enough for dictionary"); in GetAllEnumKeys()
|
| D | global_dictionary-inl.h | 101 "keyArray capacity is not enough for dictionary"); in GetAllKeys() 126 "keyArray capacity is not enough for dictionary"); in GetEnumAllKeys()
|
| D | js_finalization_registry.h | 70 …static constexpr uint32_t DEFAULT_GROW_SIZE = 5; // If the capacity is not enough, we Expansion fi…
|
| D | tagged_dictionary.cpp | 160 "keyArray capacity is not enough for dictionary"); in GetAllKeys() 184 "keyArray capacity is not enough for dictionary"); in GetAllEnumKeys()
|
| /arkcompiler/runtime_core/docs/ |
| D | memory-management-SW-requirements.md | 72 - Memory management flexible enough to work with multiple languages.
|
| D | design-of-interpreter.md | 117 1. Interpreter should be portable enough to run on targets from IoT devices
|
| /arkcompiler/runtime_core/templates/messages/ |
| D | messages.h.erb | 45 % if msg.message # may be nil if short message is enough
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | reg_encoder.cpp | 216 LOG(DEBUG, BYTECODE_OPTIMIZER) << "RegEncoder: The free regs for range call are not enough"; in RenumberArgRegs() 237 LOG(DEBUG, BYTECODE_OPTIMIZER) << "RegEncoder: The free regs for range call are not enough"; in RenumberArgRegs() 249 // All free regs will be just enough to encode call.rang: no need to renumber in RenumberArgRegs()
|
| /arkcompiler/runtime_core/runtime/mem/gc/g1/ |
| D | g1-gc.h | 281 * Check if we have enough free regions in tenured space 348 // Max size of unique_refs_from_remsets_ buffer. It should be enough to store
|
| D | g1-gc.cpp | 510 // A single free tenured region is enough to compact the whole tenured space in RunFullForTenured() 578 // Clear young first. We tried to maintain enough regions for that in RunPhasesImpl() 603 LOG_INFO_GC << "Failed to run gc, not enough free regions"; in RunPhasesImpl() 614 … LOG_DEBUG_GC << "Not leaving enough regions for next young/mixed collection. Proceed to " in RunPhasesImpl() 617 … // try to free up enough regions so we can do mixed/young once again next time. in RunPhasesImpl() 618 … // Here, we have a chance to compact heap so at the next GC mixed is going to have enough in RunPhasesImpl() 620 … // we permanently won't have enough regions to move young to, thus not collecting anything in RunPhasesImpl() 624 … LOG_DEBUG_GC << "Implicit Full GC failed to free up enough space. Expect OOM GC soon"; in RunPhasesImpl() 634 … : "not enough free regions to move"); in RunPhasesImpl()
|
| /arkcompiler/runtime_core/docs/bc_verification/ |
| D | types_n_values.md | 66 …, that single univerce of parameterized types with properly defined subtyping relation is enough to
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | aot_cha.md | 8 result the order of files in class path and files themselves are enough to verify the class context…
|
| /arkcompiler/runtime_core/runtime/mem/gc/gen-gc/ |
| D | gen-gc.h | 166 …* @param have_enough_space_for_young boolean value that determines whether we have enough memory t…
|
| /arkcompiler/runtime_core/libpandabase/ |
| D | CMakeLists.txt | 248 # Technically, using ld.lld is enough here, but ask C compiler 378 # so it's enough to add building it to the umbrella tests target.
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | global_dictionary_test.cpp | 236 // keyArray capacity must be enough for dictionary in HWTEST_F_L0() 284 // keyArray capacity must be enough for dictionary in HWTEST_F_L0()
|
| /arkcompiler/runtime_core/runtime/ |
| D | monitor.h | 82 // 4. Is it useful to return ObjectHeader from monitorenter/exit? Right now it is enough to return …
|
| /arkcompiler/runtime_core/irtoc/scripts/ |
| D | monitors.irt | 19 # In case of Aarch64 6 registers are enough: use 4 callee regs and 2 temp regs.
|
| /arkcompiler/runtime_core/runtime/mem/ |
| D | frame_allocator-inl.h | 143 // We don't have enough memory in current arena, try to allocate in the next one: in TryToAllocate()
|
| D | region_space.cpp | 239 …// Ensure leaving enough space so there's always some free regions in heap which we can use for fu… in NewRegion()
|
| D | bump-allocator-inl.h | 138 …LOG_BUMP_ALLOCATOR(DEBUG) << "Don't have enough memory for new TLAB with size " << std::dec << siz… in CreateNewTLAB()
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | bytecode_instruction.h | 266 * are more performance critical and compiler is not always clever enough to reduce them
|
| /arkcompiler/runtime_core/runtime/include/ |
| D | thread.h | 217 // uint32_t is large enough to fit locked objects list's size.
|
| /arkcompiler/runtime_core/isa/ |
| D | isa.yaml | 23 Registers are wide enough to hold a single reference when working with objects. 25 …When used for object types, registers should be considered wide enough to hold a reference to an o… 104 …d 'any' value, whether they are primitive or not. Virtual registers and accumulator are wide enough
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
| D | asm_interpreter_call.cpp | 138 // Reserve enough sp space to prevent stack parameters from being covered by cpu profiler. in JSCallCommonEntry() 482 // Reserve enough sp space to prevent stack parameters from being covered by cpu profiler. in CallNativeWithArgv() 931 // Reserve enough sp space to prevent stack parameters from being covered by cpu profiler. in GeneratorReEnterAsmInterpDispatch()
|