Searched full:turn (Results 1 – 25 of 32) 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/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/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | regsaves.cpp | 72 regSavesOpt->SetEnabledDebug(false); /* To turn on debug trace */ in PhaseRun()
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/ |
| D | llvmbackend.yaml | 33 --compiler-inlining which in turn can be overridden by passing this
|
| /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/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/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…
|
| /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…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/cookbook/ |
| D | why.rst | 185 function can turn into a performance problem.
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_call_conv.cpp | 33 * This in turn ensures that for rocessors that do support the __m256 type, if the size of in ClassifyAggregate()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/ |
| D | 10_interfaces.rst | 229 - *K* is a superinterface of some interface *J* of which *I* is, in its turn,
|
| D | 9_classes.rst | 177 Subclasses of an abstract class can be non-abstract or in turn abstract. 346 - Class *A* is a subclass of some class *B*, which is in turn a subclass of 430 - Superinterface of *J* which is in turn a direct superinterface of *C*
|
| D | 1_intro.rst | 352 structured objects. In turn, operands can be operators whose preferences
|
| /arkcompiler/toolchain/build/config/compiler/ |
| D | BUILD.gn | 84 # Turn off optimizations.
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_object-inl.h | 375 // Turn fast if only saves 50% space. in ShouldTransToFastElements()
|
12