Home
last modified time | relevance | path

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

12345

/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/
DGC.ets191 * @throws OutOfMemoryError if VM has not enough heap space for array allocation
206 * @throws OutOfMemoryError if VM has not enough heap space for array allocation
221 * @throws OutOfMemoryError if VM has not enough heap space for array allocation
236 * @throws OutOfMemoryError if VM has not enough heap space for array allocation
251 * @throws OutOfMemoryError if VM has not enough heap space for array allocation
266 * @throws OutOfMemoryError if VM has not enough heap space for array allocation
281 * @throws OutOfMemoryError if VM has not enough heap space for array allocation
296 * @throws OutOfMemoryError if VM has not enough heap space for array allocation
DBuiltinArrayAlgorithms.ets153 * 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.cpp35 "keyArray capacity is not enough for dictionary"); in GetAllKeys()
62 "keyArray capacity is not enough for dictionary"); in GetAllKeysByFilter()
131 "keyArray capacity is not enough for dictionary"); in GetAllEnumKeys()
157 "keyArray capacity is not enough for dictionary"); in GetAllEnumKeys()
Dglobal_dictionary-inl.h104 "keyArray capacity is not enough for dictionary"); in GetAllKeys()
129 "keyArray capacity is not enough for dictionary"); in GetAllKeysByFilter()
182 "keyArray capacity is not enough for dictionary"); in GetEnumAllKeys()
/arkcompiler/runtime_core/static_core/docs/
Darkts-debugger-expression-evaluation.md39 1. It is enough to insert intrinsic calls in order to recover the context of local variables.
58 …ing an expression containing a class, a class type variable, etc., it is enough to deserialize the…
Dmemory-management-SW-requirements.md72 - Memory management flexible enough to work with multiple languages.
/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/verification/verifier/
Drun_verifier.sh28 log "not enough params"
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/gc/stress/
Dtest_stress_gc_humongous_bq.ets95 // Null is returned. Not enough memory. Finish current test.
101 // Null is returned. Not enough memory. Finish current test.
Dtest_stress_gc_humongous.ets90 // Null is returned. Not enough memory. Finish current test.
108 // Null is returned. Not enough memory. Finish current test.
/arkcompiler/runtime_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/runtime_core/static_core/plugins/ets/tests/ets_test_suite/gc/
Dweak_ref_test.ets74 GC.registerNativeAllocation(2); // 2 is enough to trigger GC in this test
/arkcompiler/ets_runtime/compiler_service/test/fuzztest/aotcompilerargsprepare_fuzzer/
Daotcompilerargsprepare_fuzzer.cpp32 // check if there is enough data in DoSomethingInterestingWithMyAPI()
/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dfind_references.cpp63 // The Type of the Node and identifier name are not enough they don't account for edge cases like
173 // should be good enough, thats where it's slowest in FindReferences()
/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/ets_runtime/common_components/heap/allocator/
Dlocal_deque.h71 DEQUE_ASSERT(topAddr < endAddr, "not enough memory"); in Push()
218 DEQUE_ASSERT(this->currAddr + allocSize <= this->endAddr, "not enough memory"); in Allocate()
/arkcompiler/ets_runtime/ecmascript/cross_vm/
Dheap_hybrid.cpp33 …// The approximate size is enough, because even if some thread creates and registers after here, i… in StartUnifiedGCMark()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
DCMakeLists.txt91 …# In case of running using ArkJSVM but using ark_js_napi_cli tool it is enough to include director…
/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

12345