Home
last modified time | relevance | path

Searched full:details (Results 1 – 25 of 41) sorted by relevance

12

/arkcompiler/runtime_core/docs/
Ddeoptimization.md18 Details in [codegen.cpp](../compiler/optimizer/code_generator/codegen.cpp), function EncodeVisitor:…
28 Details in [slow_path.cpp](../compiler/optimizer/code_generator/slow_path.cpp) case RuntimeInterfac…
74 Details in [deoptimization.cpp](../runtime/deoptimization.cpp)
80 Details in [deoptimization_aarch64.S](../runtime/bridge/arch/aarch64/deoptimization_aarch64.S), [de…
86 Details in [deoptimization_aarch64.S](../runtime/bridge/arch/aarch64/deoptimization_aarch64.S), [de…
131 Details in [bridge.cpp](runtime/bridge/bridge.cpp)
Daot.md44 More details about AOT headers you can find in `<src>/compiler/aot/aot_headers.h`.
109 Refer to [doc](../compiler/docs/aot_resolve_string.md) for details.
Druntime-compiled_code-interaction.md390 Details in [deoptimization documentation](deoptimization.md)
407 Details of stack travesing are described in [Stack traversing](#stack_traversing)
Ddoxygen.config298 # documentation. See http://daringfireball.net/projects/markdown/ for details.
1276 # (see: http://www.microsoft.com/en-us/download/details.aspx?id=21138) on
1502 # http://docs.mathjax.org/en/latest/output.html) for more details.
1532 # (see: http://docs.mathjax.org/en/latest/output.html) for more details. For an
1565 # "External Indexing and Searching" for details.
1581 # See the section "External Indexing and Searching" for details.
1593 # Searching" for details.
/arkcompiler/runtime_core/compiler/optimizer/
Dpass_manager.h42 namespace details {
80 } // namespace details
97 if constexpr (details::PredefinedAnalyses::HasType<T>()) { in RunPass()
99 res = RunPass(ANALYSES[details::PredefinedAnalyses::ID<T>], local_mem_size_before); in RunPass()
118 return *static_cast<T *>(ANALYSES[details::PredefinedAnalyses::ID<T>]); in GetAnalysis()
Dpass_manager.cpp50 … ANALYSES(details::PredefinedAnalyses::Instantiate<Analysis *>(graph_->GetAllocator(), graph_)), in PassManager()
/arkcompiler/runtime_core/isa/
DREADME21 Please refer to the file itself for more details.
23 Driver for template generation. Run './gen.rb --help' for more details.
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.cpp405 std::string details; in ParseFromText() local
406 while (std::getline(stream, details)) { in ParseFromText()
407 if (details.empty()) { in ParseFromText()
410 size_t blockIndex = details.find(BLOCK_AND_ARRAY_START); in ParseFromText()
414 CString recordName = ConvertToString(details.substr(0, blockIndex)); in ParseFromText()
416 size_t start = details.find_first_of(ARRAY_START); in ParseFromText()
417 size_t end = details.find_last_of(ARRAY_END); in ParseFromText()
421 auto content = details.substr(start + 1, end - (start + 1) - 1); in ParseFromText()
/arkcompiler/runtime_core/runtime/scheduler/
DCMakeLists.txt20 # to absolute. Run "cmake --help-policy CMP0076" for policy details.
/arkcompiler/runtime_core/bytecode_optimizer/tests/benchmark/
DREADME.md25 --help' for details
28 --help' for details
Drun_benchmark.py34 … 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/docs/
Denvironment-setup-and-compilation.md5 Use Ubuntu 18.04 or 20.04. For details about how to set up the environment, see:
/arkcompiler/runtime_core/bytecode_optimizer/tools/
Doptimizer_coverage.sh44 …OT/bytecode_optimizer/tests --object-directory=$PANDA_BINARY_ROOT --html-details --html -o report.…
/arkcompiler/runtime_core/docs/bc_verification/
Dtype_system.md15 For type_system description technical details can be ommited and Sorts will be understood in this
/arkcompiler/ets_runtime/
DREADME.md60 For details about how to generate JS bytecodes, see [Using the Toolchain](docs/using-the-toolchain.…
/arkcompiler/ets_frontend/test262/
DREADME.md126 run `npm fund` for details
132 run `npm fund` for details
/arkcompiler/runtime_core/runtime/interpreter/
Dvregister.h38 // details | unused | @000: default | @011: INT | @0: value is a |
194 // More details please refer to the comment in `Frame.h`.
/arkcompiler/runtime_core/bytecode_optimizer/
Dreg_encoder.h38 * The size of the frame is fixed (see register allocator for details).
/arkcompiler/runtime_core/
DREADME.md26 …in text format (*.pa) into a bytecode file in binary format (*.abc). For details about the format,…
/arkcompiler/runtime_core/compiler/docs/
Dcodegen_doc.md9 ## Implementation details
/arkcompiler/runtime_core/verification/
Dmessages.yaml547 args: method_name, jump_target_offset, jump_instruction_offset, details
553 Details: '${msg}'.
/arkcompiler/runtime_core/runtime/mem/gc/
Dgc_barrier_set.h89 … * Get barrier operand (literal, function pointer, address etc. See enum BarrierType for details.
/arkcompiler/runtime_core/runtime/
Druntime.yaml31 # space is loaded. See --load-runtimes for more details.
/arkcompiler/toolchain/build/toolchain/
Dgcc_toolchain.gni443 # See //build/toolchain/toolchain.gni for details.
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dcall.virt.short.negative.yaml45 … Result (if any) is returned in accumulator (see 'Calling sequence' chapter for more details).

12