| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/ |
| D | GC.ets | 191 * @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
|
| D | BuiltinArrayAlgorithms.ets | 153 * 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/ |
| 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 | 35 "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()
|
| D | global_dictionary-inl.h | 104 "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/ |
| D | arkts-debugger-expression-evaluation.md | 39 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…
|
| D | memory-management-SW-requirements.md | 72 - Memory management flexible enough to work with multiple languages.
|
| /arkcompiler/runtime_core/static_core/libpandabase/mem/ |
| D | mmap_mem_pool.h | 166 …// 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
|
| D | weighted_adaptive_tlab_average.h | 68 // in this case we don't have enough information to calculate new TLAB size in ComputeNewSumAndResetSamples()
|
| /arkcompiler/runtime_core/static_core/verification/verifier/ |
| D | run_verifier.sh | 28 log "not enough params"
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/gc/stress/ |
| D | test_stress_gc_humongous_bq.ets | 95 // Null is returned. Not enough memory. Finish current test. 101 // Null is returned. Not enough memory. Finish current test.
|
| D | test_stress_gc_humongous.ets | 90 // Null is returned. Not enough memory. Finish current test. 108 // Null is returned. Not enough memory. Finish current test.
|
| /arkcompiler/runtime_core/docs/ |
| D | memory-management-SW-requirements.md | 72 - Memory management flexible enough to work with multiple languages.
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| D | system_environment.cpp | 30 …// 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/ |
| D | util.h | 73 /* 32: make sure stIdx is large enough to be unique */ in CalculateLabelSymIdx()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/annotations/ |
| D | anno2.txt | 95 - Implicit import * - is it enough
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/gc/ |
| D | weak_ref_test.ets | 74 GC.registerNativeAllocation(2); // 2 is enough to trigger GC in this test
|
| /arkcompiler/ets_runtime/compiler_service/test/fuzztest/aotcompilerargsprepare_fuzzer/ |
| D | aotcompilerargsprepare_fuzzer.cpp | 32 // check if there is enough data in DoSomethingInterestingWithMyAPI()
|
| /arkcompiler/ets_frontend/ets2panda/lsp/src/ |
| D | find_references.cpp | 63 // 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/ |
| D | expect_output.txt | 37 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/ |
| D | local_deque.h | 71 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/ |
| D | heap_hybrid.cpp | 33 …// 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/ |
| D | CMakeLists.txt | 91 …# 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/ |
| D | messages.h.erb | 47 % if msg.message # may be nil if short message is enough
|
| /arkcompiler/runtime_core/templates/messages/ |
| D | messages.h.erb | 45 % if msg.message # may be nil if short message is enough
|