Home
last modified time | relevance | path

Searched full:points (Results 1 – 25 of 121) sorted by relevance

12345

/arkcompiler/runtime_core/static_core/runtime/tests/intrusive-tests/
DREADME.md6 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/
Dinspector-debugger-sequence.svg1points="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/
Dsampler_start_stop.svg1points="579,68.7739,589,72.7739,579,76.7739,583,72.7739" style="stroke:#181818;stroke-width:1.0;"/…
Dsampling_process.svg1points="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/
Dclass_find_field_test.ets33 points: ExtendedPoint[];
38 points: ExtendedPoint[] = [];
/arkcompiler/runtime_core/docs/
Daot.md30 - `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
Dtracing.md3 …stem. The subsystem provides API for creating *tracepoints* to track key points in the runtime. Th…
/arkcompiler/runtime_core/static_core/docs/
Daot.md30 - `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
Dtracing.md3 …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/
Dfunc_desc.h45 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/
Dicon.svg24 <polygon points="5.75640322 2 11 2 11 9 0 9 0 2 0 0 4.60006714 0"></polygon>
46points="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…
55points="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/
D2024-05-26-file_format-changelog.md11 …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/
Dclass_07.ets17 desc: Parent class reference points to child class object.
Dclass_09.ets17 desc: Parent class reference points to child class object.
Dclass_08.ets17 desc: Parent class reference points to child class object.
Dclass_06.ets17 desc: Parent class reference points to child class object.
Dclass_10.ets17 desc: Parent class reference points to child class object.
/arkcompiler/runtime_core/static_core/tests/checked/
Dirreducible_loop_test.pa20 #! RUN_PAOC options: "--compiler-regex=.*try_to_reproduce.* --compiler-safe-points-require-reg-…
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/inline_ir/
Dinline_ir_utils.cpp33 * 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/
Dcodepoints.ets17 desc: String with code points
Dcombined.ets26 // string with code points
/arkcompiler/ets_runtime/ecmascript/mem/
Dmark_word.h34 …// ForwardingAddress mark, this object has been moved and the address points to the newly allocate…
/arkcompiler/runtime_core/static_core/static_linker/
Doptions.yaml65 …description: Specifies the entry points(ets files, classes, methods) that should never be stripped…
/arkcompiler/ets_frontend/ets2panda/ir/base/
DmethodDefinition.h222 // 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/
Dtreap.cpp29 // n points to the current node, in MergeInsertInternal()
30 // pn points to the 'l' field in the parent node in MergeInsertInternal()

12345