Searched full:much (Results 1 – 25 of 56) sorted by relevance
123
| /arkcompiler/runtime_core/static_core/runtime/templates/ |
| D | intrinsics_enum.h.erb | 32 …rinsic::<%= Runtime::intrinsics.last.enum_name %>) <= MAX_INTRINSIC_NUMBER, "Too much intrinsics");
|
| /arkcompiler/runtime_core/static_core/verification/util/ |
| D | panda_or_std.h | 39 // much simpler than trying to reproduce the full API
|
| D | index.h | 25 // similar to std::optional, but much more effective for numeric types
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| D | mem_hooks_test.cpp | 37 // Allocate too much memory via malloc in MallocFunc, so test must die in TEST()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/requirements_in_overriding_and_hiding/ |
| D | overriding_methods_with_different_access_modifiers.sts | 20 assert: The access modifier of an overriding or hiding method must provide at least as much access …
|
| D | hiding_methods_with_different_access_modifiers_n.sts | 20 assert: The access modifier of an overriding or hiding method must provide at least as much access …
|
| D | hiding_methods_with_different_access_modifiers.sts | 20 assert: The access modifier of an overriding or hiding method must provide at least as much access …
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/ |
| D | intrinsics_ir_build_static_call_ets.inl | 25 * the implementation has to be made much more complicated to
|
| /arkcompiler/jsvm/src/inspector/ |
| D | inspector_utils.h | 172 // GetCapacity() returns how much memory is actually available. in SetLength() 179 // GetCapacity() returns how much memory is actually available. in SetLengthAndZeroTerminate()
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/reference-processor/ |
| D | reference_processor.h | 75 …* Predicate checks if we should process all references at once (e.g. processing takes too much tim…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/cookbook/ |
| D | summary.rst | 40 is much easier. 282 a major feature that needs much consideration and care for the implementation
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/ |
| D | 12_errors.rst | 64 As a result, exceptions can be handled in a much more effective
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | imtable_builder.cpp | 37 …// (3) as 0 when it's much more bigger than fixed IMTABLE_SIZE, since conflict probability is high… in Build()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | fast_divisor.h | 30 …* constant. Then user replaces heavy div/mod operations with much lighter mul/shift/add/sub. The a…
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | ir_builder.md | 13 …algorithm, that is used in many Virtual Machines. It may produce dead phis, but it is much simplier
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | ir_builder.md | 13 …algorithm, that is used in many Virtual Machines. It may produce dead phis, but it is much simplier
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | heap_manager.h | 135 // Returns how much free memory we have until we need to grow the heap to perform an allocation.
|
| D | pygote_space_allocator-inl.h | 95 …// NOTE(yxr) : will optimzie this later, currently we use runslots as much as possible before we h… in Alloc()
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| D | gc_barrier_set.h | 259 /// How much bits needed for the region
|
| /arkcompiler/runtime_core/docs/ |
| D | ir_format.md | 148 … form ideas and experiments show that this is less effective, as we keep to much `Mov`-only blocks. 254 …ore data in sequence container, such as array or vector, thereby elements much more likely will be…
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/heap-space-misc/ |
| D | crossing_map.h | 127 // How much memory we manage via one element of the static array.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/system_arkts/ |
| D | features.rst | 36 type. The performance gain can as much as double in some applications.
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | ir_format.md | 157 … form ideas and experiments show that this is less effective, as we keep to much `Mov`-only blocks. 263 …ore data in sequence container, such as array or vector, thereby elements much more likely will be…
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | cmpl.h | 153 // data structures to keep the interface consistent (as much as possible).
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ |
| D | pipeline.cpp | 137 // Avoid spending too much time in RegAlloc: in RunRegAllocAndCodeGenPass()
|
123