| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | regSpiller.h | 52 [[nodiscard]] virtual bool Restored() const = 0; 79 [[nodiscard]] bool Restored() const override; 96 [[nodiscard]] bool Restored() const override;
|
| D | regAllocator.cpp | 147 ES2PANDA_ASSERT(Spiller().Restored()); in Run() 199 while (!Spiller().Restored()) { in Run() 215 ES2PANDA_ASSERT(Spiller().Restored()); in Run() 250 while (!Spiller().Restored()) { in Run()
|
| D | regSpiller.cpp | 76 bool DynamicRegSpiller::Restored() const in Restored() function in ark::es2panda::compiler::DynamicRegSpiller 107 bool StaticRegSpiller::Restored() const in Restored() function in ark::es2panda::compiler::StaticRegSpiller
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/escompat/ |
| D | ArrayKeysIteratorTest.ets | 19 suite.addTest("Test Array.keys() is not restored after done", testArrayKeysIteratorFinal)
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | cfi_directives.md | 30 … saved `callees` from stack and also `fp`/`lr`. Here we annotate that saved registers are restored.
|
| D | on-stack-replacement.md | 90 Accordingly, they need to be restored back to the CPU registers or frame slots.
|
| /arkcompiler/runtime_core/docs/ |
| D | cfi_directives.md | 30 … saved `callees` from stack and also `fp`/`lr`. Here we annotate that saved registers are restored.
|
| D | on-stack-replacement.md | 90 Accordingly, they need to be restored back to the CPU registers or frame slots.
|
| /arkcompiler/runtime_core/static_core/runtime/fibers/arch/arm/ |
| D | switch.S | 51 /* branch to the restored PC */
|
| /arkcompiler/runtime_core/static_core/runtime/fibers/arch/aarch64/ |
| D | switch.S | 63 /* branch to the restored PC */
|
| /arkcompiler/runtime_core/static_core/runtime/bridge/arch/amd64/ |
| D | deoptimization_amd64.S | 30 // %r8 - last restored interpreter Frame 143 // %r8 - last restored interpreter Frame
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | method_properties.cpp | 63 * are not saved in the prologue and restored in the epilogue. in MethodProperties()
|
| D | codegen.h | 230 // 1) these ones are saved/restored by caller 231 …// 2) the remaining ones are saved/restored by the bridge function (aarch only) or by fastpath pro…
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | throw.yaml | 769 …description: If no exception handler is found, the frame of invoker is restored. If such frame exi… 815 …description: If no exception handler is found, the frame of invoker is restored. If such frame exi… 863 …If no exception handler is found, the frame of invoker is restored. If such frame exists, the exce… 864 …exception handler is found, the frame of invoker is restored. If such frame exists, the exception … 909 …If no exception handler is found, the frame of invoker is restored. If such frame exists, the exce… 910 …exception handler is found, the frame of invoker is restored. If such frame exists, the exception … 1035 …If no exception handler is found, the frame of invoker is restored. If such frame exists, the exce… 1036 …exception handler is found, the frame of invoker is restored. If such frame exists, the exception …
|
| D | return.yaml | 375 description: Check that after 'return' register are restored in caller after a static call. 483 description: Check that after 'return' register are restored in caller after a virtual call.
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | bridges.md | 48 Here the tool corrected SaveState thus restored the object's safety.
|
| D | if_conversion_doc.md | 8 …orrect(named branch misprediction), the pipeline stops and the state is restored. As result, sever…
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | return.yaml | 253 description: Check that after 'return' register are restored in caller after a static call. 360 description: Check that after 'return' register are restored in caller after a virtual call.
|
| D | return.void.yaml | 200 description: Check that after 'return.void' register are restored in caller.
|
| D | throw.yaml | 417 …description: If no exception handler is found, the frame of invoker is restored. If such frame exi… 460 …If no exception handler is found, the frame of invoker is restored. If such frame exists, the exce… 461 …exception handler is found, the frame of invoker is restored. If such frame exists, the exception …
|
| /arkcompiler/runtime_core/static_core/runtime/arch/aarch64/ |
| D | osr_aarch64.S | 239 …// Push callee saved registers into cframe. They will be restored by epilogue of the compiled code. 336 …// Push callee saved registers into cframe. They will be restored by epilogue of the compiled code.
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | objectLiteralLowering.cpp | 66 // All nested block expressions should be restored in RestoreNestedBlockExpression() 233 …// Corresponding nested block expressions should be stored somewhere and restored after ScopesPhase in GenerateNewStatements()
|
| /arkcompiler/runtime_core/static_core/runtime/bridge/arch/arm/ |
| D | deoptimization_arm.S | 30 // r4(slot0) - last restored interpreter Frame 221 // r4(slot0) - last restored interpreter Frame
|
| /arkcompiler/runtime_core/static_core/runtime/bridge/arch/aarch64/ |
| D | deoptimization_aarch64.S | 66 // x4 - last restored interpreter Frame 222 // x4 - last restored interpreter Frame
|
| /arkcompiler/runtime_core/taihe/scripts/ |
| D | install-ubuntu-deps | 185 log "INFO" "Restored pip configuration backup"
|