Searched full:turn (Results 1 – 25 of 31) sorted by relevance
12
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/containers/ |
| D | README.md | 4 It is, in turn, used to implement TreeSet functionality.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/01.abstract_classes/ |
| D | abstract_subclass.sts | 17 desc: Subclasses of an abstract class can be non-abstract or in turn abstract.
|
| D | abstract_subclass_1.sts | 18 Subclasses of an abstract class can be non-abstract or in turn abstract.
|
| /arkcompiler/ets_frontend/ets2panda/linter/docs/rules/ |
| D | recipe145.md | 9 turn on the following flags: ``noImplicitReturns``, ``strictFunctionTypes``,
|
| /arkcompiler/runtime_core/libabckit/tests/clean_scenarios/ |
| D | README.md | 36 To turn off the debug messages:
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/annotations/ |
| D | decorators.rst | 29 adds meta information that, in turn, instructs the compiler, linker, or other
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | weak_vector_test.cpp | 79 thread->GetEcmaVM()->SetEnableForceGC(false); // turn off gc in HWTEST_F_L0() 106 thread->GetEcmaVM()->SetEnableForceGC(true); // turn on gc in HWTEST_F_L0()
|
| D | tagged_array_test.cpp | 73 ecmaVM->SetEnableForceGC(false); // turn off GC in HWTEST_F_L0() 93 ecmaVM->SetEnableForceGC(true); // turn on GC in HWTEST_F_L0()
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/ |
| D | llvmbackend.yaml | 33 --compiler-inlining which in turn can be overridden by passing this
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | thread_test.cpp | 34 …* turn off gc-thread & compiler-thread here, because we use a lot of ASSERT_DEATH and test can han… in ThreadTest()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_config.h | 29 #define MIR_DEBUG 0 // currently default to none. turn it on explicitly
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | inlining.md | 19 is instance of some class, that, in turn, determines which implementation of the method should be c…
|
| D | ir_builder.md | 25 Resolving these things requires addition actions in the builder, that, in turn, can require additio…
|
| D | reg_alloc_graph_coloring_doc.md | 42 …ller-save register. So if other nodes in bias have intersections, it will turn to multiple spill-f…
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | ir_builder.md | 25 Resolving these things requires addition actions in the builder, that, in turn, can require additio…
|
| D | reg_alloc_graph_coloring_doc.md | 42 …ller-save register. So if other nodes in bias have intersections, it will turn to multiple spill-f…
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | on-stack-replacement.md | 100 we return `true` to the Interpreter. Interpreter, in turn, execute fake `return` instruction to exi…
|
| D | doxygen.config | 722 # The QUIET tag can be used to turn on/off the messages that are generated to 729 # The WARNINGS tag can be used to turn on/off the warning messages that are 733 # Tip: Turn warnings on while writing the documentation. 1017 # Doxygen will invoke htags (and that will in turn invoke gtags), so these 1419 # DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) at top
|
| /arkcompiler/runtime_core/docs/ |
| D | on-stack-replacement.md | 100 we return `true` to the Interpreter. Interpreter, in turn, execute fake `return` instruction to exi…
|
| D | doxygen.config | 722 # The QUIET tag can be used to turn on/off the messages that are generated to 729 # The WARNINGS tag can be used to turn on/off the warning messages that are 733 # Tip: Turn warnings on while writing the documentation. 1017 # Doxygen will invoke htags (and that will in turn invoke gtags), so these 1419 # DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) at top
|
| /arkcompiler/ets_frontend/arkguard/src/configs/preset/ |
| D | es_reserved_properties_optimized.json | 892 "turn",
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/ |
| D | 10_interfaces.rst | 238 - *K* is a superinterface of some interface *J* of which *I* is, in turn,
|
| D | 1_intro.rst | 353 structured objects. In turn, operands can be operators whose preferences
|
| /arkcompiler/toolchain/build/config/compiler/ |
| D | BUILD.gn | 97 # Turn off optimizations.
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_object-inl.h | 398 // Turn fast if only saves 50% space. in ShouldTransToFastElements()
|
12