Home
last modified time | relevance | path

Searched full:about (Results 1 – 25 of 88) sorted by relevance

1234

/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Dencoder.md12about registers, which are used in the target architecture: amount of available registers, theirs …
83 Class **TypeInfo** contains information about supported types: BOOL, INT8, INT16, INT32, INT64, FLO…
84 You can get next information about type: size, scalar or vector.
94 You can get next information about register: type, id, size, scalar or vector.
105 You can get next information about immediate: type, value, size.
Dcallconv.h145 * CallConv - just holds information about calling convention in current architecture.
247 // Calculating information about parameters and save regs_offset registers for special needs
/arkcompiler/runtime_core/compiler/docs/
Dreg_alloc_graph_coloring_doc.md26 …ith call-site. They will be split later, to let algorithm make a decision about caller/callee regi…
38 …ble, and gives an ability to make decision on coloring having information about neighbors and spec…
49 …ot colored yet ones. Additionally based on bias-array it is made decision about offset for search …
61 Meantime information about call-site convention-registers is not passed to allocator. When it is av…
Dmemory_coalescing_doc.md70 …2) If we can't determine anything about index variable, we add this instruction as a candidate and…
72 …tion **or** both refer to different objects **or** we have no information about candidate index, m…
113 // If we don't know anything about index, do nothing
128 // We need to have info about candidate's index and array objects must alias each other
Daot_resolve_string.md50 slots in order to scan and update them. As an optimization `AotManager` stores information about wh…
/arkcompiler/runtime_core/docs/
Dir_format.md7 * Compiler overhead about 100000 native instructions per a bytecode instruction(standard for JIT co…
100 The goal is overhead about 100000 native instructions per guest (standard for JIT compilers)
119 * Information about the method for which transformations are made
122 * Information about the current status(constructerd or not RPO, DomTree e.t.c)
134 * Information about DomTree
185 **Inst** is a base class with main information about an instruction.
198 …rits from **Inst** for instruction with predicate. It contain information about type of conditiona…
283 - additional info about input:
Ddeoptimization.md7 … assumptions about the execution of the method. Based on these assumptions, the compiler makes cer…
Ddesign-of-interpreter.md52 is the main form of program representation, information about it is needed in many components of
83 about types, etc.
190 managed application have to think about this limitation, which contradicts the idea of
Druntime-debug-api.md9 1. Runtime doesn't patch apps' bytecode on the fly. Instead of it notification about changing bytec…
D2022-08-18-isa-changelog.md18 6. We adjust the format of some opcodes (about immediate number and accumulator), so that the bytec…
Druntime-class.md3 Panda runtime uses `panda::Class` to store all necessary language independent information about cla…
/arkcompiler/runtime_core/isa/
DREADME6 The main file that contains the whole data about Panda Bytecode.
/arkcompiler/runtime_core/libziparchive/
Dzip_archive.h101 * Write info about the ZipFile in the *gstat structure.
123 * Get Info about the current file within ZipFile and write info into the *entry structure.
/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/verification/
DTODO.txt24 8. Think about hash collisions of Method::UniqId(), Class::UniqId(), Field::UniqId()....
/arkcompiler/runtime_core/runtime/include/tooling/
Ddebug_interface.h279 * \brief Method is called by the runtime when a thread is about to wait on an object
280 * @param thread The thread about to wait
288 * @param thread The thread about to wait
297 * @param thread The thread about to wait
305 * @param thread The thread about to wait
/arkcompiler/runtime_core/scripts/
Dmemdump.py27 * detailed information about each allocation point:
60 """Contains information about all allocated memory"""
/arkcompiler/runtime_core/runtime/mem/
Dmem_stats_additional_info.h26 * Implementation of MemStats with additional info about memory.
/arkcompiler/runtime_core/cmake/toolchain/
Dcommon.cmake39 # Caveats about the code below:
/arkcompiler/ets_runtime/
DREADME.md60 For details about how to generate JS bytecodes, see [Using the Toolchain](docs/using-the-toolchain.…
/arkcompiler/runtime_core/libpandafile/
DCMakeLists.txt78 # Disable warning about offsetof usage for non-standard layout types.
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dlocation_mask.h23 * Helper-class to hold information about registers and stack slots usage.
Dspill_fills_resolver.h35 …e all destinations are unique, we can use them as keys for table, which collects information about
/arkcompiler/runtime_core/irtoc/backend/compiler/
Dcodegen_fastpath.cpp176 …// We need to save all caller regs, since caller doesn't care about registers at all (except param… in IntrinsicSaveRegisters()
200 …// We need to restore all caller regs, since caller doesn't care about registers at all (except pa… in IntrinsicRestoreRegisters()
/arkcompiler/runtime_core/runtime/mem/gc/heap-space-misc/
Dcrossing_map.h85 * Crossing map doesn't know about existed objects (it knows only about first).

1234