Home
last modified time | relevance | path

Searched full:which (Results 1 – 25 of 1092) sorted by relevance

12345678910>>...44

/arkcompiler/ets_frontend/test/scripts/
Dreadme.md5 2. Run xts test which in auto_xts_test
6 3. Run sdk_test which in sdk_test
7 4. Run performance test which in performance_test
8 5. Run spider script which in get commit log
/arkcompiler/runtime_core/static_core/runtime/mem/gc/heap-space-misc/
Dcrossing_map.h29 // If enabled - we will manage elements, which cross map borders.
40 // which will be dynamically allocated/deallocated via internal allocator:
58 // This element (or map) can be used to get the first object address, which starts inside this page…
59 // or an object address, which crosses the borders of this page.
65 * @param start_addr - first bit of the memory which must be covered by the Crossing Map.
66 * @param size - size of the memory which must be covered by the Crossing Map.
98 * @brief Find and return the first object, which starts in an interval inclusively
99 * or an object, which crosses the interval border.
101 * we find the first object, which crosses the border of this interval.
104 * @return Returns the first object which starts inside an interval,
[all …]
/arkcompiler/runtime_core/static_core/docs/
Dtask_manager.md11 It is some limited by time task, which has these properties:
13 - for which VM instance (`static` or `dynamic`) this task is executed;
14 - which component is the owner of this task (`GC`, `JIT`, etc.)
21 WorkerThread is the thread which executing tasks. Each WorkerThread has two queues - one for the fo…
25 …er creates array of tasks in proportion based on the current context(i.e. which language currently…
31 It is a queue for tasks of the same "kind" or "components" (for example "JIT") which is fullfilled …
63 The thread which is responsible for Task execution.
Dimport-export.md19 …dments, which allow other implementation approaches, and on the other hand, several hot fixes has …
41 It is ensured currently via the *ETSParser::ParseDefaultSources* method, which parse an internally …
50 Which paths included in this list are stored in a vector that can be retrieved via the *Helpers::St…
72 …parsing process of the package directive and is set with the module name, which is either the pack…
73 …- The declaration module is not handled now, which is a special kind of compilation units that con…
161 … a common abc from multiple abc files, which is useful for packages. This would allows to run runt…
162which currently creates a large etsstdlib.abc at runtime, ignoring that each lib element belongs t…
171 …ope is investigated, and so on. The searching lasts at the global scope - which is the end of the …
177 Aware of this, global scope has an extra **foreignBindings_** member that helps to know which varia…
226 …is a string literal which can be points to a module (separate module | package module) or a folder…
[all …]
Dintrinsics-yaml.md38 A name of a class to which a corresponding method will be attributed to.
45 to form ```class_name::method_name```, which corresponds to a particular plugin (language) impleme…
54 This property used to group intrinsics and control which intrinsics are loaded during startup.
104 This property represents method signature, which consists of the following entries:
127 A list of flags, which will be explicitly set for the intrinsic.
133 which are set by default.
137 A list of flags, which will be explicitly cleared for the intrinsic.
147 *Unsafe* means that an intrinsic may violate the conditions, which are necessary
Dcfi_directives.md7 `CFI` (**Call Frame Information**) is a subset of these debug symbols which is responsible for corr…
34 There are bridges which `hack` stack memory (setting `stack pointer` to other stack frame), i.e.:
38 These bridges return control flow to code which has not called them.
41 … going to return to previous frame. So we directly specify other frame in which we will return + s…
/arkcompiler/ets_frontend/ets2panda/docs/
Dimport_export.md19 …dments, which allow other implementation approaches, and on the other hand, several hot fixes has …
41 It is ensured currently via the *ETSParser::ParseDefaultSources* method, which parse an internally …
57 …estigated, and so on. Search continues until the global scope is reached, which is the end of scop…
63 According to this, global scope has an extra **foreignBindings_** member that helps to know which v…
112 …is a string literal which can be points to a module (separate module | package module) or a folder…
113 …n import path, the string literal will be passed to the importPathManager which will resolve it as…
116 The importPath with the resolved path and two additional information - which is the language inform…
120 The import specifier list will be filled until an import directive can be found, which may contain …
126 …dd importAlias, but there is a temporary exception due to stdlib sources, which will have to be ha…
134 The *ParseNamedSpecifiers* method will create the *ImportSpecifier* AST Node with local name, which
[all …]
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_out_project/out_hsp/src/test/
DLocalUnit.test.ets22 … // Presets an action, which is performed only once before all test cases of the test suite start.
26 // Presets an action, which is performed before each unit test case starts.
31 // Presets a clear action, which is performed after each unit test case ends.
36 // Presets a clear action, which is performed after all test cases of the test suite end.
43 … // Defines a variety of assertion methods, which are used to declare expected boolean conditions.
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_out_project/entry/src/test/
DLocalUnit.test.ets22 … // Presets an action, which is performed only once before all test cases of the test suite start.
26 // Presets an action, which is performed before each unit test case starts.
31 // Presets a clear action, which is performed after each unit test case ends.
36 // Presets a clear action, which is performed after all test cases of the test suite end.
43 … // Defines a variety of assertion methods, which are used to declare expected boolean conditions.
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_increace_compile/entry/src/test/
DLocalUnit.test.ets22 … // Presets an action, which is performed only once before all test cases of the test suite start.
26 // Presets an action, which is performed before each unit test case starts.
31 // Presets a clear action, which is performed after each unit test case ends.
36 // Presets a clear action, which is performed after all test cases of the test suite end.
43 … // Defines a variety of assertion methods, which are used to declare expected boolean conditions.
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_increace_compile/bytecodehar/src/test/
DLocalUnit.test.ets22 … // Presets an action, which is performed only once before all test cases of the test suite start.
26 // Presets an action, which is performed before each unit test case starts.
31 // Presets a clear action, which is performed after each unit test case ends.
36 // Presets a clear action, which is performed after all test cases of the test suite end.
43 … // Defines a variety of assertion methods, which are used to declare expected boolean conditions.
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_out_project/out_har/src/test/
DLocalUnit.test.ets22 … // Presets an action, which is performed only once before all test cases of the test suite start.
26 // Presets an action, which is performed before each unit test case starts.
31 // Presets a clear action, which is performed after each unit test case ends.
36 // Presets a clear action, which is performed after all test cases of the test suite end.
43 … // Defines a variety of assertion methods, which are used to declare expected boolean conditions.
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_increace_compile/library/src/test/
DLocalUnit.test.ets22 … // Presets an action, which is performed only once before all test cases of the test suite start.
26 // Presets an action, which is performed before each unit test case starts.
31 // Presets a clear action, which is performed after each unit test case ends.
36 // Presets a clear action, which is performed after all test cases of the test suite end.
43 … // Defines a variety of assertion methods, which are used to declare expected boolean conditions.
/arkcompiler/runtime_core/static_core/runtime/include/
Dmethod.h179 …h acquire order reason: data race with access_flags_ with dependecies on reads after the load which in Method()
197 // store which should become visible acquire in Method()
373 …h acquire order reason: data race with access_flags_ with dependecies on reads after the load which in GetCompiledEntryPoint()
380 …h acquire order reason: data race with access_flags_ with dependecies on reads after the load which in GetCompiledEntryPoint()
388 // store which should become visible acquire in SetCompiledEntryPoint()
408 …h acquire order reason: data race with access_flags_ with dependecies on reads after the load which in GetCompilationStatus()
421 …h acquire order reason: data race with access_flags_ with dependecies on reads after the load which in SetCompilationStatus()
426 // which should become visible acquire in SetCompilationStatus()
432 …h acquire order reason: data race with access_flags_ with dependecies on reads after the load which in AtomicSetCompilationStatus()
482 …h acquire order reason: data race with access_flags_ with dependecies on reads after the load which in GetAccessFlags()
[all …]
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_increace_compile/library/src/ohosTest/ets/test/
DAbility.test.ets23 … // Presets an action, which is performed only once before all test cases of the test suite start.
27 // Presets an action, which is performed before each unit test case starts.
32 // Presets a clear action, which is performed after each unit test case ends.
37 // Presets a clear action, which is performed after all test cases of the test suite end.
45 … // Defines a variety of assertion methods, which are used to declare expected boolean conditions.
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_increace_compile/bytecodehar/src/ohosTest/ets/test/
DAbility.test.ets23 … // Presets an action, which is performed only once before all test cases of the test suite start.
27 // Presets an action, which is performed before each unit test case starts.
32 // Presets a clear action, which is performed after each unit test case ends.
37 // Presets a clear action, which is performed after all test cases of the test suite end.
45 … // Defines a variety of assertion methods, which are used to declare expected boolean conditions.
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_increace_compile/entry/src/ohosTest/ets/test/
DAbility.test.ets23 … // Presets an action, which is performed only once before all test cases of the test suite start.
27 // Presets an action, which is performed before each unit test case starts.
32 // Presets a clear action, which is performed after each unit test case ends.
37 // Presets a clear action, which is performed after all test cases of the test suite end.
45 … // Defines a variety of assertion methods, which are used to declare expected boolean conditions.
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_out_project/out_har/src/ohosTest/ets/test/
DAbility.test.ets23 … // Presets an action, which is performed only once before all test cases of the test suite start.
27 // Presets an action, which is performed before each unit test case starts.
32 // Presets a clear action, which is performed after each unit test case ends.
37 // Presets a clear action, which is performed after all test cases of the test suite end.
45 … // Defines a variety of assertion methods, which are used to declare expected boolean conditions.
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_out_project/out_hsp/src/ohosTest/ets/test/
DAbility.test.ets23 … // Presets an action, which is performed only once before all test cases of the test suite start.
27 // Presets an action, which is performed before each unit test case starts.
32 // Presets a clear action, which is performed after each unit test case ends.
37 // Presets a clear action, which is performed after all test cases of the test suite end.
45 … // Defines a variety of assertion methods, which are used to declare expected boolean conditions.
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_out_project/entry/src/ohosTest/ets/test/
DAbility.test.ets23 … // Presets an action, which is performed only once before all test cases of the test suite start.
27 // Presets an action, which is performed before each unit test case starts.
32 // Presets a clear action, which is performed after each unit test case ends.
37 // Presets a clear action, which is performed after all test cases of the test suite end.
45 … // Defines a variety of assertion methods, which are used to declare expected boolean conditions.
/arkcompiler/runtime_core/libpandabase/mem/
Dbase_mem_stats.cpp63 …quire order reason: data race with allocated_ with dependecies on reads after the load which should in GetAllocated()
70 …quire order reason: data race with allocated_ with dependecies on reads after the load which should in GetFreed()
82 // which should become visible in GetAllocatedHeap()
96 // which should become visible in GetFreedHeap()
111 …quire order reason: data race with allocated_ with dependecies on reads after the load which should in GetFootprint()
116 …with acquire order reason: data race with allocated_ with dependecies on reads after the load which in GetFootprint()
120 …with acquire order reason: data race with allocated_ with dependecies on reads after the load which in GetFootprint()
123 …quire order reason: data race with allocated_ with dependecies on reads after the load which should in GetFootprint()
/arkcompiler/runtime_core/static_core/libpandabase/mem/
Dbase_mem_stats.cpp64 …quire order reason: data race with allocated_ with dependecies on reads after the load which should in GetAllocated()
71 …quire order reason: data race with allocated_ with dependecies on reads after the load which should in GetFreed()
83 // which should become visible in GetAllocatedHeap()
97 // which should become visible in GetFreedHeap()
112 …quire order reason: data race with allocated_ with dependecies on reads after the load which should in GetFootprint()
117 …with acquire order reason: data race with allocated_ with dependecies on reads after the load which in GetFootprint()
121 …with acquire order reason: data race with allocated_ with dependecies on reads after the load which in GetFootprint()
124 …quire order reason: data race with allocated_ with dependecies on reads after the load which should in GetFootprint()
/arkcompiler/runtime_core/docs/
Dcfi_directives.md7 `CFI` (**Call Frame Information**) is a subset of these debug symbols which is responsible for corr…
34 There are bridges which `hack` stack memory (setting `stack pointer` to other stack frame), i.e.:
38 These bridges return control flow to code which has not called them.
41 … going to return to previous frame. So we directly specify other frame in which we will return + s…
/arkcompiler/runtime_core/isa/
DREADME9 and tools, faster changes (which is important on early stages of development),
14 Directory with example template files which show how could one generate needed
19 API for quering parsed yaml data which could be used for template generation.
/arkcompiler/runtime_core/static_core/isa/
DREADME9 and tools, faster changes (which is important on early stages of development),
14 Directory with example template files which show how could one generate needed
19 API for quering parsed yaml data which could be used for template generation.

12345678910>>...44