Searched full:details (Results 1 – 25 of 41) sorted by relevance
12
| /arkcompiler/runtime_core/docs/ |
| D | deoptimization.md | 18 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)
|
| D | aot.md | 44 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.
|
| D | runtime-compiled_code-interaction.md | 390 Details in [deoptimization documentation](deoptimization.md) 407 Details of stack travesing are described in [Stack traversing](#stack_traversing)
|
| D | doxygen.config | 298 # 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/ |
| D | pass_manager.h | 42 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()
|
| D | pass_manager.cpp | 50 … ANALYSES(details::PredefinedAnalyses::Instantiate<Analysis *>(graph_->GetAllocator(), graph_)), in PassManager()
|
| /arkcompiler/runtime_core/isa/ |
| D | README | 21 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/ |
| D | pgo_profiler_info.cpp | 405 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/ |
| D | CMakeLists.txt | 20 # to absolute. Run "cmake --help-policy CMP0076" for policy details.
|
| /arkcompiler/runtime_core/bytecode_optimizer/tests/benchmark/ |
| D | README.md | 25 --help' for details 28 --help' for details
|
| D | run_benchmark.py | 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/docs/ |
| D | environment-setup-and-compilation.md | 5 Use Ubuntu 18.04 or 20.04. For details about how to set up the environment, see:
|
| /arkcompiler/runtime_core/bytecode_optimizer/tools/ |
| D | optimizer_coverage.sh | 44 …OT/bytecode_optimizer/tests --object-directory=$PANDA_BINARY_ROOT --html-details --html -o report.…
|
| /arkcompiler/runtime_core/docs/bc_verification/ |
| D | type_system.md | 15 For type_system description technical details can be ommited and Sorts will be understood in this
|
| /arkcompiler/ets_runtime/ |
| D | README.md | 60 For details about how to generate JS bytecodes, see [Using the Toolchain](docs/using-the-toolchain.…
|
| /arkcompiler/ets_frontend/test262/ |
| D | README.md | 126 run `npm fund` for details 132 run `npm fund` for details
|
| /arkcompiler/runtime_core/runtime/interpreter/ |
| D | vregister.h | 38 // 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/ |
| D | reg_encoder.h | 38 * The size of the frame is fixed (see register allocator for details).
|
| /arkcompiler/runtime_core/ |
| D | README.md | 26 …in text format (*.pa) into a bytecode file in binary format (*.abc). For details about the format,…
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | codegen_doc.md | 9 ## Implementation details
|
| /arkcompiler/runtime_core/verification/ |
| D | messages.yaml | 547 args: method_name, jump_target_offset, jump_instruction_offset, details 553 Details: '${msg}'.
|
| /arkcompiler/runtime_core/runtime/mem/gc/ |
| D | gc_barrier_set.h | 89 … * Get barrier operand (literal, function pointer, address etc. See enum BarrierType for details.
|
| /arkcompiler/runtime_core/runtime/ |
| D | runtime.yaml | 31 # space is loaded. See --load-runtimes for more details.
|
| /arkcompiler/toolchain/build/toolchain/ |
| D | gcc_toolchain.gni | 443 # See //build/toolchain/toolchain.gni for details.
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | call.virt.short.negative.yaml | 45 … Result (if any) is returned in accumulator (see 'Calling sequence' chapter for more details).
|
12