Home
last modified time | relevance | path

Searched full:see (Results 1 – 25 of 8060) sorted by relevance

12345678910>>...323

/arkcompiler/runtime_core/docs/
Dglossary.md15 See https://en.wikipedia.org/wiki/Ahead-of-time_compilation.
16 * **Bytecode**. See **Panda Bytecode**.
21 See https://en.wikipedia.org/wiki/Intermediate_representation.
22 * **ISA** stands for **Instruction Set Architecture**. See **Panda Bytecode** and
28 See https://en.wikipedia.org/wiki/Just-in-time_compilation.
33 See [Assembly Format](assembly_format.md).
35 See [File Format](file_format.md).
37 compactness and efficient execution by Panda Runtime. See https://en.wikipedia.org/wiki/Bytecode.
61 Sometimes it is triggered by Minor GC, so it is impossible to separate them(see Full GC).
Ddoxygen.config23 # built into libc) for the transcoding. See http://www.gnu.org/software/libiconv
298 # documentation. See http://daringfireball.net/projects/markdown/ for details.
339 # Set the SIP_SUPPORT tag to YES if your project consists of sip (see:
691 # version. For an example see the documentation.
711 # to be installed. See also http://en.wikipedia.org/wiki/BibTeX for more info.
714 # search path. See also \cite for info how to create references.
790 # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
797 # libiconv (or the iconv built into libc) for the transcoding. See the libiconv
798 # documentation (see: http://www.gnu.org/software/libiconv) for the list of
868 # that contain example code fragments that are included (see the \include
[all …]
Druntime-debug-api.md21 …ich usually represents a debugger shared library. It is created by the VM (see `PandaVM::LoadDebug…
23 The loaded agent starts a debug session when necessary (see `Runtime::StartDebugSession()`). When s…
/arkcompiler/runtime_core/docs/diagrams/
Dreference-processor.puactivity11 ' See the License for the specific language governing permissions and
22 :Mark soft references(see Marking phase);
25 :ClearFinalizeReferences(see FinalizerDaemon);
/arkcompiler/ets_runtime/
DREADME.md7 For more information, see [ArkCompiler JS Runtime](https://gitee.com/openharmony/docs/blob/master/e…
56 See [NAPI](https://gitee.com/openharmony/ace_napi/blob/master/README.md).
60 For details about how to generate JS bytecodes, see [Using the Toolchain](docs/using-the-toolchain.…
68 For more information, see [ARK Runtime Usage Guide](https://gitee.com/openharmony/arkcompiler_ets_r…
/arkcompiler/runtime_core/libpandabase/mem/ringbuf/
Dlock_free_ring_buffer.h12 * See the License for the specific language governing permissions and
39 // Atomic with release order reason: threads should see correct initialization in LockFreeBuffer()
41 // Atomic with release order reason: threads should see correct initialization in LockFreeBuffer()
57 // Atomic with release order reason: to allow pop to see the latest value in TryPush()
95 // Atomic with release order reason: let others threads to see the latest value in TryPop()
/arkcompiler/toolchain/build/toolchain/
Dclang_static_analyzer.gni11 # See the License for the specific language governing permissions and
15 # See docs/clang_static_analyzer.md for more information.
/arkcompiler/runtime_core/runtime/tooling/inspector/
DCMakeLists.txt11 # See the License for the specific language governing permissions and
59 -bugprone-exception-escape # See #8186
97 -bugprone-exception-escape # See #8186
/arkcompiler/runtime_core/
DREADME.md21 For more information, see: [ARK Runtime Subsystem](https://gitee.com/openharmony/docs/blob/master/e…
26 …to a bytecode file in binary format (*.abc). For details about the format, see docs/assembly_forma…
29 …luding IR(intermediate representation) and passes for bytecode optimization. See docs/ir_format.md.
51 └── verification # Bytecode verifier. See docs/bc_verification.
126 For more information, please see: [ARK Runtime Usage Guide](https://gitee.com/openharmony/arkcompil…
/arkcompiler/runtime_core/runtime/bridge/arch/aarch64/
Dhandle_call_v4_v4_id16_aarch64.S12 * See the License for the specific language governing permissions and
17 // regs contain the following follow (see runtime/bridge/arch/aarch64/interpreter_to_compiled_code_…
Dhandle_initobj_v4_v4_id16_aarch64.S12 * See the License for the specific language governing permissions and
17 // regs contain the following follow (see runtime/bridge/arch/aarch64/interpreter_to_compiled_code_…
Dhandle_call_v4_imm4_id16_aarch64.S12 * See the License for the specific language governing permissions and
17 // regs contain the following follow (see runtime/bridge/arch/aarch64/interpreter_to_compiled_code_…
Dhandle_call_v4_v4_v4_imm4_id16_aarch64.S12 * See the License for the specific language governing permissions and
17 // regs contain the following follow (see runtime/bridge/arch/aarch64/interpreter_to_compiled_code_…
/arkcompiler/runtime_core/runtime/bridge/arch/arm/
Dhandle_call_v4_v4_v4_imm4_id16_arm.S12 * See the License for the specific language governing permissions and
17 …// regs contain the following (see runtime/bridge/arch/arm/interpreter_to_compiled_code_bridge_arm…
Dhandle_call_v4_imm4_id16_arm.S12 * See the License for the specific language governing permissions and
17 …// regs contain the following (see runtime/bridge/arch/arm/interpreter_to_compiled_code_bridge_arm…
Dhandle_call_v4_imm4_id16_armhf.S12 * See the License for the specific language governing permissions and
17 …// regs contain the following (see runtime/bridge/arch/arm/interpreter_to_compiled_code_bridge_arm…
Dhandle_call_v4_v4_v4_imm4_id16_armhf.S12 * See the License for the specific language governing permissions and
17 …// regs contain the following (see runtime/bridge/arch/arm/interpreter_to_compiled_code_bridge_arm…
/arkcompiler/runtime_core/runtime/
Dcompiler_queue_aged_counter_priority.h12 * See the License for the specific language governing permissions and
24 /** The aged counter priority queue works mostly as counter priority queue (see description),
/arkcompiler/runtime_core/runtime/mem/gc/gen-gc/
Dgen-gc.h12 * See the License for the specific language governing permissions and
135 * @see CollectVerificationInfo
136 * @see UpdateRefsToMovedObjects
/arkcompiler/toolchain/tooling/test/
Dpt_base64_test.cpp12 * See the License for the specific language governing permissions and
60 std::string dec = "If you can see this message, it means that PtBase64Decode works well"; in HWTEST_F_L0()
/arkcompiler/ets_runtime/test/moduletest/calltype/
Dcalltype.js12 * See the License for the specific language governing permissions and
27 * See the License for the specific language governing permissions and
/arkcompiler/runtime_core/runtime/include/
Dgc_task.h12 * See the License for the specific language governing permissions and
48 * @see GCTask::UpdateGCCollectionType
/arkcompiler/toolchain/build/config/sanitizers/
Dsanitizers.gni11 # See the License for the specific language governing permissions and
65 # See http://clang.llvm.org/docs/ControlFlowIntegrity.html
84 # See http://www.chromium.org/developers/testing/libfuzzer
95 # See http://www.chromium.org/developers/testing/dr-fuzz
/arkcompiler/runtime_core/bytecode_optimizer/tests/benchmark/
Drun_benchmark.py13 # See the License for the specific language governing permissions and
34 … help="Comma separated list of compiler options for C2P (see '%s --help' for details"
37 … help="Input file containing compiler options for C2P (see '%s --help' for details"
/arkcompiler/ets_runtime/test/fuzztest/uint16arrayrefnew_fuzzer/corpus/
Dinit11 # See the License for the specific language governing permissions and

12345678910>>...323