Searched full:well (Results 1 – 25 of 28) sorted by relevance
12
| /arkcompiler/runtime_core/tests/checked/ |
| D | basics_aot.pa | 17 # The file would be AOT compiled as well.
|
| D | inline_external.pa | 17 # The file would be AOT compiled as well.
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | ir_builder.md | 18 - some instructions don't specify its type, f.e. `mov` instruction may produce int32 as well as flo… 20 - constant hasn't type as well and if one constant is used in integer and float operations, it must…
|
| D | aot_cha.md | 68 …r entries of --boot-panda-files that will be used during execution should have been passed as well.
|
| /arkcompiler/toolchain/tooling/test/ |
| D | pt_base64_test.cpp | 60 std::string dec = "If you can see this message, it means that PtBase64Decode works well"; in HWTEST_F_L0()
|
| /arkcompiler/runtime_core/ |
| D | .clang-tidy | 14 # Note well! The list of global exceptions is maintained in cmake/ClangTidy.cmake
|
| /arkcompiler/runtime_core/runtime/mem/ |
| D | mem_stats.h | 38 …* raw memory for VM needs as well. This class uses CRTP for storing additional information in DEBU…
|
| /arkcompiler/toolchain/build/toolchain/ |
| D | toolchain.gni | 25 # environment when `gclient runhooks` is run as well.
|
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ |
| D | bounds_analysis.h | 31 * It is used for REFERENCE type as well but only for reasoning whether a
|
| D | alias_analysis.cpp | 27 * variables as well. 60 * need to perform static cycle elimination on the constraint graph, as well as
|
| /arkcompiler/runtime_core/scripts/ |
| D | install-deps-qemu | 35 2) Versions prior to $QEMU_VERSION do not play well with gdb-multiarch
|
| /arkcompiler/runtime_core/docs/ |
| D | glossary.md | 62 * **Safepoint** is a range of execution where the state of the executing thread is well described.
|
| D | rationale-for-bytecode.md | 32 (debugger, profilers, etc.) is also unified, as well as the ecosystem for managing libraries,
|
| D | ir_format.md | 104 To be able to integrate into existing compilers, as well as to compare efficiency, to need the abil…
|
| /arkcompiler/runtime_core/isa/ |
| D | asserts.rb | 121 assert('Instruction::float? should play well with operand types') do
|
| D | isa.yaml | 61 …egral values are not inherently signed or unsigned, signedness is interpreted by bytecodes as well.
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
| D | code_sink.cpp | 51 * - Function calls (they may have side effects and/or throw exceptions as well)
|
| /arkcompiler/ets_frontend/ts2panda/src/ |
| D | ecmaModule.ts | 198 // check module is well-formed and report errors if not
|
| /arkcompiler/runtime_core/verification/verifier/ |
| D | verifier.cpp | 316 // hardware_concurrency can return 0 if the value is not computable or well defined in Main()
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_locale_test.cpp | 650 * @tc.desc: Call "IsWellCalendar" function judge whether the calendar is well from locale. 666 * @tc.desc: Call "IsWellCollation" function judge whether the collation is well from locale. 683 * @tc.desc: Call "IsWellNumberingSystem" function judge whether the script is well.
|
| /arkcompiler/runtime_core/runtime/ |
| D | exceptions.cpp | 321 // NATIVE frames can handle exceptions as well in FindCatchBlockInCallStack()
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | reg_encoder.cpp | 173 // wrapping around on overflows with well-defined behavour. in RenumberRegs()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_relative_time_format.cpp | 59 …// Check whether numberingSystem is well formed and set to %RelativeTimeFormat%.[[numberingSystem]] in InitializeRelativeTimeFormat()
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | pandargs_test.cpp | 849 /* Should work well with no sub arguments */
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | instructions.yaml | 687 description: Add an immediate to a value, the value may be a pointer as well
|
12