Home
last modified time | relevance | path

Searched refs:_funcCallStackSize (Results 1 – 4 of 4) sorted by relevance

/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/utils/AsmJit/core/
H A Dcompilerfunc.h130 { return _funcCallStackSize; } in getFuncCallStackSize()
179 int32_t _funcCallStackSize; member
H A Dcompilerfunc.cpp35 _funcCallStackSize(0) in CompilerFuncDecl()
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/utils/AsmJit/x86/
H A Dx86compilerfunc.h113 { return _funcCallStackSize + _memStackSize16 + _peMovStackSize + _peAdjustStackSize; } in _getRequiredStackOffset()
H A Dx86compilerfunc.cpp315 …? (_funcCallStackSize + _memStackSize16 + _peMovStackSize + _pePushPopStackSize + _peAdjustStackSi… in _preparePrologEpilog()
325 x86Context._variablesBaseOffset = _funcCallStackSize; in _preparePrologEpilog()
583 stackPos = _memStackSize16 + _funcCallStackSize; in _emitProlog()
669 stackPos = _memStackSize16 + _funcCallStackSize; in _emitEpilog()
799 if (size > _funcCallStackSize) in reserveStackForFunctionCall()
800 _funcCallStackSize = size; in reserveStackForFunctionCall()