Home
last modified time | relevance | path

Searched full:necessary (Results 1 – 25 of 168) sorted by relevance

1234567

/arkcompiler/runtime_core/libabckit/src/
Dlogger.h238 // CC-OFFNXT(G.PRE.02) necessary macro
242 // CC-OFFNXT(G.PRE.02) necessary macro
246 // CC-OFFNXT(G.PRE.02) necessary macro
251 // CC-OFFNXT(G.PRE.02) necessary macro
258 // CC-OFFNXT(G.PRE.02) necessary macro
264 // CC-OFFNXT(G.PRE.02) necessary macro
274 // CC-OFFNXT(G.PRE.02) necessary macro
279 // CC-OFFNXT(G.PRE.02) necessary macro
284 // CC-OFFNXT(G.PRE.02) necessary macro
291 // CC-OFFNXT(G.PRE.02) necessary macro
[all …]
/arkcompiler/runtime_core/static_core/docs/
Darkts-debugger-expression-evaluation.md3 To provide expression evaluation functionality for ArkTS language in the debugger, it is necessary
33 This step is necessary, because several evaluations are possible in a single file.
34 It is necessary to distinguish between generated classes when loading them into the Runtime.
Druntime-debug-api.md17 …llers) they are work in the same process. Debugger is loaded as shared library when it's necessary.
23 The loaded agent starts a debug session when necessary (see `Runtime::StartDebugSession()`). When s…
/arkcompiler/runtime_core/static_core/runtime/mem/gc/reference-processor/
Dreference_processor.h60 …erence for future processing and handle it with GC point of view (mark needed fields, if necessary)
65 …ce for future processing and handle it with GC point of view (traverse needed fields, if necessary)
93 /// Enqueue cleared references to corresponding queue, if necessary.
/arkcompiler/runtime_core/docs/
Druntime-debug-api.md17 …llers) they are work in the same process. Debugger is loaded as shared library when it's necessary.
23 The loaded agent starts a debug session when necessary (see `Runtime::StartDebugSession()`). When s…
/arkcompiler/runtime_core/tests/checked/
Difcvt.pa24 # Construction before is necessary for compare the quantity of base blocks after pass "MemoryCoal…
43 # Construction after is necessary for compare the quantity of base blocks after pass "MemoryCoale…
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dcanonicalization.cpp70 static bool SwapInputsIfNecessary(compiler::Inst *inst, const bool necessary) in SwapInputsIfNecessary() argument
72 if (!necessary) { in SwapInputsIfNecessary()
106 // This is necessary for further merging of the constant and the If instrution in the Lowering pass
/arkcompiler/runtime_core/cmake/
DPandaCmakeFunctions.cmake41 # because it is necessary for placement of sections above 4GB
56 # It is necessary for 32-bits pointers via amd64 building with Clang compiler
/arkcompiler/ets_frontend/test/scripts/utils/
Dreadme.md4 * Download the necessary image files for testing
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/12.error_handling/01.errors/
Derror_call.sts18 …s are caused by Virtial Machine or by standard libraries. In case it is necessary to cause an erro…
Derror_call_with_recovery.sts18 …s are caused by Virtial Machine or by standard libraries. In case it is necessary to cause an erro…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/08.statements/14.throw_statements/
Dthrow_neg1.sts18 Throw statements cause an exception to be thrown. It is necessary at the compile time
/arkcompiler/ets_frontend/ets2panda/test/runtime/ets/
Dlambda-class-field.sts18 readonly num: int; // don't remove it, it is necessary to trigger an issue with the lambda
/arkcompiler/runtime_core/static_core/tests/checked/
Difcvt.pa24 # Construction before is necessary for compare the quantity of base blocks after pass "MemoryCoal…
43 # Construction after is necessary for compare the quantity of base blocks after pass "MemoryCoale…
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/json_serialization/
Dserializable.h34 /// Operator() necessary to use std::invoke, for example in json_builder.h::Stringify method.
/arkcompiler/runtime_core/libabckit/tests/
DREADME.md24 api tag is necessary if test-kind=api or test-kind=mock
/arkcompiler/toolchain/websocket/
Dhttp.cpp61 LOGW("Handshake failed: lack of necessary info"); in Decode()
110 LOGW("Handshake failed: lack of necessary info, no status-line found"); in Decode()
/arkcompiler/runtime_core/static_core/cmake/
DDefinitions.cmake107 # Clang 8.0.0 doesn't support all necessary options -ffixed-<reg>. Gcc 7.5.0 freezes
112 # and epilog of such functions and gcc doesn't do it. So it's necessary to inline all
117 # necessary function will be inlined.
456 # LLVM_IRTOC is an internal flag telling if Irtoc compilation is necessary:
462 # PANDA_BUILD_LLVM_BACKEND is an internal flag telling if it is necessary to compile backend
DPandaCmakeFunctions.cmake57 # because it is necessary for placement of sections above 4GB
72 # It is necessary for 32-bits pointers via amd64 building with Clang compiler
/arkcompiler/ets_runtime/ecmascript/
Dcommon_enum.h41 // GC is expected to cover young space and necessary old spaces;
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
DREADME.md14 …construct node we have methods that starts with `Set` or `Add`. For all necessary fields for const…
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Ddebuggable_thread.h108 // Notification that an exception was thrown. Pauses the thread if necessary
118 // Notification that a next step will be performed. Pauses the thread if necessary
/arkcompiler/runtime_core/static_core/tools/sampler/
Doptions.yaml63 …description: In this mode aspt_converter retrieves information from .aspt file about necessary mod…
/arkcompiler/ets_frontend/ets2panda/linter/docs/rules/
Drecipe99.md9 Otherwise, manually "unpack" data from arrays and objects, where necessary.
/arkcompiler/ets_frontend/ets2panda/linter/test/main/
Dgenerators.sts36 // you can put the return type Generator<number>, but it is ot necessary as ts will infer

1234567