Searched full:restored (Results 1 – 25 of 28) sorted by relevance
12
| /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/runtime/bridge/arch/amd64/ |
| D | deoptimization_amd64.S | 30 // %r8 - last restored interpreter Frame 143 // %r8 - last restored interpreter Frame
|
| /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.
|
| D | return.void.yaml | 281 description: Check that after 'return.void' register are restored in caller.
|
| D | return.64.yaml | 356 description: Check that after 'return.64' register are restored in caller.
|
| D | return.obj.yaml | 440 description: Check that after 'return.obj' register are restored in caller.
|
| D | call.virt.short.yaml | 784 Invoke virtual method and check if registers after calling is restored.
|
| D | call.virt.range_base.yaml | 909 Invoke virtual method and check if registers after calling is restored.
|
| D | initobj.short.yaml | 3336 …description: Check 'initobj.short' that registers are restored after the initializer call PandaAss… 3460 …description: Check 'initobj.short' that registers are restored after the initializer call PandaAss…
|
| D | call.virt.yaml | 893 Invoke virtual method and check if registers after calling is restored.
|
| D | initobj.yaml | 3564 …description: Check 'initobj' that registers are restored after the initializer call PandaAssembly … 3685 …description: Check 'initobj' that registers are restored after the initializer call PandaAssembly …
|
| D | initobj.range.yaml | 3830 …description: Check 'initobj.range' that registers are restored after the initializer call PandaAss… 3950 …description: Check 'initobj.range' that registers are restored after the initializer call PandaAss…
|
| D | call.acc.short.yaml | 2313 description: Check 'call.acc.short' that registers are restored after the call.
|
| D | call.acc.yaml | 2314 description: Check 'call.acc' that registers are restored after the call.
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/ |
| D | method_properties.cpp | 67 * are not saved in the prologue and restored in the epilogue. in MethodProperties()
|
| D | codegen.h | 215 // 1) these ones are saved/restored by caller 216 // 2) the remaining ones are saved/restored by the bridge function (aarch only)
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | if_conversion_doc.md | 8 …orrect(named branch misprediction), the pipeline stops and the state is restored. As result, sever…
|
| D | plt.md | 213 On `x86_64` this step is not required, as `r12` appears to be callee-saved register and is restored…
|
| /arkcompiler/runtime_core/runtime/bridge/arch/aarch64/ |
| D | deoptimization_aarch64.S | 66 // x4 - last restored interpreter Frame 222 // x4 - last restored interpreter Frame
|
| /arkcompiler/runtime_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/runtime/arch/aarch64/ |
| D | osr_aarch64.S | 230 …// Push callee saved registers into cframe. They will be restored by epilogue of the compiled code. 318 …// Push callee saved registers into cframe. They will be restored by epilogue of the compiled code.
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | stack_walker_test.cpp | 138 … // AARCH64: only used callee-saved registers are saved/restored in prologue/epilogue. in Run()
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | aot_test.cpp | 738 // Check that the option is restored: in TEST_F()
|
12