Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/ecmascript/base/tests/
Dtyped_array_helper_test.cpp430 JSHandle<JSTaggedValue> smaller(thread, JSTaggedValue(123)); in HWTEST_F_L0() local
437 result = TypedArrayHelper::SortCompare(thread, callbackfnHandle, buffer, nan, smaller); in HWTEST_F_L0()
441 result = TypedArrayHelper::SortCompare(thread, callbackfnHandle, buffer, smaller, nan); in HWTEST_F_L0()
444 // if first value is smaller than second value, return -1. in HWTEST_F_L0()
445 result = TypedArrayHelper::SortCompare(thread, callbackfnHandle, buffer, smaller, larger); in HWTEST_F_L0()
449 result = TypedArrayHelper::SortCompare(thread, callbackfnHandle, buffer, larger, smaller); in HWTEST_F_L0()
/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.
Ddoxygen.config1992 # size of the Perl module output will be much smaller and Perl will parse it
/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/runtime/
Dimtable_builder.cpp35 // (1) as interface methods number when it's smaller than fixed IMTABLE_SIZE in Build()
/arkcompiler/runtime_core/runtime/mem/gc/
Dcard_table-inl.h41 … size_t split_size = std::min(diff / 2, MAX_CARDS_COUNT); // divide 2 to get smaller split_size in FillRanges()
/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_dictionary_test.cpp156 * the dictionary have become smaller.
315 * the dictionary have become smaller.
Dgc_test.cpp239 // malloc size is smaller to avoid test fail in the small devices. in HWTEST_F_L0()
/arkcompiler/runtime_core/runtime/mem/
Dhumongous_obj_allocator.h266 // - If the pool is bigger than the smaller pool in ReservedMemoryPools, we insert it.
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_sharedarraybuffer.cpp244 …THROW_TYPE_ERROR_AND_RETURN(thread, "new array buffer length smaller than newlen", JSTaggedValue::… in Slice()
Dbuiltins_arraybuffer.cpp197 …THROW_TYPE_ERROR_AND_RETURN(thread, "new array buffer length smaller than newlen", JSTaggedValue::… in Slice()
/arkcompiler/ets_runtime/ecmascript/
Dlinked_hash_table.h134 // Recalculate the smaller capacity actually needed. in ComputeCapacityWithShrink()
Djs_relative_time_format.cpp450 …// If iterated length is smaller than formattedText.length, means a literal type exists after numb… in FormatToArray()
Djs_number_format.cpp821 …// If iterated length is smaller than formattedText.length, means a literal type exists after numb… in GroupToParts()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinstructions.yaml131 …f either value is NaN, then the result is NaN. Negative zero is strictly smaller than positive zer…
138 …f either value is NaN, then the result is NaN. Negative zero is strictly smaller than positive zer…
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dldarr.16.yaml36 …If element size is smaller then 32 bits, it will be zero or sign extended (depending on bytecode) …
Dldarr.8.yaml36 …If element size is smaller then 32 bits, it will be zero or sign extended (depending on bytecode) …
Dldarru.16.yaml36 …If element size is smaller then 32 bits, it will be zero or sign extended (depending on bytecode) …
Dldarru.8.yaml36 …If element size is smaller then 32 bits, it will be zero or sign extended (depending on bytecode) …
/arkcompiler/runtime_core/runtime/include/
Dclass-inl.h564 // Try to fill alignment gaps with fields that have smaller size from largest to smallests in ComputeClassSize()
/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.cpp665 // smaller than INT<bits>_MAX, fast conversion in DoubleToInt()
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64.cpp71 ASSERT_PRINT(size > i, "i should be smaller than element size"); in Create()
/arkcompiler/ets_frontend/test262/
Des2015_tests.txt2806 built-ins/ArrayBuffer/prototype/slice/species-returns-smaller-arraybuffer.js
4216 built-ins/SharedArrayBuffer/prototype/slice/species-returns-smaller-arraybuffer.js
5672 built-ins/TypedArrayConstructors/from/BigInt/custom-ctor-returns-smaller-instance-throws.js
5697 built-ins/TypedArrayConstructors/from/custom-ctor-returns-smaller-instance-throws.js
5965 built-ins/TypedArrayConstructors/of/BigInt/custom-ctor-returns-smaller-instance-throws.js
5975 built-ins/TypedArrayConstructors/of/custom-ctor-returns-smaller-instance-throws.js

12