| /arkcompiler/runtime_core/compiler/docs/ |
| D | deoptimize_elimination_doc.md | 17 If `SaveStateDeoptimize` didn't have users, this instruction is replaced by `NOP`. 21 * Constant is equal 0 -> `DeoptimizeIf` is replaced by `NOP`. 29 For another inputs, algorithm try to replaced by `NOP` all `DeoptimizeIf` instruction which is domi… 58 3. NOP 65 10. NOP 66 7. NOP
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | nop.yaml | 16 - file-name: nop 29 - sig: nop 32 description: Check 'nop' doesn't affect register values. 37 nop 47 - '#{[*0..255].map do |i| " ldai #{i}\n nop\n jne v#{i}, err\n" end .join}'
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | deoptimize_elimination_test.cpp | 110 INST(3, Opcode::NOP); in TEST_F() 111 INST(4, Opcode::NOP); in TEST_F() 112 INST(5, Opcode::NOP); in TEST_F() 187 INST(11, Opcode::NOP); in TEST_F() 188 INST(12, Opcode::NOP); in TEST_F() 189 INST(13, Opcode::NOP); in TEST_F() 232 INST(3, Opcode::NOP); in TEST_F() 233 INST(4, Opcode::NOP); in TEST_F() 234 INST(5, Opcode::NOP); in TEST_F() 357 INST(6, Opcode::NOP); in TEST_F() [all …]
|
| /arkcompiler/ets_runtime/test/quickfix/class_name/patch/ |
| D | module.js | 16 export var nop = undefined variable
|
| /arkcompiler/ets_runtime/test/quickfix/global_var/ |
| D | module.js | 16 export var nop = undefined variable
|
| /arkcompiler/ets_runtime/test/quickfix/print_string/ |
| D | module.js | 16 export var nop = undefined variable
|
| /arkcompiler/ets_runtime/test/quickfix/class_name/ |
| D | module.js | 16 export var nop = undefined variable
|
| /arkcompiler/ets_runtime/test/quickfix/global_var/patch/ |
| D | module.js | 16 export var nop = undefined variable
|
| /arkcompiler/ets_runtime/test/quickfix/closure/patch/ |
| D | module.js | 16 export var nop = undefined variable
|
| /arkcompiler/ets_runtime/test/quickfix/class_inheritance/patch/ |
| D | module.js | 16 export var nop = undefined variable
|
| /arkcompiler/ets_runtime/test/quickfix/class_inheritance/ |
| D | module.js | 16 export var nop = undefined variable
|
| /arkcompiler/ets_runtime/test/quickfix/check_import/ |
| D | module.js | 16 export var nop = undefined variable
|
| /arkcompiler/ets_runtime/test/quickfix/check_import/patch/ |
| D | module.js | 16 export var nop = undefined variable
|
| D | base.js | 16 import { nop } from './module.js'
|
| /arkcompiler/ets_runtime/test/quickfix/global_func/ |
| D | module.js | 16 export var nop = undefined variable
|
| /arkcompiler/ets_runtime/test/quickfix/global_func/patch/ |
| D | module.js | 16 export var nop = undefined variable
|
| /arkcompiler/ets_runtime/test/quickfix/class_mem_func/ |
| D | module.js | 16 export var nop = undefined variable
|
| /arkcompiler/ets_runtime/test/quickfix/class_mem_var/patch/ |
| D | module.js | 16 export var nop = undefined variable
|
| /arkcompiler/ets_runtime/test/quickfix/print_string/patch/ |
| D | module.js | 16 export var nop = undefined variable
|
| /arkcompiler/ets_runtime/test/quickfix/class_mem_func/patch/ |
| D | module.js | 16 export var nop = undefined variable
|
| /arkcompiler/ets_runtime/test/quickfix/class_mem_var/ |
| D | module.js | 16 export var nop = undefined variable
|
| /arkcompiler/ets_runtime/test/quickfix/closure/ |
| D | module.js | 16 export var nop = undefined variable
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/tests/quickfix/multi_file/patch/ |
| D | module.js | 16 export let nop = undefined; variable
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/tests/quickfix/multi_file/base/ |
| D | module.js | 16 export let nop = undefined; variable
|
| D | index.js | 15 import { nop } from './module.js';
|