Home
last modified time | relevance | path

Searched full:longer (Results 1 – 25 of 43) sorted by relevance

12

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/06.identifiers/
Didentifiers.sts25 {% if s != '$' or c != '$' %} // Exclude $$, identifier starting with $$ is no longer valid
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/
DREADME.md65 Don't use vertical spaces longer than two lines in declarations and longer than one line in code. D…
/arkcompiler/ets_runtime/ecmascript/tests/
Decma_string_equals_test.cpp70 // Test case 7: UTF-8 longer than UTF-16 in HWTEST_F_L0()
85 // Test case 10: Longer UTF-8 sequence matching shorter UTF-16 in HWTEST_F_L0()
Djs_finalization_registry_test.cpp68 …* when the finalizer is no longer needed. The held value, which is used to represent tha…
/arkcompiler/runtime_core/static_core/plugins/ets/doc/annotations/
Danno2.txt38 deprecated, and must not be used any longer:
/arkcompiler/runtime_core/static_core/plugins/ets/doc/
Dvalidate-recipes99 foreach my $longer (keys %shorter_names) {
100 if ($short_name =~ /$longer/) {
101 die "Instead of $longer, use $shorter_names{$longer}";
392 die 'Content line is longer than 80 characters'
/arkcompiler/runtime_core/docs/
Drationale-for-bytecode.md110 With this approach, we are no longer required to encode destination register, it is "hardcoded" to
121 longer than accumulator value (otherwise calls will be accompanied with moves from and to
/arkcompiler/runtime_core/static_core/docs/
Drationale-for-bytecode.md110 With this approach, we are no longer required to encode destination register, it is "hardcoded" to
121 longer than accumulator value (otherwise calls will be accompanied with moves from and to
/arkcompiler/runtime_core/assembler/
DBUILD.gn151 # ark_asm_static is a legcay component for ts2abc and is no longer valid
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Danalysis.h57 // This function bypass all blocks and delete 'SaveStateOSR' if the block is no longer the header o…
/arkcompiler/runtime_core/static_core/compiler/docs/
Dinlining.md81 …rds check. When method execution reaches this guard, it reads flag and see that method is no longer
Dplt.md11 `BoundaryFrame` for stack walker, it's code is much longer than few runtime-call-related instructio…
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/
DFunctions.sts212 * @deprecated This feature is no longer recommended. Though some
318 * @deprecated This feature is no longer recommended. Though some
/arkcompiler/ets_runtime/ecmascript/
Decma_string-inl.h404 // second string is longer. So recurse over first. in WriteToFlat()
415 // first string is longer. So recurse over second. in WriteToFlat()
Dproperty_attributes.h57 MUTABLE, // Cell will no longer be tracked as constant.
Djs_collator.cpp657 // 3. Is two strings are L1 equal in common length, the longer wins.
688 // Strings of different lengths may still compare as equal if the longer in TryFastCompareStrings()
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dmonitor.yaml84 … monitor count turns out to be zero after than, then thread exits monitor and monitor is not longer
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/futex/
Dmutex.cpp37 // Spin for small arguments and yield for longer ones.
/arkcompiler/runtime_core/static_core/runtime/
Dmonitor.cpp96 // no longer taken), we restart lightlock acquisition policy again. in InflateThinLock()
100 // succeeed on longer blocks which should have safepoints and suspend successfully with in InflateThinLock()
617 // Deadlock is no longer possible with the given thread. in Acquire()
/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
Dfmutex.cpp104 // Spin for small arguments and yield for longer ones.
Dmutex.cpp37 // Spin for small arguments and yield for longer ones.
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/
Dtask_scheduler.h182 /// @brief This method indicates that workers can no longer wait for new tasks and be completed.
/arkcompiler/runtime_core/compiler/docs/
Dplt.md11 `BoundaryFrame` for stack walker, it's code is much longer than few runtime-call-related instructio…
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlicm_conditions.cpp230 … << "Skip chain with first block #" << chainFirstBlock->GetId() << ", longer chain was processed"; in HoistConditionChains()
/arkcompiler/ets_frontend/test262/
Deshost.patch97 // The test record in "code" is no longer needed and

12