Home
last modified time | relevance | path

Searched full:into (Results 1 – 25 of 387) sorted by relevance

12345678910>>...16

/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dstobj.v.obj.yaml72 title: Store register content into object field
74 Store register content into object field by field_id.
84 description: Store register content into object field by field_id.
419 # store into object field
444 # store into object array field
472 # store into i32[] array field
494 # store into panda.Object field
535 # store into panda.Object[] field
598 # store into object field
632 # store into object array field
[all …]
Dstobj.obj.yaml92 title: Store accumulator content into object field
94 Store accumulator content into object field by field_id.
104 description: Store accumulator content into object field by field_id.
367 # store into object field
398 # store into object array field
436 # store into i32[] array field
461 # store into panda.Object field
500 # store into panda.Object[] field
562 # store into object field
598 # store into object array field
[all …]
Dststatic.obj.yaml94 Store accumulator content into static field by field_id.
104 description: Store accumulator content into static field by field_id.
246 # store into object type field
277 # store into object array type field
315 # store into i32[] array field
340 # store into panda.Object field
379 # store into panda.Object[] field
439 # store into object type field
475 # store into object array type field
510 # store into panda.Object field
[all …]
Dldobj.obj.yaml97 Get field value from an object by field id and put it into accumulator.
400 …description: Check that accumulator value is loaded from field into accumulator. More tests on ldo…
402 description: Get field value from an object by field id and put it into accumulator.
411 # store null into Q type field
415 # store null into Q[] type field
419 # store R object into R type field
423 # store R[] into R[] type field
428 # store R object into panda.Object type field
432 # store R[] into panda.Object type field
437 # store R[] into panda.Object[] type field
[all …]
Dldobj.v.obj.yaml97 Get field value from an object by field id and put it into register.
397 …description: Check that field value is loaded from field into register. More tests on ldobj.v.obj …
399 description: Get field value from an object by field id and put it into register.
408 # store null into Q type field
412 # store null into Q[] type field
416 # store R object into R type field
420 # store R[] into R[] type field
425 # store R object into panda.Object type field
429 # store R[] into panda.Object type field
434 # store R[] into panda.Object[] type field
[all …]
Dldstatic.obj.yaml96 Get static field value by field_id and put it into accumulator.
288 …description: Check that accumulator value is loaded from field into accumulator in PandaAssembly c…
290 description: Get static field value by field_id and put it into accumulator.
297 # store null into Q type field
301 # store null into Q[] type field
305 # store R object into R type field
309 # store R[] into R[] type field
314 # store R object into panda.Object type field
318 # store R[] into panda.Object type field
323 # store R[] into panda.Object[] type field
[all …]
Dlda.null.yaml18 title: Load null reference into accumulator
19 description: Load null reference into accumulator.
31 description: Check lda.null loads null reference into accumulator.
Dlda.str.yaml30 description: Load string specified by id into accumulator.
42 description: Load string specified by id into accumulator.
113 description: Load string specified by id into accumulator.
142 description: Load string specified by id into accumulator.
181 description: Load string specified by id into accumulator.
221 description: Load string specified by id into accumulator.
273 description: Load string specified by id into accumulator.
332 description: Load string specified by id into accumulator.
385 description: Load string specified by id into accumulator.
426 description: Load string specified by id into accumulator.
Dldstatic.64.yaml65 Get static field value by field_id and put it into accumulator.
261 …description: Check that accumulator value is loaded from field into accumulator in PandaAssembly c…
263 description: Get static field value by field_id and put it into accumulator.
291 …description: Check that accumulator value is loaded from field into accumulator in PandaAssembly c…
293 description: Get static field value by field_id and put it into accumulator.
318 …description: Check that accumulator value is loaded from field into accumulator in PandaAssembly c…
350 …description: Check that accumulator value is loaded from field into accumulator in PandaAssembly c…
Dmov.null.yaml18 title: Move null reference into register
19 description: Move null reference into a register.
/arkcompiler/runtime_core/compiler/docs/
Dplt.md9 During code generation so-called `SlowPath` code is created, and we put it into a special cold code…
16 `SlowPath` also can be used, as we can cache gathered Method or Class pointer into a slot in GOT ta…
24 `SecondSlot` is filled during AOT file loading into runtime and contains `PLT CallStatic Resolver` …
57 Caller `Method pointer` could be extracted (into `x0`) directly from Caller's CFrame, so,
60 When we have `Method pointer`, it is stored into `ThirdSlot`, allow to load proper executable addre…
61 …d call. Jump by register value operation is used instead of call to return back directly into code,
91 XX+24: ldr w16, [x5, #4] ; Get Class pointer into x16
103 Unlike CallStatic, there is no way to use default parameter registers to send/receive values into r…
112 Control is returned back into code instead.
156 It stores gathered `Class pointer` into `ThirdSlot`, and also does the same for `SecondSlot` but un…
[all …]
Dcode_sink_doc.md4 The optimization moves instructions into successor blocks, when possible, so that they are not exec…
28 …nch however it is always executed. The code sinking optimization suggests to move `v8` into `BB 2`.
39 …s of the instruction is dominated by a block that the instruction is sunk into. Instructions in a …
55 Blocks that instruction cannot be sunk into:
57 * Loads cannot be sunk into blocks with more than one predecessors (because other predecessors migh…
58 * Do not sunk instructions into loops
127 // Do not sink into loops
201 Sinking `v6` into loop and `v26` out of loop
Daot_cha.md12 This class context is represented by a string which is written into AOT file and compared with runt…
53 The string of class context for AOT file takes into account `--paoc-location` option.
82 For JIT compiler steps 2-3-4 is merged into one, because it can obtain the index of method in virtu…
88 for each method) into `.aot_table`.
90 The usage of class hierarchy may help AOT compiler to squash 2-3-4 into one step as JIT-compiler do…
Daot_resolve_string.md7 returned string pointer into the slot and subsequent executions of the same code will bypass runtim…
26 There are two options controlling when and how many string will be saved into PLT-slots:
28 saved into the associated PLT-slot;
Dscheduler_doc.md34 Next, we move all already available instructions (`ASAP` <= `cycle`) from `waiting` queue into `rea…
36into new schedule. At this moment we adjust `ASAP` value for all dependent instructions and add so…
50 // Do not add cross-barrier dependencies into deps_
149 // Initialization, add leafs into 'waiting' queue
191 // Add into schedule
/arkcompiler/ets_frontend/ts2panda/
DREADME.md2 ts2panda aims to translate JavaScript source files into ARK bytecode which could be executed by the…
4 The whole converter could be splited into several phases.
6 * translate TypeScript AST into panda instruction arrays
/arkcompiler/runtime_core/verification/cflow/
Dcflow_check_options.h25 bool AllowJmpBodyIntoHandler = false; // code -> into body of exception handler
27 bool AllowJmpHandlerIntoHandler = false; // handler -> into body of other handler
28 bool AllowJmpHandlerIntoBody = false; // handler -> into code
/arkcompiler/runtime_core/docs/bc_verification/
Dcflow_checks.md102 into code, then they will be considered ok. Currently, due to imprecision
149 ### Code into exception handler
171 Jumps into body of exception handler from code is prohibited by default.
226 ### Handler into handler
293 ### Handler into code
/arkcompiler/ets_runtime/docs/
Doverview.md5 …olchain and JS runtime. The JS compiler toolchain compiles JS source code into ArkCompiler bytecod…
45 …d security, ArkCompiler JS Runtime statically pre-compiles JS/TS programs into ArkCompiler bytecod…
47into JS and execute JS code with JS runtime. ts2abc is planned to analyze and obtain the TS type i…
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dcode_sink.cpp38 * Transforms into
58 * - Instructions into inner loops
93 * into appropriate successor.
199 // Do not sink into irreducible loops in IsAcceptableTarget()
216 ASSERT_PRINT(loop == cand_loop || loop->IsInside(cand_loop), "Can sink only into outer loop"); in IsAcceptableTarget()
222 …// We can't insert instruction before Phi, therefore do not sink into blocks where one of users is… in IsAcceptableTarget()
Dif_conversion.cpp81 // Joining tbb into bb in TryTriangle()
87 << " into " << bb->GetId() << " using Select"; in TryTriangle()
92 … << "Merged block " << tbb->GetId() << " into " << bb->GetId() << " using Select"; in TryTriangle()
142 // Joining tbb into bb in TryDiamond()
150 … << jbb->GetId() << " into " << bb->GetId() << " using Select"; in TryDiamond()
155 << " into " << bb->GetId() << " using Select"; in TryDiamond()
/arkcompiler/runtime_core/compiler/tools/paoc/
Dpaoc.yaml29 description: Location path of the input panda file, that will be written into the AOT file.
34 description: Location path of the boot panda files, that will be written into the AOT file.
108 …on paths of the each boot panda file, including file names, that will be written into the AOT file.
/arkcompiler/runtime_core/libziparchive/
Dzip_archive.h123 * Get Info about the current file within ZipFile and write info into the *entry structure.
139 …* Get the current file offset opened with OpenCurrentFile. The offset will be stored into entry->o…
161 * APPEND_STATUS_ADDINZIP(which will append filename into exsisted zip archive zipname).
163 * Z_NO_COMPRESSION(which will store the pbuf into zipname without compression).
/arkcompiler/runtime_core/runtime/mem/gc/
Dgc_settings.h96 * \brief garbage rate threshold of a tenured region to be included into a mixed collection
101 …* \brief minimum percentage of alive bytes in young region to promote it into tenured without movi…
177 0; /// garbage rate threshold of a tenured region to be included into a mixed collection
179 …0; /// minimum percentage of alive bytes in young region to promote it into tenured without movin…
/arkcompiler/runtime_core/tests/cts-assembly/
Darrays-02.pa19 # Store accumulator content into array slot pointed by index.
28 # Load an element from array using accumulator as an index and puts it into accumulator.

12345678910>>...16