Searched full:into (Results 1 – 25 of 316) sorted by relevance
12345678910>>...13
/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 | 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 | 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 | 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 | mov.null.yaml | 18 title: Move null reference into register 19 description: Move null reference into a register.
|
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 | ldstatic.yaml | 64 Get static field value by field_id and put it into accumulator. 240 …description: Check that field value is loaded into accumulator in PandaAssembly context. More test… 280 …description: Check that field value is loaded into accumulator in PandaAssembly context. Signed in… 319 …description: Check that field value is loaded into accumulator in PandaAssembly context. More test… 352 …description: Check that field value is loaded into accumulator in PandaAssembly context. Signed in… 524 …description: Check that accumulator value is loaded from field into accumulator in PandaAssembly c… 556 …description: Check that accumulator value is loaded from field into accumulator in PandaAssembly c…
|
/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 | 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;
|
/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/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/ecmascript/dfx/vmstat/ |
D | function_call_timer.h | 35 …llTimer and EndCallTimer are inserted before and after the function call and generator reentry into 36 // aot. In ASM interpreter, StartCallTimer is inserted into JSCallDispatch and Resumegenerator inst… 37 // is inserted into the Return, ReturnUndefined and suspend related instruction.
|
/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/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/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.
|
D | arrays-04.pa | 19 # Load an element from array using accumulator as an index and puts it into accumulator. 29 # Store accumulator content into array slot pointed by index.
|
D | arrays-03.pa | 19 # Load an element from array using accumulator as an index and puts it into accumulator. 29 # Store accumulator content into array slot pointed by index.
|
/arkcompiler/runtime_core/ |
D | README.md | 26 … # Assembler that converts an ARK bytecode file in text format (*.pa) into a bytecode file in … 31 … Disassembler that converts an ARK bytecode file in binary format (*.abc) into an ARK bytecode fil… 75 The ark\_asm assembler converts the text ARK bytecode file into a bytecode file in binary format. 101 The ark\_disasm disassembler converts binary ARK bytecodes into readable text ARK bytecodes.
|
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
D | file_stream.h | 42 // Writes the chunk of data into the stream 73 // Writes the chunk of data into the stream
|
/arkcompiler/ets_runtime/ecmascript/jobs/tests/ |
D | micro_job_queue_test.cpp | 93 …* function to enter the "function" and TaggedArray object into the promise job queueof t… 129 …* function to enter the "function" and TaggedArray object into the script job queue of t… 176 …* value and enter "function" and TaggedArray object into the promise job queue.Calling "… 205 // get into the promise queue and execute PendingJob in HWTEST_F_L0() 218 …* value and enter the "function" and TaggedArray object into the script job queue and pr… 255 // get into the promise queue and execute PendingJob in HWTEST_F_L0()
|
12345678910>>...13