Searched full:into (Results 1 – 25 of 387) sorted by relevance
12345678910>>...16
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | stobj.v.obj.yaml | 72 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 …]
|
| D | stobj.obj.yaml | 92 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 …]
|
| D | ststatic.obj.yaml | 94 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 …]
|
| D | ldobj.obj.yaml | 97 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 …]
|
| D | ldobj.v.obj.yaml | 97 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 …]
|
| D | ldstatic.obj.yaml | 96 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 …]
|
| D | lda.null.yaml | 18 title: Load null reference into accumulator 19 description: Load null reference into accumulator. 31 description: Check lda.null loads null reference into accumulator.
|
| D | lda.str.yaml | 30 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.
|
| D | ldstatic.64.yaml | 65 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…
|
| D | mov.null.yaml | 18 title: Move null reference into register 19 description: Move null reference into a register.
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | plt.md | 9 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 …]
|
| D | code_sink_doc.md | 4 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
|
| D | aot_cha.md | 12 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…
|
| D | aot_resolve_string.md | 7 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;
|
| D | scheduler_doc.md | 34 Next, we move all already available instructions (`ASAP` <= `cycle`) from `waiting` queue into `rea… 36 …into 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/ |
| D | README.md | 2 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/ |
| D | cflow_check_options.h | 25 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/ |
| D | cflow_checks.md | 102 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/ |
| D | overview.md | 5 …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… 47 …into 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/ |
| D | code_sink.cpp | 38 * 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()
|
| D | if_conversion.cpp | 81 // 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/ |
| D | paoc.yaml | 29 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/ |
| D | zip_archive.h | 123 * 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/ |
| D | gc_settings.h | 96 * \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/ |
| D | arrays-02.pa | 19 # 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