Home
last modified time | relevance | path

Searched refs:CommandBufferJumpHelper (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-4.2.5/sources/libraries/gr/CTR/
Dgr_Utility.cpp32 CommandBufferJumpHelper::CommandBufferJumpHelper(bit32* address) in CommandBufferJumpHelper() function in nn::gr::CTR::CommandBufferJumpHelper
41 CommandBufferJumpHelper::~CommandBufferJumpHelper() in ~CommandBufferJumpHelper()
45 void CommandBufferJumpHelper::FinalizeJump(bit32* endAddress) in FinalizeJump()
/CTR-SDK-4.2.5/include/nn/gr/CTR/
Dgr_Utility.h38 class CommandBufferJumpHelper
46 CommandBufferJumpHelper(bit32* address);
48 ~CommandBufferJumpHelper();
1028 inline void CommandBufferJumpHelper::Jump(uptr subroutine, size_t subroutineSize ) in Jump()