Searched full:necessary (Results 1 – 25 of 47) sorted by relevance
12
| /arkcompiler/runtime_core/docs/ |
| D | runtime-debug-api.md | 17 …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…
|
| D | on-stack-replacement.md | 82 which is necessary to generate an OSR entry code. 88 The first point is necessary because the Panda compiler can place some constants in the cpu registe…
|
| D | runtime-compiled_code-interaction.md | 83 A stack frame contains data necessary to execute the function the frame belongs to. 133 - data - arbitraty data necessary for function execution. May be omited. 148 prepare arguments in the registers and the stack (if necessary) and jump to callee's entrypoint. 229 `InterpreterToCompiledCodeBridge`'s boundary stack frame is necessary to link the interpreter's fra… 262 `CompiledCodeToInterpreterBridge`'s boundary stack frame is necessary to link the compiled code's f…
|
| D | runtime-class.md | 3 Panda runtime uses `panda::Class` to store all necessary language independent information about cla…
|
| D | aot.md | 136 - `--panda-files` parameter specifies list of `ark_aot` or `ark` necessary input panda files which …
|
| D | design-of-interpreter.md | 125 1. Interpreter does not depend on C++ standard library. All necessary classes, containers, etc.
|
| /arkcompiler/runtime_core/tests/checked/ |
| D | ifcvt.pa | 24 # 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/cmake/ |
| D | PandaCmakeFunctions.cmake | 41 # because it is necessary for placement of sections above 4GB 56 # It is necessary for 32-bits pointers via amd64 building with Clang compiler
|
| D | Definitions.cmake | 92 # Clang 8.0.0 doesn't support all necessary options -ffixed-<reg>. Gcc 7.5.0 freezes 97 # and epilog of such functions and gcc doesn't do it. So it's necessary to inline all 102 # necessary function will be inlined.
|
| /arkcompiler/runtime_core/runtime/mem/gc/reference-processor/ |
| D | reference_processor.h | 59 …erence for future processing and handle it with GC point of view (mark needed fields, if necessary) 80 * Enqueue cleared references to corresponding queue, if necessary.
|
| /arkcompiler/runtime_core/runtime/tooling/inspector/ |
| D | source_manager.h | 54 // Get SourceFile associated with method, creating one if necessary.
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | common.h | 34 // GC is expected to cover young space and necessary old spaces;
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | constants.h | 31 // Update this when it will be strictly necessary to assign more than 255 registers in bytecode opt…
|
| D | datatype.h | 160 // This is necessary for arm32 cross compilation in GetIntTypeForReference()
|
| /arkcompiler/runtime_core/runtime/ |
| D | class_helper.cpp | 47 // static_cast isn't necessary in most implementations but may be by standard in GetPrimitiveTypeDescriptorChar()
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | heap-inl.h | 254 // Check whether it is necessary to trigger Old GC before expanding to avoid OOM risk. in AllocateHugeObject() 277 // Check whether it is necessary to trigger Old GC before expanding to avoid OOM risk. in AllocateHugeObject()
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | if_conversion_doc.md | 65 1. `If` instructions removed from `BB`(the necessary information, such as the CC, is saved)
|
| D | balance_expressions_doc.md | 19 If such instruction is found, it is the last one in an expression and it is necessary to determine …
|
| /arkcompiler/runtime_core/runtime/mem/gc/g1/ |
| D | g1-allocator.h | 40 // If it is necessary to change this value, it must be done through changes to G1_REGION_SIZE
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | reg_encoder.h | 52 * range temps from free registers if necessary, consistently changing all register
|
| D | reg_acc_alloc.cpp | 109 * Do modifications on the order of inputs if necessary.
|
| /arkcompiler/runtime_core/scripts/ |
| D | install-deps-ubuntu | 33 This script installs all necessary packages for building and testing Panda
|
| /arkcompiler/runtime_core/runtime/mem/gc/ |
| D | gc.h | 403 * Note: for some GCs it is not necessary set GC bit to 1. 411 * Note: for some GCs it is not necessary set GC bit to 1.
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | invokation_helper.h | 68 // So write additional float if necessary to prevent packing in WriteArgImpl()
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
| D | balance_expressions.cpp | 40 * the final operator of each chain, analyze the chain and optimize it if necessary.
|
12