Home
last modified time | relevance | path

Searched full:smaller (Results 1 – 25 of 68) sorted by relevance

123

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/07.value_types/03.numeric_types_hierarchies/
Dhier1.sts18 desc: A smaller type's value can be assigned to a larger type's variable.
23 let smaller: {{c.sm}}
27 larger {{op.op}} smaller
/arkcompiler/runtime_core/static_core/tests/cts-assembly/
Darrays-07.pa20 # If element size is smaller then 32 bits, it will be zero or sign extended (depending on byt…
Darrays-08.pa20 # If element size is smaller then 32 bits, it will be zero or sign extended (depending on byt…
/arkcompiler/runtime_core/tests/cts-assembly/
Darrays-07.pa20 # If element size is smaller then 32 bits, it will be zero or sign extended (depending on byt…
Darrays-08.pa20 # If element size is smaller then 32 bits, it will be zero or sign extended (depending on byt…
/arkcompiler/runtime_core/static_core/docs/
Drationale-for-bytecode.md72 operates with smaller instructions. Indeed, each instruction `push_arg1`, `push_arg1`, and `add`
92 * Variable size of instructions with frequent instructions are encoded to be smaller.
168 function arguments to virtual registers with larger numbers reserving smaller ones for local
Dglossary.md43 * **Card** is a division of memory with some fixed size. Card size usually smaller than a page.
/arkcompiler/runtime_core/docs/
Drationale-for-bytecode.md72 operates with smaller instructions. Indeed, each instruction `push_arg1`, `push_arg1`, and `add`
92 * Variable size of instructions with frequent instructions are encoded to be smaller.
168 function arguments to virtual registers with larger numbers reserving smaller ones for local
Dglossary.md43 * **Card** is a division of memory with some fixed size. Card size usually smaller than a page.
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dtyped_array_helper_test.cpp408 JSHandle<JSTaggedValue> smaller(thread, JSTaggedValue(123)); in HWTEST_F_L0() local
415 result = TypedArrayHelper::SortCompare(thread, callbackfnHandle, buffer, nan, smaller); in HWTEST_F_L0()
419 result = TypedArrayHelper::SortCompare(thread, callbackfnHandle, buffer, smaller, nan); in HWTEST_F_L0()
422 // if first value is smaller than second value, return -1. in HWTEST_F_L0()
423 result = TypedArrayHelper::SortCompare(thread, callbackfnHandle, buffer, smaller, larger); in HWTEST_F_L0()
427 result = TypedArrayHelper::SortCompare(thread, callbackfnHandle, buffer, larger, smaller); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Dfree_object.cpp44 LOG_ECMA(DEBUG) << "Fill free object size is smaller"; in FillFreeObject()
/arkcompiler/toolchain/build/config/
DBUILD.gn74 # list smaller, since all common things should be covered. If you need
/arkcompiler/runtime_core/static_core/runtime/
Dimtable_builder.cpp35 // (1) as interface methods number when it's smaller than fixed IMTABLE_SIZE in Build()
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/
DBuiltinArraySort.sts563 … // make a call for the smaller part of array and continue processing the larger part in the loop
592 … // make a call for the smaller part of array and continue processing the larger part in the loop
842 … // make a call for the smaller part of array and continue processing the larger part in the loop
862 … // make a call for the smaller part of array and continue processing the larger part in the loop
1324 … // make a call for the smaller part of array and continue processing the larger part in the loop
1353 … // make a call for the smaller part of array and continue processing the larger part in the loop
1600 … // make a call for the smaller part of array and continue processing the larger part in the loop
1620 … // make a call for the smaller part of array and continue processing the larger part in the loop
2066 … // make a call for the smaller part of array and continue processing the larger part in the loop
2095 … // make a call for the smaller part of array and continue processing the larger part in the loop
[all …]
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dcard_table-inl.h63 … size_t splitSize = std::min(diff / 2, MAX_CARDS_COUNT); // divide 2 to get smaller split_size in FillRanges()
/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_dictionary_test.cpp132 * the dictionary have become smaller.
292 * the dictionary have become smaller.
/arkcompiler/toolchain/build/config/compiler/
DBUILD.gn265 # smaller.
472 # smaller.
/arkcompiler/runtime_core/static_core/runtime/mem/
Dhumongous_obj_allocator.h264 // - If the pool is bigger than the smaller pool in ReservedMemoryPools, we insert it.
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D6_conversions.rst523 A numeric casting conversion from an integer type (or char) to a smaller integer
758 - Values of a smaller numeric type to a larger type (see
820 types or of type ``char`` to a value of a smaller integer type provided that:
823 - The value of the expression fits into the range of the smaller type.
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dmpl_int_val.h507 /// @return the smaller of two values
514 /// @return the smaller of two values in terms of newType
Dmpl_logging.h39 // output volume, the smaller the audience of interest and the more often they need
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_sharedarraybuffer.cpp236 …THROW_TYPE_ERROR_AND_RETURN(thread, "new array buffer length smaller than newlen", JSTaggedValue::… in Slice()
/arkcompiler/ets_frontend/test262/
Des2023_tests.txt162 built-ins/Array/prototype/with/index-smaller-than-minus-length.js
192 built-ins/TypedArray/prototype/with/index-smaller-than-minus-length.js
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Disa.h107 * the smaller number of caller-saved registers.
/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
Dtagged_value.h399 // smaller than INT<bits>_MAX, fast conversion in JsCastDoubleToInt()

123