| 164 | return context.shared + context.globalOffsetByMangledName(mangledNameHash); |
| 165 | } |
| 166 | __forceinline char * computeLocal ( Context & context ) const { |
| 167 | return context.stack.sp() + stackTop; |
| 168 | } |
| 169 | __forceinline char * computeLocalRefOff ( Context & context ) const { |
| 170 | return (*(char **)(context.stack.sp() + stackTop)) + offset; |
| 171 | } |