Searched full:points (Results 1 – 25 of 121) sorted by relevance
12345
| /arkcompiler/runtime_core/static_core/runtime/tests/intrusive-tests/ |
| D | README.md | 6 The intrusive test relies on a special comments in a source code introducing control points where d… 7 Each intrusive test contains a map from control points to the testing code which controls the seque… 10 - specification of synchronization points in ARK source code; 11 - implementing synchronization points, which are source code modules with parameterized functions, … 12 - mapping of synchronization points - yaml module mapping synchronization points specifications to … 28 1. Add synchronization points in the source code in the following format: 39 - `bindings.yml`: mapping of synchronization code onto synchronization points in the following form…
|
| /arkcompiler/runtime_core/static_core/docs/images/ |
| D | inspector-debugger-sequence.svg | 1 …points="285,63.4297,295,67.4297,285,71.4297,289,67.4297" style="stroke:#181818;stroke-width:1.0;"/…
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/sampler/docs/ |
| D | sampler_start_stop.svg | 1 …points="579,68.7739,589,72.7739,579,76.7739,583,72.7739" style="stroke:#181818;stroke-width:1.0;"/…
|
| D | sampling_process.svg | 1 …points="215,122.186,225,126.186,215,130.186,219,126.186" style="stroke:#181818;stroke-width:1.0;"/…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/class_ops/ |
| D | class_find_field_test.ets | 33 points: ExtendedPoint[]; 38 points: ExtendedPoint[] = [];
|
| /arkcompiler/runtime_core/docs/ |
| D | aot.md | 30 - `code` - points to the start of `.text` section 31 - `code_end` - points to the end of `.text` section 32 - `aot` - points to the start of `.aot` section 33 - `aot_end` - points to the end of `.aot` section
|
| D | tracing.md | 3 …stem. The subsystem provides API for creating *tracepoints* to track key points in the runtime. Th…
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | aot.md | 30 - `code` - points to the start of `.text` section 31 - `code_end` - points to the end of `.text` section 32 - `aot` - points to the start of `.aot` section 33 - `aot_end` - points to the end of `.aot` section
|
| D | tracing.md | 3 …stem. The subsystem provides API for creating *tracepoints* to track key points in the runtime. Th…
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | func_desc.h | 45 kReadWriteMemory, // for ptr param, only read & write the memory it points to. 46 kWriteMemoryOnly, // for ptr param, only write the memory it points to. 47 kReadMemoryOnly, // for ptr param, only read the memory it points to.
|
| /arkcompiler/ets_runtime/tools/ap_file_viewer/src/base-ui/ |
| D | icon.svg | 24 <polygon points="5.75640322 2 11 2 11 9 0 9 0 2 0 0 4.60006714 0"></polygon> 46 …points="1.9125 -0.7375 5.7375 3.0875 1.9125 6.9125 3.0875 8.0875 8.0875 3.0875 3.0875 -1.9125"></p… 55 …points="1.9125 -0.7375 5.7375 3.0875 1.9125 6.9125 3.0875 8.0875 8.0875 3.0875 3.0875 -1.9125"></p…
|
| /arkcompiler/runtime_core/docs/changelogs/ |
| D | 2024-05-26-file_format-changelog.md | 11 …o a literal array and we add a new Field called "scopeNames" whose value points to the literal arr…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/01.class_declaration/03.class_extension_clause/class_rewrite_call/ |
| D | class_07.ets | 17 desc: Parent class reference points to child class object.
|
| D | class_09.ets | 17 desc: Parent class reference points to child class object.
|
| D | class_08.ets | 17 desc: Parent class reference points to child class object.
|
| D | class_06.ets | 17 desc: Parent class reference points to child class object.
|
| D | class_10.ets | 17 desc: Parent class reference points to child class object.
|
| /arkcompiler/runtime_core/static_core/tests/checked/ |
| D | irreducible_loop_test.pa | 20 #! RUN_PAOC options: "--compiler-regex=.*try_to_reproduce.* --compiler-safe-points-require-reg-…
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/inline_ir/ |
| D | inline_ir_utils.cpp | 33 * A dangled alias points to declaration instead of definitions.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/06.string_literals/ |
| D | codepoints.ets | 17 desc: String with code points
|
| D | combined.ets | 26 // string with code points
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | mark_word.h | 34 …// ForwardingAddress mark, this object has been moved and the address points to the newly allocate…
|
| /arkcompiler/runtime_core/static_core/static_linker/ |
| D | options.yaml | 65 …description: Specifies the entry points(ets files, classes, methods) that should never be stripped…
|
| /arkcompiler/ets_frontend/ets2panda/ir/base/ |
| D | methodDefinition.h | 222 // Base overload method points at the first overload of the overloads. 224 …// Pair method points at the original async method in case of an implement method and vice versa a…
|
| /arkcompiler/ets_runtime/common_components/heap/allocator/ |
| D | treap.cpp | 29 // n points to the current node, in MergeInsertInternal() 30 // pn points to the 'l' field in the parent node in MergeInsertInternal()
|
12345