Searched full:least (Results 1 – 25 of 54) sorted by relevance
123
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test-class-definiton6-expected.txt | 1 SyntaxError: A get accessor must be at least as accessible as the setter [test-class-definiton6.ts:…
|
| D | test-class-definiton16-expected.txt | 1 SyntaxError: A get accessor must be at least as accessible as the setter [test-class-definiton16.ts…
|
| D | test-class-definiton15-expected.txt | 1 SyntaxError: A get accessor must be at least as accessible as the setter [test-class-definiton15.ts…
|
| /arkcompiler/runtime_core/runtime/mem/refstorage/ |
| D | reference_storage.h | 68 …* Creates a new frame with at least given number of local references which can be created in this … 85 * Ensure that capacity in current frame can contain at least `size` references. 87 * @return true if current frame can store at least `size` references, false otherwise.
|
| /arkcompiler/runtime_core/verification/models/ |
| D | README.md | 3 …ection of reg supertypes during context merge, instead of (more complex) set of least upper bounds.
|
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ |
| D | linear_order.cpp | 156 // Similar to DFS but move least frequent branch to the end. 157 // First time method is called with defer_least_frequent=true template param which moves least like… 158 … most likely successors are processed call method with defer_least_frequent=false and process least
|
| D | linear_order.h | 66 // similar to DFS but move least frequent branch to the end
|
| /arkcompiler/runtime_core/isa/ |
| D | asserts.rb | 127 assert('Conditionals should be jumps') do # At least currently 141 assert('Jumps differ from other control-flow') do # At least currently
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/ |
| D | functionCall_5-expected.txt | 231 TypeError: Expected at least 2 arguments, but got 0. [functionCall_5.ts:21:1]
|
| D | functionCall_15-expected.txt | 438 TypeError: Expected at least 1 arguments, but got 0. [functionCall_15.ts:18:1]
|
| /arkcompiler/runtime_core/runtime/mem/gc/ |
| D | gc_adaptive_stack.h | 73 * \brief Check that destination or source stack has at least one object.
|
| /arkcompiler/ets_frontend/es2panda/ir/ |
| D | irnode.h | 42 // the least significant bit indicates vreg
|
| /arkcompiler/runtime_core/runtime/include/coretypes/ |
| D | tagged_value.h | 165 "The least significant two bits of TaggedValue are not zero."); in CreateWeakRef() 178 "The least significant two bits of TaggedValue are not zero."); in CreateAndGetWeakRef()
|
| /arkcompiler/runtime_core/runtime/ |
| D | thread_manager.cpp | 94 // We have at least one non-blocked thread - deadlock is impossible in DeregisterSuspendedThreads() 109 // Sanity check, we should get at least current thread in that list. in DeregisterSuspendedThreads()
|
| D | handle_storage-inl.h | 57 // reserve at least one block for perf. in FreeHandles()
|
| /arkcompiler/runtime_core/verification/util/ |
| D | saturated_enum.h | 30 2. initial value is least significant one.
|
| /arkcompiler/ets_runtime/ecmascript/js_vm/ |
| D | main.cpp | 62 if (argc < 2) { // 2: at least have two arguments in Main()
|
| /arkcompiler/runtime_core/tests/cts-coverage-tool/bin/ |
| D | spectrac.rb | 46 opts.on('-s', '--spec FILE1,FILE2,FILE3', Array, 'ISA spec file(s) (at least one required)')
|
| /arkcompiler/runtime_core/scripts/ |
| D | install-deps-qemu | 36 (at least under Ubuntu 18.04).
|
| /arkcompiler/runtime_core/libpandabase/mem/ |
| D | mem_pool.h | 103 * Allocates pool with at least size bytes
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | bit_helper.h | 130 /// sequence of ones starting at the least significant bit with the remainder
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | aot_compiler.cpp | 58 if (argc < 2) { // 2: at least have two arguments in Main()
|
| /arkcompiler/runtime_core/runtime/bridge/arch/x86/ |
| D | compiled_code_to_interpreter_bridge_x86.S | 103 andl $0xFFFFFFF0, %SHORTY_REG // clear the the least significant 4 bits
|
| /arkcompiler/ets_runtime/ecmascript/quick_fix/ |
| D | main.cpp | 65 if (argc < 2) { // 2: at least have two arguments in Main()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_tagged_value.h | 47 UNDEFINED // at least one of x or y was undefined or NaN 186 "The least significant two bits of JSTaggedValue are not zero."); in CreateWeakRef() 199 "The least significant two bits of JSTaggedValue are not zero."); in CreateAndGetWeakRef()
|
123