Home
last modified time | relevance | path

Searched full:occurs (Results 1 – 23 of 23) sorted by relevance

/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Djgez.yaml35 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`
Djlez.yaml35 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`
Djgtz.yaml35 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`
Djeqz.yaml35 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`
Djnez.yaml37 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`
Djltz.yaml35 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`
Dststatic.64.yaml388 …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…
Dldstatic.64.yaml383 …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…
Dldstatic.obj.yaml459 …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…
Dststatic.yaml390 …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…
Dldstatic.yaml392 …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…
Dststatic.obj.yaml729 …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/
Druntime-debug-api.md26 * `LoadModule` - occurs when panda file is loaded by the runtime
27 * `BytecodePcChanged` - occurs when bytecode pc is changed during interpretation (only if runtime w…
Ddeoptimization.md7 …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/
Dbase_verification.ts34 print(hc0 === hc1); // verify no transition occurs in constructor
/arkcompiler/runtime_core/irtoc/scripts/
Dresolvers.irt120 …# Second case occurs when class initialization is triggered again during static constructor execut…
/arkcompiler/runtime_core/compiler/docs/
Dmemory_coalescing_doc.md46 The problem occurs with a coalesced load because a load instruction of multiple values produces mul…
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp464 // 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/
Djs_locale.cpp326 … // c. If pos ≥ 2 and the character "-" occurs at index pos-2 of candidate, decrease pos by 2. in BestAvailableLocale()
Djs_object.cpp937 …// 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/
Dalias_analysis_test.cpp460 // happen if several inlinings occurs with multidimentional array operations in TEST_F()
/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Dcodegen.cpp1005 // Reg-to-reg spill fill must not occurs within SaveState in CreateVreg()
/arkcompiler/ets_frontend/test262/
DCI_tests.txt2458 built-ins/Set/prototype/delete/returns-true-when-delete-operation-occurs.js