Home
last modified time | relevance | path

Searched full:least (Results 1 – 25 of 54) sorted by relevance

123

/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-class-definiton6-expected.txt1 SyntaxError: A get accessor must be at least as accessible as the setter [test-class-definiton6.ts:…
Dtest-class-definiton16-expected.txt1 SyntaxError: A get accessor must be at least as accessible as the setter [test-class-definiton16.ts…
Dtest-class-definiton15-expected.txt1 SyntaxError: A get accessor must be at least as accessible as the setter [test-class-definiton15.ts…
/arkcompiler/runtime_core/runtime/mem/refstorage/
Dreference_storage.h68 …* 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/
DREADME.md3 …ection of reg supertypes during context merge, instead of (more complex) set of least upper bounds.
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dlinear_order.cpp156 // 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
Dlinear_order.h66 // similar to DFS but move least frequent branch to the end
/arkcompiler/runtime_core/isa/
Dasserts.rb127 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/
DfunctionCall_5-expected.txt231 TypeError: Expected at least 2 arguments, but got 0. [functionCall_5.ts:21:1]
DfunctionCall_15-expected.txt438 TypeError: Expected at least 1 arguments, but got 0. [functionCall_15.ts:18:1]
/arkcompiler/runtime_core/runtime/mem/gc/
Dgc_adaptive_stack.h73 * \brief Check that destination or source stack has at least one object.
/arkcompiler/ets_frontend/es2panda/ir/
Dirnode.h42 // the least significant bit indicates vreg
/arkcompiler/runtime_core/runtime/include/coretypes/
Dtagged_value.h165 "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/
Dthread_manager.cpp94 // 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()
Dhandle_storage-inl.h57 // reserve at least one block for perf. in FreeHandles()
/arkcompiler/runtime_core/verification/util/
Dsaturated_enum.h30 2. initial value is least significant one.
/arkcompiler/ets_runtime/ecmascript/js_vm/
Dmain.cpp62 if (argc < 2) { // 2: at least have two arguments in Main()
/arkcompiler/runtime_core/tests/cts-coverage-tool/bin/
Dspectrac.rb46 opts.on('-s', '--spec FILE1,FILE2,FILE3', Array, 'ISA spec file(s) (at least one required)')
/arkcompiler/runtime_core/scripts/
Dinstall-deps-qemu36 (at least under Ubuntu 18.04).
/arkcompiler/runtime_core/libpandabase/mem/
Dmem_pool.h103 * Allocates pool with at least size bytes
/arkcompiler/ets_runtime/ecmascript/base/
Dbit_helper.h130 /// sequence of ones starting at the least significant bit with the remainder
/arkcompiler/ets_runtime/ecmascript/compiler/
Daot_compiler.cpp58 if (argc < 2) { // 2: at least have two arguments in Main()
/arkcompiler/runtime_core/runtime/bridge/arch/x86/
Dcompiled_code_to_interpreter_bridge_x86.S103 andl $0xFFFFFFF0, %SHORTY_REG // clear the the least significant 4 bits
/arkcompiler/ets_runtime/ecmascript/quick_fix/
Dmain.cpp65 if (argc < 2) { // 2: at least have two arguments in Main()
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value.h47 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