Home
last modified time | relevance | path

Searched full:activation (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/
DErrors.ets118 …nts an error that occurs when the available memory is not sufficient to create the activation frame
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_proepilog.cpp207 cgFunc.GetCurBB()->AppendInsn(aarchCGFunc.CreateCommentInsn("allocate activation frame")); in AppendInstructionAllocateCallFrame()
277 …cgFunc.GetCurBB()->AppendInsn(aarchCGFunc.CreateCommentInsn("allocate activation frame for debuggi… in AppendInstructionAllocateCallFrameDebug()
580 * Activation Frame is allocated as part of pushing FP/LR pair in GenerateProlog()
589 … cgFunc.GetCurBB()->AppendInsn(aarchCGFunc.CreateCommentInsn("allocate activation frame")); in GenerateProlog()
925 … cgFunc.GetCurBB()->AppendInsn(aarchCGFunc.CreateCommentInsn("pop up activation frame")); in GenerateEpilog()
/arkcompiler/runtime_core/isa/
Disa.yaml26 …The scope of a register is function frame (also known as activation record). If instruction define…
/arkcompiler/runtime_core/static_core/isa/
Disa.yaml26 …The scope of a register is a *function frame* (also known as *activation record*). If an instructi…
/arkcompiler/ets_runtime/test/regresstest/
Dregresstest_skip_tests.json2105 "mjsunit/maglev/lazy-deopt-without-onstack-activation.js",
2118 "mjsunit/maglev/lazy-deopt-with-onstack-activation.js",