Searched full:occurs (Results 1 – 23 of 23) sorted by relevance
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | jgez.yaml | 35 Check jump occurs or not occurs, depending on `acc < 0` condition 85 Check jump occurs or not occurs, depending on `acc > 0` condition 149 Check jump occurs or not occurs, depending on `acc == 0` condition 212 Check jump not occurs if `acc < 0`
|
| D | jlez.yaml | 35 Check jump occurs or not occurs, depending on `acc < 0` condition 85 Check jump occurs or not occurs, depending on `acc < 0` condition 151 Check jump occurs or not occurs, depending on `acc == 0` condition 214 Check jump not occurs if `acc > 0`
|
| D | jgtz.yaml | 35 Check jump occurs or not occurs, depending on `acc < 0` condition 85 Check jump occurs or not occurs, depending on `acc > 0` condition 149 Check jump not occurs if `acc <= 0`
|
| D | jeqz.yaml | 35 Check jump occurs or not occurs, depending on `acc == 0` condition 85 Check jump occurs or not occurs, depending on `acc == 0` condition 148 Check jump not occurs if `acc != 0`
|
| D | jnez.yaml | 37 Check jump occurs or not occurs, depending on `acc!=0` condition 87 Check jump occurs or not occurs, depending on `acc != 0` condition 151 Check jump not occurs if `acc >= 0`
|
| D | jltz.yaml | 35 Check jump occurs or not occurs, depending on `acc < 0` condition 85 Check jump occurs or not occurs, depending on `acc < 0` condition 151 Check jump not occurs if `acc >= 0`
|
| D | ststatic.64.yaml | 388 …ck that ExceptionInInitializerError is thrown if an unexpected exception occurs in static initiali… 454 …ck that ExceptionInInitializerError is thrown if an unexpected exception occurs in static initiali…
|
| D | ldstatic.64.yaml | 383 …ck that ExceptionInInitializerError is thrown if an unexpected exception occurs in static initiali… 448 …ck that ExceptionInInitializerError is thrown if an unexpected exception occurs in static initiali…
|
| D | ldstatic.obj.yaml | 459 …ck that ExceptionInInitializerError is thrown if an unexpected exception occurs in static initiali… 524 …ck that ExceptionInInitializerError is thrown if an unexpected exception occurs in static initiali…
|
| D | ststatic.yaml | 390 …ck that ExceptionInInitializerError is thrown if an unexpected exception occurs in static initiali… 456 …ck that ExceptionInInitializerError is thrown if an unexpected exception occurs in static initiali…
|
| D | ldstatic.yaml | 392 …ck that ExceptionInInitializerError is thrown if an unexpected exception occurs in static initiali… 457 …ck that ExceptionInInitializerError is thrown if an unexpected exception occurs in static initiali…
|
| D | ststatic.obj.yaml | 729 …ck that ExceptionInInitializerError is thrown if an unexpected exception occurs in static initiali… 796 …ck that ExceptionInInitializerError is thrown if an unexpected exception occurs in static initiali…
|
| /arkcompiler/runtime_core/docs/ |
| D | runtime-debug-api.md | 26 * `LoadModule` - occurs when panda file is loaded by the runtime 27 * `BytecodePcChanged` - occurs when bytecode pc is changed during interpretation (only if runtime w…
|
| D | deoptimization.md | 7 …cesses the result of the check and if the result is incorrect the output to the interpreter occurs.
|
| /arkcompiler/ets_runtime/test/aottest/aot_compatibility_test/base_verification/ |
| D | base_verification.ts | 34 print(hc0 === hc1); // verify no transition occurs in constructor
|
| /arkcompiler/runtime_core/irtoc/scripts/ |
| D | resolvers.irt | 120 …# Second case occurs when class initialization is triggered again during static constructor execut…
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | memory_coalescing_doc.md | 46 The problem occurs with a coalesced load because a load instruction of multiple values produces mul…
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_module_source_text.cpp | 464 // 11. Assert: module occurs exactly once in stack. in InnerModuleInstantiation() 872 // 12. Assert: module occurs exactly once in stack. in InnerModuleEvaluation()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_locale.cpp | 326 … // c. If pos ≥ 2 and the character "-" occurs at index pos-2 of candidate, decrease pos by 2. in BestAvailableLocale()
|
| D | js_object.cpp | 937 …// 4. Return true, if every field in Desc also occurs in current and the value of every field in D… in ValidateAndApplyPropertyDescriptor()
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | alias_analysis_test.cpp | 460 // happen if several inlinings occurs with multidimentional array operations in TEST_F()
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/ |
| D | codegen.cpp | 1005 // Reg-to-reg spill fill must not occurs within SaveState in CreateVreg()
|
| /arkcompiler/ets_frontend/test262/ |
| D | CI_tests.txt | 2458 built-ins/Set/prototype/delete/returns-true-when-delete-operation-occurs.js
|