Home
last modified time | relevance | path

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

123

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DregSpiller.h52 [[nodiscard]] virtual bool Restored() const = 0;
79 [[nodiscard]] bool Restored() const override;
96 [[nodiscard]] bool Restored() const override;
DregAllocator.cpp147 ASSERT(Spiller().Restored()); in Run()
198 while (!Spiller().Restored()) { in Run()
214 ASSERT(Spiller().Restored()); in Run()
248 while (!Spiller().Restored()) { in Run()
DregSpiller.cpp76 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/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/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/static_core/runtime/fibers/arch/arm/
Dswitch.S51 /* branch to the restored PC */
/arkcompiler/runtime_core/static_core/runtime/bridge/arch/amd64/
Ddeoptimization_amd64.S30 // %r8 - last restored interpreter Frame
143 // %r8 - last restored interpreter Frame
/arkcompiler/runtime_core/static_core/runtime/fibers/arch/aarch64/
Dswitch.S63 /* branch to the restored PC */
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dmethod_properties.cpp63 * are not saved in the prologue and restored in the epilogue. in MethodProperties()
Dcodegen.h230 // 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/
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.
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Dreturn.yaml253 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.
Dreturn.void.yaml200 description: Check that after 'return.void' register are restored in caller.
Dthrow.yaml417 …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/ets_frontend/ets2panda/compiler/lowering/ets/
DobjectLiteralLowering.cpp71 // All nested block expressions should be restored in RestoreNestedBlockExpression()
139 …// Corresponding nested block expressions should be stored somewhere and restored after ScopesPhase in GenerateNewStatements()
/arkcompiler/runtime_core/static_core/compiler/docs/
Dbridges.md48 Here the tool corrected SaveState thus restored the object's safety.
Dif_conversion_doc.md8 …orrect(named branch misprediction), the pipeline stops and the state is restored. As result, sever…
/arkcompiler/runtime_core/static_core/runtime/bridge/arch/aarch64/
Ddeoptimization_aarch64.S66 // x4 - last restored interpreter Frame
222 // x4 - last restored interpreter Frame
/arkcompiler/runtime_core/static_core/runtime/bridge/arch/arm/
Ddeoptimization_arm.S30 // r4(slot0) - last restored interpreter Frame
221 // r4(slot0) - last restored interpreter Frame
/arkcompiler/runtime_core/static_core/runtime/arch/aarch64/
Dosr_aarch64.S239 …// 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/checker/types/
DtypeRelation.cpp175 …'t cache if the node has BoxingUnboxingFlags. These flags should be stored and restored on the node in IsCastableTo()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dbranch_elimination.cpp159 // NOTE (a.popov) DominatorsTree could be restored inplace in EliminateBranch()

123