| /arkcompiler/ets_runtime/ |
| D | LICENSE | 36 "Work" shall mean the work of authorship, whether in Source or 38 copyright notice that is included in or attached to the work 41 "Derivative Works" shall mean any work, whether in Source or Object 42 form, that is based on (or derived from) the Work and for which the 44 represent, as a whole, an original work of authorship. For the purposes 47 the Work and Derivative Works thereof. 49 "Contribution" shall mean any work of authorship, including 50 the original version of the Work and any modifications or additions 51 to that Work or Derivative Works thereof, that is intentionally 52 submitted to Licensor for inclusion in the Work by the copyright owner [all …]
|
| /arkcompiler/toolchain/ |
| D | LICENSE | 36 "Work" shall mean the work of authorship, whether in Source or 38 copyright notice that is included in or attached to the work 41 "Derivative Works" shall mean any work, whether in Source or Object 42 form, that is based on (or derived from) the Work and for which the 44 represent, as a whole, an original work of authorship. For the purposes 47 the Work and Derivative Works thereof. 49 "Contribution" shall mean any work of authorship, including 50 the original version of the Work and any modifications or additions 51 to that Work or Derivative Works thereof, that is intentionally 52 submitted to Licensor for inclusion in the Work by the copyright owner [all …]
|
| /arkcompiler/runtime_core/ |
| D | LICENSE | 36 "Work" shall mean the work of authorship, whether in Source or 38 copyright notice that is included in or attached to the work 41 "Derivative Works" shall mean any work, whether in Source or Object 42 form, that is based on (or derived from) the Work and for which the 44 represent, as a whole, an original work of authorship. For the purposes 47 the Work and Derivative Works thereof. 49 "Contribution" shall mean any work of authorship, including 50 the original version of the Work and any modifications or additions 51 to that Work or Derivative Works thereof, that is intentionally 52 submitted to Licensor for inclusion in the Work by the copyright owner [all …]
|
| /arkcompiler/ets_frontend/ |
| D | LICENSE | 36 "Work" shall mean the work of authorship, whether in Source or 38 copyright notice that is included in or attached to the work 41 "Derivative Works" shall mean any work, whether in Source or Object 42 form, that is based on (or derived from) the Work and for which the 44 represent, as a whole, an original work of authorship. For the purposes 47 the Work and Derivative Works thereof. 49 "Contribution" shall mean any work of authorship, including 50 the original version of the Work and any modifications or additions 51 to that Work or Derivative Works thereof, that is intentionally 52 submitted to Licensor for inclusion in the Work by the copyright owner [all …]
|
| /arkcompiler/runtime_core/docs/ |
| D | memory-management-SW-requirements.md | 13 GC used to recycle memory allocated as result of application work(objects, compiled code etc). 72 - Memory management flexible enough to work with multiple languages.
|
| D | runtime-debug-api.md | 11 1. Runtime and debugger work in the same process. Debugger functionality is provided via shared lib… 17 …n beetween debugger and runtime (especially on microcontrollers) they are work in the same process…
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | codegen_doc.md | 3 … independent of specific encoder-architecture and have the possibility to work with different call… 7 It is needed Regalloc-pass and LinearOrder-analysis for codegen-work. First - because it is needed … 24 ## Logic of work 26 Constructor makes additional work - it walks through call-instructions and calculates parameters co…
|
| /arkcompiler/runtime_core/verification/util/ |
| D | addr_map.h | 95 // todo: work with different addr spaces in HasCommonMarks() 103 // todo: work with different addr spaces in GetFirstCommonMark() 115 // and refactor it to work with words and ctlz like intrinsics
|
| /arkcompiler/toolchain/tooling/agent/ |
| D | heapprofiler_impl.cpp | 309 uv_work_t *work = new uv_work_t; in StartTrackingHeapObjects() local 310 uv_queue_work(loop, work, [](uv_work_t *) { }, [](uv_work_t *work, int32_t) { delete work; }); in StartTrackingHeapObjects() argument
|
| /arkcompiler/runtime_core/tests/cts-assembly/ |
| D | obj-01.pa | 14 # Assert that operations ststatic, ststatic.64 work fine
|
| D | obj-05.pa | 14 # Assert that operations stobj, stobj.64 work fine
|
| D | obj-02.pa | 14 # Assert that operations ldstatic, ldstatic.64 work fine
|
| D | obj-06.pa | 14 # Assert that operations ldobj, ldobj.64 work fine
|
| /arkcompiler/runtime_core/docs/diagrams/ |
| D | static-analyzer-gc-func-list-gen.puactivity | 16 title Generation list of GC unsafe functions(can have GC happen during work)
|
| /arkcompiler/runtime_core/tests/checked/ |
| D | cast_bool.pa | 14 #! CHECKER Check that cast in bool work for all arch
|
| D | CMakeLists.txt | 47 # Events work only in Debug mode 79 # TODO(msherstennikov): pass external files via --app-panda-files (now it doesn't work)
|
| /arkcompiler/toolchain/build/toolchain/ |
| D | cc_wrapper.gni | 49 # Set to "ccache", "icecc" or "distcc". Probably doesn't work on windows.
|
| D | gcc_link_wrapper.py | 80 # Work-around for gold being slow-by-default. http://crbug.com/632230
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | work_manager.cpp | 191 WorkNode *work = reinterpret_cast<WorkNode *>(begin); in AllocateWorkNode() local 192 return new (work) WorkNode(stack); in AllocateWorkNode()
|
| /arkcompiler/runtime_core/runtime/asm_defines/ |
| D | CMakeLists.txt | 64 # (-fno-lto doesn't work because compilation fails with inappropriate regalloc)
|
| /arkcompiler/runtime_core/libpandabase/tests/genmc/ |
| D | mutex_test_4.cpp | 21 // The tests checks work with two mutexes
|
| /arkcompiler/runtime_core/runtime/mem/ |
| D | heap_space.cpp | 121 …// If we allocate pool during GC work then we must allocate new pool anyway, so we wiil try to inc… in WillAlloc() 423 // GC work) then we increase young space size in IncreaseYoungOccupiedInSharedPool() 437 // GC work) then we increase tenured space size in IncreaseTenuredOccupiedInSharedPool()
|
| /arkcompiler/toolchain/build/config/sanitizers/ |
| D | sanitizers.gni | 229 "ASan on Windows doesn't work in debug (set is_debug=false).") 251 # Removing coverage should always just work.
|
| /arkcompiler/runtime_core/libpandabase/mem/ |
| D | object_pointer.h | 28 …* Wraps pointer Object * into class ObjectPointer<Object> and provides interfaces to work with it …
|
| /arkcompiler/runtime_core/runtime/mem/refstorage/ |
| D | reference.h | 50 …* Weak references which work as Global references, but will be nullified when GC clears the object…
|