Home
last modified time | relevance | path

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

12345

/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/
DGC.sts197 * @throws OutOfMemoryError if VM has not enough heap space for array allocation
214 * @throws OutOfMemoryError if VM has not enough heap space for array allocation
231 * @throws OutOfMemoryError if VM has not enough heap space for array allocation
248 * @throws OutOfMemoryError if VM has not enough heap space for array allocation
265 * @throws OutOfMemoryError if VM has not enough heap space for array allocation
282 * @throws OutOfMemoryError if VM has not enough heap space for array allocation
299 * @throws OutOfMemoryError if VM has not enough heap space for array allocation
316 * @throws OutOfMemoryError if VM has not enough heap space for array allocation
DBuiltinArrayAlgorithms.sts153 * dst must have enough space, otherwise out-of-bounds might occur
178 throw new ArrayIndexOutOfBoundsError("Destination array must have enough space")
319 * dst must have enough space, otherwise out-of-bounds might occur
344 throw new ArrayIndexOutOfBoundsError("Destination array must have enough space")
485 * dst must have enough space, otherwise out-of-bounds might occur
510 throw new ArrayIndexOutOfBoundsError("Destination array must have enough space")
651 * dst must have enough space, otherwise out-of-bounds might occur
676 throw new ArrayIndexOutOfBoundsError("Destination array must have enough space")
817 * dst must have enough space, otherwise out-of-bounds might occur
842 throw new ArrayIndexOutOfBoundsError("Destination array must have enough space")
[all …]
/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.cpp36 "keyArray capacity is not enough for dictionary"); in GetAllKeys()
66 "keyArray capacity is not enough for dictionary"); in GetAllKeysByFilter()
142 "keyArray capacity is not enough for dictionary"); in GetAllEnumKeys()
172 "keyArray capacity is not enough for dictionary"); in GetAllEnumKeys()
Dglobal_dictionary-inl.h103 "keyArray capacity is not enough for dictionary"); in GetAllKeys()
128 "keyArray capacity is not enough for dictionary"); in GetAllKeysByFilter()
181 "keyArray capacity is not enough for dictionary"); in GetEnumAllKeys()
/arkcompiler/runtime_core/static_core/libpandabase/mem/
Dmmap_mem_pool.h166 …// Find a free pool with enough size in the map. Split the pool, if the pool size is larger than r…
189 * To check if we can alloc enough pools from free pools
192 … * @return true if we can make sure that we have enough space in free pools to alloc pools we need
259 // To check if we can alloc enough pools in object space
Dweighted_adaptive_tlab_average.h68 // in this case we don't have enough information to calculate new TLAB size in ComputeNewSumAndResetSamples()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/gc/stress/
Dtest_stress_gc_humongous.sts89 console.println("Null is returned. Not enough memory.Finish.");
98 console.println("Null is returned. Not enough memory.Finish.");
/arkcompiler/runtime_core/docs/
Dmemory-management-SW-requirements.md72 - Memory management flexible enough to work with multiple languages.
/arkcompiler/runtime_core/static_core/docs/
Dmemory-management-SW-requirements.md72 - Memory management flexible enough to work with multiple languages.
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dsystem_environment.cpp30 …// The following size should be enough in case when we are unable to retrive the max buffer length… in GetUidForName()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/
Dutil.h73 /* 32: make sure stIdx is large enough to be unique */ in CalculateLabelSymIdx()
/arkcompiler/runtime_core/static_core/plugins/ets/doc/annotations/
Danno2.txt95 - Implicit import * - is it enough
/arkcompiler/ets_runtime/test/sharedtest/sharedcollectionsexception/
Dexpect_output.txt37 Call boundShrinkTo failed. err: BusinessError: Parameter error.Not enough parameter., errCode: 401
38 Call boundExtendTo failed. err: BusinessError: Parameter error.Not enough parameters., errCode: 401
/arkcompiler/runtime_core/static_core/templates/messages/
Dmessages.h.erb47 % if msg.message # may be nil if short message is enough
/arkcompiler/runtime_core/templates/messages/
Dmessages.h.erb45 % if msg.message # may be nil if short message is enough
/arkcompiler/ets_runtime/test/sharedtest/sharedarray/
Dexpect_output.txt142 Create with without initialValue failed. err: BusinessError: Parameter error.Not enough parameters.…
164 ExtendTo to 8 without initValue fail. err: BusinessError: Parameter error.Not enough parameters., c…
/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/docs/bc_verification/
Dtypes_n_values.md66 …, that single univerce of parameterized types with properly defined subtyping relation is enough to
/arkcompiler/runtime_core/static_core/docs/bc_verification/
Dtypes_n_values.md66 …, that single univerce of parameterized types with properly defined subtyping relation is enough to
/arkcompiler/ets_runtime/ecmascript/mem/
Dbarriers-inl.h68 … // SharedGC::MarkRoots, so just mark all the new object is enough, do not need to push them to in WriteBarrier()
/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/static_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/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Arrays.cpp38 errmsg = "copyTo: Destination array doesn't have enough space"; in StdCoreCopyTo()
/arkcompiler/ets_runtime/ecmascript/base/
Dbuiltins_base.h99 // Assures the bits are enough to represent all builtin stubs.

12345