Home
last modified time | relevance | path

Searched full:outside (Results 1 – 25 of 45) sorted by relevance

12

/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Djmp.yaml164 # 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:
Djnez.yaml240 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"]
Djgtz.yaml270 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"]
Djeqz.yaml260 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"]
Djltz.yaml272 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"]
Djlez.yaml335 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"]
Djgez.yaml330 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"]
Djnez.obj.yaml181 outside:
200 - values: ["outside"]
253 outside:
272 - values: ["outside"]
Djeqz.obj.yaml181 outside:
200 - values: ["outside"]
253 outside:
272 - values: ["outside"]
Djeq.obj.yaml322 outside:
341 - values: ["outside"]
395 outside:
414 - values: ["outside"]
Djne.obj.yaml324 outside:
343 - values: ["outside"]
397 outside:
416 - values: ["outside"]
Djne.yaml299 outside:
318 - values: ["outside"]
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-func-decl1-expected.txt1 SyntaxError: Private identifiers are not allowed outside class bodies. [test-func-decl1.ts:18:10]
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph_cloner.cpp186 // 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()
Dgraph_cloner.h84 * \--->[outside-block]
106 * \--->[outside-block]
123 * \--->[outside-block]
/arkcompiler/runtime_core/runtime/include/
Dclass_helper.h37 using classWordSize = typename ClassConfig::classWordSize; // To be visible outside
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dredundant_loop_elimination.cpp40 // check that loop have only one exit and one outside blocks in IsRedundant()
/arkcompiler/toolchain/build/toolchain/
Dtoolchain.gni14 # Toolchain-related configuration that may be needed outside the context of the
/arkcompiler/runtime_core/compiler/docs/
Dmove_constants_closer_to_usage_doc.md20 In both cases avoid moving into loop, find closest dominating block outside loop.
Dloop_unrolling.md38 …e if it contains compare between loop-index instruction and test-instruction defined outside loop.
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_parser.h25 * can only record GlobalTSTypeRef::MAX_LOCAL_ID types in one record, all types outside
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64.cpp511 // 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/
DdiagnosticMessages.json394 …"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/
Dencoder.md5 Current realization is not building outside compiler.
/arkcompiler/runtime_core/docs/
Ddesign-of-interpreter.md53 the platform outside the interpreter. Having this crucial information copy-pasted or delivered as

12