Home
last modified time | relevance | path

Searched full:restored (Results 1 – 25 of 28) sorted by relevance

12

/arkcompiler/runtime_core/docs/
Dcfi_directives.md30 … saved `callees` from stack and also `fp`/`lr`. Here we annotate that saved registers are restored.
Don-stack-replacement.md90 Accordingly, they need to be restored back to the CPU registers or frame slots.
/arkcompiler/runtime_core/runtime/bridge/arch/amd64/
Ddeoptimization_amd64.S30 // %r8 - last restored interpreter Frame
143 // %r8 - last restored interpreter Frame
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dthrow.yaml769 …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 …
Dreturn.yaml375 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.
Dreturn.void.yaml281 description: Check that after 'return.void' register are restored in caller.
Dreturn.64.yaml356 description: Check that after 'return.64' register are restored in caller.
Dreturn.obj.yaml440 description: Check that after 'return.obj' register are restored in caller.
Dcall.virt.short.yaml784 Invoke virtual method and check if registers after calling is restored.
Dcall.virt.range_base.yaml909 Invoke virtual method and check if registers after calling is restored.
Dinitobj.short.yaml3336 …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…
Dcall.virt.yaml893 Invoke virtual method and check if registers after calling is restored.
Dinitobj.yaml3564 …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 …
Dinitobj.range.yaml3830 …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…
Dcall.acc.short.yaml2313 description: Check 'call.acc.short' that registers are restored after the call.
Dcall.acc.yaml2314 description: Check 'call.acc' that registers are restored after the call.
/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Dmethod_properties.cpp67 * are not saved in the prologue and restored in the epilogue. in MethodProperties()
Dcodegen.h215 // 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/
Dif_conversion_doc.md8 …orrect(named branch misprediction), the pipeline stops and the state is restored. As result, sever…
Dplt.md213 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/
Ddeoptimization_aarch64.S66 // x4 - last restored interpreter Frame
222 // x4 - last restored interpreter Frame
/arkcompiler/runtime_core/runtime/bridge/arch/arm/
Ddeoptimization_arm.S30 // r4(slot0) - last restored interpreter Frame
221 // r4(slot0) - last restored interpreter Frame
/arkcompiler/runtime_core/runtime/arch/aarch64/
Dosr_aarch64.S230 …// 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/
Dstack_walker_test.cpp138 … // AARCH64: only used callee-saved registers are saved/restored in prologue/epilogue. in Run()
/arkcompiler/runtime_core/compiler/tests/
Daot_test.cpp738 // Check that the option is restored: in TEST_F()

12