Searched refs:SetLocal (Results 1 – 6 of 6) sorted by relevance
79 thread.SetLocal("context", ctx)
40 thread.SetLocal(localKey, r)
280 def SetLocal : AccessOpcode { let HasCustomEval = 1; }
310 bool SetLocal(InterpState &S, CodePtr OpPC, uint32_t I) { in SetLocal() function
117 thread.SetLocal(contextKey, pool)
98 func (thread *Thread) SetLocal(key string, value interface{}) { func