Searched refs:MethodLocals (Results 1 – 3 of 3) sorted by relevance
122 ASL_METHOD_LOCAL *MethodLocals; in LkIsObjectUsed() local129 if (!Node->Op || !Node->MethodLocals) in LkIsObjectUsed()134 MethodLocals = (ASL_METHOD_LOCAL *) Node->MethodLocals; in LkIsObjectUsed()144 if ((MethodLocals[i].Flags & ASL_LOCAL_INITIALIZED) && in LkIsObjectUsed()145 (!(MethodLocals[i].Flags & ASL_LOCAL_REFERENCED))) in LkIsObjectUsed()149 MethodLocals[i].Op, MsgBuffer); in LkIsObjectUsed()
362 ASL_METHOD_LOCAL *MethodLocals = NULL; in XfNamespaceLocateBegin() local377 if (!Node->MethodLocals) in XfNamespaceLocateBegin()381 MethodLocals = UtLocalCalloc ( in XfNamespaceLocateBegin()383 Node->MethodLocals = MethodLocals; in XfNamespaceLocateBegin()454 MethodLocals = Node->MethodLocals; in XfNamespaceLocateBegin()460 MethodLocals[RegisterNumber].Flags |= ASL_LOCAL_INITIALIZED; in XfNamespaceLocateBegin()461 MethodLocals[RegisterNumber].Op = Op; in XfNamespaceLocateBegin()468 MethodLocals[RegisterNumber].Flags |= ASL_LOCAL_REFERENCED; in XfNamespaceLocateBegin()469 MethodLocals[RegisterNumber].Op = Op; in XfNamespaceLocateBegin()
202 void *MethodLocals; member
Completed in 12 milliseconds