| 116 | void dump(); |
| 117 | |
| 118 | OSThread *getThreadRecord() const { return mThreadRecord; } |
| 119 | void *getStack() const { return mStackMemory; } |
| 120 | TLoad *getLoadInfo() { return &mLoadInfo; } |
| 121 | JKRHeap *getCurrentHeap() const { return mCurrentHeap; } |
no outgoing calls
no test coverage detected