Home
last modified time | relevance | path

Searched full:points (Results 1 – 25 of 102) 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;"/…
Dsampler.svg1points="218,92.6669,212,110.6669,224,110.6669,218,92.6669" style="stroke:#181818;stroke-width:1.0;…
/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…
Druntime-class.md3 …size. To get fast access to them `Class Word` field of the object header points to the instance of…
/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…
Druntime-class.md3 …size. To get fast access to them `Class Word` field of the object header points to the instance of…
/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.
Dcmpl.h54 // the word at location (%%FP + N*4)) points to
61 // the word at location (%%FP - N*4)) points to
96 // the Nth word points to a reference-counted
/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/ets_frontend/ets2panda/ir/base/
DmethodDefinition.h158 // Base overload method points at the first overload of the overloads.
160 …// Pair method points at the original async method in case of an implement method and vice versa a…
/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/tests/checked/
Dirreducible_loop_test.pa20 #! RUN_PAOC options: "--compiler-regex=.*try_to_reproduce.* --compiler-safe-points-require-reg-…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/05.string_literals/
Dcodepoints.sts17 desc: String with code points
Dcombined.sts26 // string with code points
/arkcompiler/ets_runtime/ecmascript/mem/
Dmark_word.h33 …// ForwardingAddress mark, this object has been moved and the address points to the newly allocate…
/arkcompiler/ets_runtime/test/moduletest/mapget/
Dmapget.js247 let begin = map.entries(); // points to (1, null)
248 let mid = map.entries(); // points to (2, null)
250 let last = map.entries(); // points to (3, null)
253 let end = map.entries(); // points to the end
/arkcompiler/runtime_core/static_core/scripts/intrusive-testing/
Dintrusive_instrumentator.py401 # points from that file
434 # go over map elements (from instrumented file to sync points in that file)
436 # find line numbers of synchronization points
464 # go over sync points in a file
611 # Find line numbers of synchronization points
646 err_msg = ["Failed to find synchronization points:"]
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dglobal_type_info.h78 // this class records information about definition points related to class and object types.
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
Dcallconv.cpp272 // SP points to the frame's bottom in GenerateEpilogueImpl()
278 // SP either points to the frame's top or frame's top + FPLR slot in GenerateEpilogueImpl()
293 // SP points to the frame's bottom in GenerateEpilogueImpl()

12345