Home
last modified time | relevance | path

Searched full:much (Results 1 – 25 of 56) sorted by relevance

123

/arkcompiler/runtime_core/static_core/runtime/templates/
Dintrinsics_enum.h.erb32 …rinsic::<%= Runtime::intrinsics.last.enum_name %>) <= MAX_INTRINSIC_NUMBER, "Too much intrinsics");
/arkcompiler/runtime_core/static_core/verification/util/
Dpanda_or_std.h39 // much simpler than trying to reproduce the full API
Dindex.h25 // similar to std::optional, but much more effective for numeric types
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dmem_hooks_test.cpp37 // 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/
Doverriding_methods_with_different_access_modifiers.sts20 assert: The access modifier of an overriding or hiding method must provide at least as much access …
Dhiding_methods_with_different_access_modifiers_n.sts20 assert: The access modifier of an overriding or hiding method must provide at least as much access …
Dhiding_methods_with_different_access_modifiers.sts20 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/
Dintrinsics_ir_build_static_call_ets.inl25 * the implementation has to be made much more complicated to
/arkcompiler/jsvm/src/inspector/
Dinspector_utils.h172 // 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/
Dreference_processor.h75 …* 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/
Dsummary.rst40 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/
D12_errors.rst64 As a result, exceptions can be handled in a much more effective
/arkcompiler/runtime_core/static_core/runtime/
Dimtable_builder.cpp37 …// (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/
Dfast_divisor.h30 …* constant. Then user replaces heavy div/mod operations with much lighter mul/shift/add/sub. The a…
/arkcompiler/runtime_core/compiler/docs/
Dir_builder.md13 …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/
Dir_builder.md13 …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/
Dheap_manager.h135 // Returns how much free memory we have until we need to grow the heap to perform an allocation.
Dpygote_space_allocator-inl.h95 …// 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/
Dgc_barrier_set.h259 /// How much bits needed for the region
/arkcompiler/runtime_core/docs/
Dir_format.md148 … 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/
Dcrossing_map.h127 // How much memory we manage via one element of the static array.
/arkcompiler/runtime_core/static_core/plugins/ets/doc/system_arkts/
Dfeatures.rst36 type. The performance gain can as much as double in some applications.
/arkcompiler/runtime_core/static_core/docs/
Dir_format.md157 … 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/
Dcmpl.h153 // data structures to keep the interface consistent (as much as possible).
/arkcompiler/runtime_core/static_core/compiler/optimizer/
Dpipeline.cpp137 // Avoid spending too much time in RegAlloc: in RunRegAllocAndCodeGenPass()

123