Home
last modified time | relevance | path

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

1234

/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/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/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/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.h53 // the word at location (%%FP + N*4)) points to
60 // the word at location (%%FP - N*4)) points to
95 // the Nth word points to a reference-counted
/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_runtime/test/moduletest/mapget/
Dmapget.js237 let begin = map.entries(); // points to (1, null)
238 let mid = map.entries(); // points to (2, null)
240 let last = map.entries(); // points to (3, null)
243 let end = map.entries(); // points to the end
/arkcompiler/ets_frontend/ets2panda/ir/base/
DmethodDefinition.h156 // Base overload method points at the first overload of the overloads.
158 …// Pair method points at the original async method in case of an implement method and vice versa a…
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_global.h109 * back propagate reg1 to all vreg2's use points and def points, when all of them is in same bb
206 * 1.all define points of w5 are defined by: mov w5, #1(#0)
207 * 2.all define points of w0 are defined by: mov w0, #0(#1)
235 * 2. the use points of w0 has only one define point, that is uxt w0, w1
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
Dcallconv.cpp258 // SP points to the frame's bottom in GenerateEpilogue()
264 // SP either points to the frame's top or frame's top + FPLR slot in GenerateEpilogue()
279 // SP points to the frame's bottom in GenerateEpilogue()
377 // SP points to the frame's bottom in GenerateNativeEpilogue()
383 // SP either points to the frame's top or frame's top + FPLR slot in GenerateNativeEpilogue()
398 // SP points to the frame's bottom in GenerateNativeEpilogue()
/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/ets_runtime/ecmascript/mem/
Dmark_word.h33 …// ForwardingAddress mark, this object has been moved and the address points to the newly allocate…
/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/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/ets_runtime/test/aottest/builtin_inlining/bigint/AsUintN/
DbuiltinBigIntAsUintN.ts143 …axError: Cannot convert string to a BigInt,because not allow Infinity, decimal points, or exponents
157 …axError: Cannot convert string to a BigInt,because not allow Infinity, decimal points, or exponents
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dbalance_expressions.cpp91 …* By the end of the algorithm, `operators_.front()` points to the first instruction in expression …
92 * `operators_.back()` points to the last (`operators_.front()` dominates `operators_.back()`).
/arkcompiler/runtime_core/static_core/runtime/include/
Dcframe.h41 * PREV_FRAME <-- `fp_` points here
48 * R_N = CALLEE SAVED REGS <--- `callee_stack_` of the caller's frame points here

1234