Home
last modified time | relevance | path

Searched full:enough (Results 1 – 25 of 40) sorted by relevance

12

/arkcompiler/runtime_core/libpandabase/mem/
Dmmap_mem_pool.h97 …// 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/
Dlayout_info.cpp52 "keyArray capacity is not enough for dictionary"); in GetAllKeys()
97 "keyArray capacity is not enough for dictionary"); in GetAllEnumKeys()
Dglobal_dictionary-inl.h101 "keyArray capacity is not enough for dictionary"); in GetAllKeys()
126 "keyArray capacity is not enough for dictionary"); in GetEnumAllKeys()
Djs_finalization_registry.h70 …static constexpr uint32_t DEFAULT_GROW_SIZE = 5; // If the capacity is not enough, we Expansion fi…
Dtagged_dictionary.cpp160 "keyArray capacity is not enough for dictionary"); in GetAllKeys()
184 "keyArray capacity is not enough for dictionary"); in GetAllEnumKeys()
/arkcompiler/runtime_core/docs/
Dmemory-management-SW-requirements.md72 - Memory management flexible enough to work with multiple languages.
Ddesign-of-interpreter.md117 1. Interpreter should be portable enough to run on targets from IoT devices
/arkcompiler/runtime_core/templates/messages/
Dmessages.h.erb45 % if msg.message # may be nil if short message is enough
/arkcompiler/runtime_core/bytecode_optimizer/
Dreg_encoder.cpp216 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/
Dg1-gc.h281 * 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
Dg1-gc.cpp510 // 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/
Dtypes_n_values.md66 …, that single univerce of parameterized types with properly defined subtyping relation is enough to
/arkcompiler/runtime_core/compiler/docs/
Daot_cha.md8 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/
Dgen-gc.h166 …* @param have_enough_space_for_young boolean value that determines whether we have enough memory t…
/arkcompiler/runtime_core/libpandabase/
DCMakeLists.txt248 # 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/
Dglobal_dictionary_test.cpp236 // 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/
Dmonitor.h82 // 4. Is it useful to return ObjectHeader from monitorenter/exit? Right now it is enough to return …
/arkcompiler/runtime_core/irtoc/scripts/
Dmonitors.irt19 # In case of Aarch64 6 registers are enough: use 4 callee regs and 2 temp regs.
/arkcompiler/runtime_core/runtime/mem/
Dframe_allocator-inl.h143 // We don't have enough memory in current arena, try to allocate in the next one: in TryToAllocate()
Dregion_space.cpp239 …// Ensure leaving enough space so there's always some free regions in heap which we can use for fu… in NewRegion()
Dbump-allocator-inl.h138 …LOG_BUMP_ALLOCATOR(DEBUG) << "Don't have enough memory for new TLAB with size " << std::dec << siz… in CreateNewTLAB()
/arkcompiler/runtime_core/libpandafile/
Dbytecode_instruction.h266 * are more performance critical and compiler is not always clever enough to reduce them
/arkcompiler/runtime_core/runtime/include/
Dthread.h217 // uint32_t is large enough to fit locked objects list's size.
/arkcompiler/runtime_core/isa/
Disa.yaml23 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/
Dasm_interpreter_call.cpp138 // 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()

12