Home
last modified time | relevance | path

Searched full:work (Results 1 – 25 of 72) sorted by relevance

123

/arkcompiler/ets_runtime/
DLICENSE36 "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/
DLICENSE36 "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/
DLICENSE36 "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/
DLICENSE36 "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/
Dmemory-management-SW-requirements.md13 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.
Druntime-debug-api.md11 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/
Dcodegen_doc.md3 … 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/
Daddr_map.h95 // 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/
Dheapprofiler_impl.cpp309 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/
Dobj-01.pa14 # Assert that operations ststatic, ststatic.64 work fine
Dobj-05.pa14 # Assert that operations stobj, stobj.64 work fine
Dobj-02.pa14 # Assert that operations ldstatic, ldstatic.64 work fine
Dobj-06.pa14 # Assert that operations ldobj, ldobj.64 work fine
/arkcompiler/runtime_core/docs/diagrams/
Dstatic-analyzer-gc-func-list-gen.puactivity16 title Generation list of GC unsafe functions(can have GC happen during work)
/arkcompiler/runtime_core/tests/checked/
Dcast_bool.pa14 #! CHECKER Check that cast in bool work for all arch
DCMakeLists.txt47 # 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/
Dcc_wrapper.gni49 # Set to "ccache", "icecc" or "distcc". Probably doesn't work on windows.
Dgcc_link_wrapper.py80 # Work-around for gold being slow-by-default. http://crbug.com/632230
/arkcompiler/ets_runtime/ecmascript/mem/
Dwork_manager.cpp191 WorkNode *work = reinterpret_cast<WorkNode *>(begin); in AllocateWorkNode() local
192 return new (work) WorkNode(stack); in AllocateWorkNode()
/arkcompiler/runtime_core/runtime/asm_defines/
DCMakeLists.txt64 # (-fno-lto doesn't work because compilation fails with inappropriate regalloc)
/arkcompiler/runtime_core/libpandabase/tests/genmc/
Dmutex_test_4.cpp21 // The tests checks work with two mutexes
/arkcompiler/runtime_core/runtime/mem/
Dheap_space.cpp121 …// 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/
Dsanitizers.gni229 "ASan on Windows doesn't work in debug (set is_debug=false).")
251 # Removing coverage should always just work.
/arkcompiler/runtime_core/libpandabase/mem/
Dobject_pointer.h28 …* Wraps pointer Object * into class ObjectPointer<Object> and provides interfaces to work with it …
/arkcompiler/runtime_core/runtime/mem/refstorage/
Dreference.h50 …* Weak references which work as Global references, but will be nullified when GC clears the object…

123