Searched full:outside (Results 1 – 25 of 45) sorted by relevance
12
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | jmp.yaml | 164 # Jump outside function 228 description: Jump outside try/catch block. 235 jmp outside 247 outside: 256 description: Jump outside try/catch block. 265 jmp outside 277 outside:
|
| D | jnez.yaml | 240 description: Check that jump outside method is not allowed. 261 description: Jump outside try/catch block. 269 jnez outside 281 outside: 290 description: Jump outside try/catch block. 300 jnez outside 312 outside: 430 outside: 449 - values: ["outside"]
|
| D | jgtz.yaml | 270 description: Jump outside try/catch block. 278 jgtz outside 290 outside: 299 description: Jump outside try/catch block. 309 jgtz outside 321 outside: 439 outside: 458 - values: ["outside"]
|
| D | jeqz.yaml | 260 description: Jump outside try/catch block. 268 jeqz outside 280 outside: 289 description: Jump outside try/catch block. 299 jeqz outside 311 outside: 429 outside: 448 - values: ["outside"]
|
| D | jltz.yaml | 272 description: Jump outside try/catch block. 280 jltz outside 292 outside: 301 description: Jump outside try/catch block. 312 jltz outside 324 outside: 442 outside: 461 - values: ["outside"]
|
| D | jlez.yaml | 335 description: Jump outside try/catch block. 343 jlez outside 355 outside: 364 description: Jump outside try/catch block. 374 jlez outside 386 outside: 504 outside: 523 - values: ["outside"]
|
| D | jgez.yaml | 330 description: Jump outside try/catch block. 338 jgez outside 350 outside: 359 description: Jump outside try/catch block. 369 jgez outside 381 outside: 499 outside: 518 - values: ["outside"]
|
| D | jnez.obj.yaml | 181 outside: 200 - values: ["outside"] 253 outside: 272 - values: ["outside"]
|
| D | jeqz.obj.yaml | 181 outside: 200 - values: ["outside"] 253 outside: 272 - values: ["outside"]
|
| D | jeq.obj.yaml | 322 outside: 341 - values: ["outside"] 395 outside: 414 - values: ["outside"]
|
| D | jne.obj.yaml | 324 outside: 343 - values: ["outside"] 397 outside: 416 - values: ["outside"]
|
| D | jne.yaml | 299 outside: 318 - values: ["outside"]
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test-func-decl1-expected.txt | 1 SyntaxError: Private identifiers are not allowed outside class bodies. [test-func-decl1.ts:18:10]
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | graph_cloner.cpp | 186 // Populate resolver-block with phis for each instruction which has outside-loop user in CreateResolverBlock() 450 …input to the phi-resolver from outer block, it holds all instructions which have outside loop users in BuildLoopUnrollDataFlow() 627 * - replace inputs of all users, placed OUTSIDE cloneable loop, by the new `phi_out` instruction 644 // phi for outside users in UpdateUsersForClonedLoopHeader() 661 // user outside loop in UpdateUsersForClonedLoopHeader() 704 * \--->[outside-block] 715 * \--->[outside-block'] 766 …COMPILER_LOG(DEBUG, GRAPH_CLONER) << "New loop outside block created: " << new_outside_succ->GetId… in CreateNewOutsideSucc() 805 // Split outside succ after last phi in PrepareLoopToClone() 806 // create empty block before outside succ if outside succ don't contain phi insts in PrepareLoopToClone()
|
| D | graph_cloner.h | 84 * \--->[outside-block] 106 * \--->[outside-block] 123 * \--->[outside-block]
|
| /arkcompiler/runtime_core/runtime/include/ |
| D | class_helper.h | 37 using classWordSize = typename ClassConfig::classWordSize; // To be visible outside
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
| D | redundant_loop_elimination.cpp | 40 // check that loop have only one exit and one outside blocks in IsRedundant()
|
| /arkcompiler/toolchain/build/toolchain/ |
| D | toolchain.gni | 14 # Toolchain-related configuration that may be needed outside the context of the
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | move_constants_closer_to_usage_doc.md | 20 In both cases avoid moving into loop, find closest dominating block outside loop.
|
| D | loop_unrolling.md | 38 …e if it contains compare between loop-index instruction and test-instruction defined outside loop.
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | ts_type_parser.h | 25 * can only record GlobalTSTypeRef::MAX_LOCAL_ID types in one record, all types outside
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
| D | assembler_aarch64.cpp | 511 // Outside of the contiguous sequence of ones everything needs to be zero. in TrySequenceOfOnes() 512 uint64_t outside = 0; in TrySequenceOfOnes() local 521 std::swap(outside, inside); in TrySequenceOfOnes() 531 if ((shift < startIdx || endIdx < shift) && himm != outside) { in TrySequenceOfOnes() 532 orrImm = UpdateImm(orrImm, shift, outside == 0); in TrySequenceOfOnes() 539 orrImm = UpdateImm(orrImm, shift, outside == 0); in TrySequenceOfOnes()
|
| /arkcompiler/ets_frontend/ts2panda/scripts/ |
| D | diagnosticMessages.json | 394 …"Super calls are not permitted outside constructors or in nested functions inside constructors.": { 519 "Private identifiers are not allowed outside class bodies.": {
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/ |
| D | encoder.md | 5 Current realization is not building outside compiler.
|
| /arkcompiler/runtime_core/docs/ |
| D | design-of-interpreter.md | 53 the platform outside the interpreter. Having this crucial information copy-pasted or delivered as
|
12