Home
last modified time | relevance | path

Searched full:necessary (Results 1 – 25 of 47) sorted by relevance

12

/arkcompiler/runtime_core/docs/
Druntime-debug-api.md17 …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…
Don-stack-replacement.md82 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…
Druntime-compiled_code-interaction.md83 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…
Druntime-class.md3 Panda runtime uses `panda::Class` to store all necessary language independent information about cla…
Daot.md136 - `--panda-files` parameter specifies list of `ark_aot` or `ark` necessary input panda files which …
/arkcompiler/runtime_core/tests/checked/
Difcvt.pa24 # 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/
DPandaCmakeFunctions.cmake41 # because it is necessary for placement of sections above 4GB
56 # It is necessary for 32-bits pointers via amd64 building with Clang compiler
DDefinitions.cmake92 # 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/
Dreference_processor.h59 …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/
Dsource_manager.h54 // Get SourceFile associated with method, creating one if necessary.
/arkcompiler/ets_runtime/ecmascript/
Dcommon.h34 // GC is expected to cover young space and necessary old spaces;
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dconstants.h31 // Update this when it will be strictly necessary to assign more than 255 registers in bytecode opt…
Ddatatype.h160 // This is necessary for arm32 cross compilation in GetIntTypeForReference()
/arkcompiler/runtime_core/runtime/
Dclass_helper.cpp47 // static_cast isn't necessary in most implementations but may be by standard in GetPrimitiveTypeDescriptorChar()
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap-inl.h254 // 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/
Dif_conversion_doc.md65 1. `If` instructions removed from `BB`(the necessary information, such as the CC, is saved)
Dbalance_expressions_doc.md19 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/
Dg1-allocator.h40 // If it is necessary to change this value, it must be done through changes to G1_REGION_SIZE
/arkcompiler/runtime_core/bytecode_optimizer/
Dreg_encoder.h52 * range temps from free registers if necessary, consistently changing all register
Dreg_acc_alloc.cpp109 * Do modifications on the order of inputs if necessary.
/arkcompiler/runtime_core/scripts/
Dinstall-deps-ubuntu33 This script installs all necessary packages for building and testing Panda
/arkcompiler/runtime_core/runtime/mem/gc/
Dgc.h403 * 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/
Dinvokation_helper.h68 // So write additional float if necessary to prevent packing in WriteArgImpl()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dbalance_expressions.cpp40 * the final operator of each chain, analyze the chain and optimize it if necessary.
/arkcompiler/runtime_core/tests/benchmarks/
DCMakeLists.txt244 # This function generates two shell scripts which copy all necessary files

12