| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/ |
| D | GC.sts | 190 * @throws OutOfMemoryError if VM has not enough heap space for array allocation 205 * @throws OutOfMemoryError if VM has not enough heap space for array allocation 220 * @throws OutOfMemoryError if VM has not enough heap space for array allocation 235 * @throws OutOfMemoryError if VM has not enough heap space for array allocation 250 * @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 280 * @throws OutOfMemoryError if VM has not enough heap space for array allocation 295 * @throws OutOfMemoryError if VM has not enough heap space for array allocation
|
| D | BuiltinArrayAlgorithms.sts | 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 | 103 "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/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/plugins/ets/tests/ets_test_suite/gc/stress/ |
| D | test_stress_gc_humongous.sts | 87 // Null is returned. Not enough memory. Finish current test. 105 // Null is returned. Not enough memory. Finish current test.
|
| D | test_stress_gc_humongous_bq.sts | 92 // Null is returned. Not enough memory. Finish current test. 98 // 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/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/compiler_service/test/fuzztest/aotcompilerargsprepare_fuzzer/ |
| D | aotcompilerargsprepare_fuzzer.cpp | 32 // check if there is enough data in DoSomethingInterestingWithMyAPI()
|
| /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
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | reg_encoder.cpp | 215 LOG(DEBUG, BYTECODE_OPTIMIZER) << "RegEncoder: The free regs for range call are not enough"; in RenumberArgRegs() 236 LOG(DEBUG, BYTECODE_OPTIMIZER) << "RegEncoder: The free regs for range call are not enough"; in RenumberArgRegs() 248 // All free regs will be just enough to encode call.rang: no need to renumber in RenumberArgRegs()
|
| /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/static_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/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core_Arrays.cpp | 38 errmsg = "copyTo: Destination array doesn't have enough space"; in StdCoreCopyTo()
|
| /arkcompiler/runtime_core/static_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…
|