| 4244 | } |
| 4245 | |
| 4246 | uint8* CeContext::GetMemoryPtr(addr_ce addr, int32 size) |
| 4247 | { |
| 4248 | if (CheckMemory(addr, size)) |
| 4249 | return mMemory.mVals + addr; |
| 4250 | return NULL; |
| 4251 | } |
| 4252 | |
| 4253 | bool CeContext::GetStringFromAddr(addr_ce strInstAddr, StringImpl& str) |
| 4254 | { |
no outgoing calls
no test coverage detected