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, AslGbl_MsgBuffer); in LkIsObjectUsed()
322 ASL_METHOD_LOCAL *MethodLocals = NULL; in XfNamespaceLocateBegin() local340 if (!Node->MethodLocals) in XfNamespaceLocateBegin()344 MethodLocals = UtLocalCalloc ( in XfNamespaceLocateBegin()346 Node->MethodLocals = MethodLocals; in XfNamespaceLocateBegin()417 MethodLocals = Node->MethodLocals; in XfNamespaceLocateBegin()423 MethodLocals[RegisterNumber].Flags |= ASL_LOCAL_INITIALIZED; in XfNamespaceLocateBegin()424 MethodLocals[RegisterNumber].Op = Op; in XfNamespaceLocateBegin()431 MethodLocals[RegisterNumber].Flags |= ASL_LOCAL_REFERENCED; in XfNamespaceLocateBegin()432 MethodLocals[RegisterNumber].Op = Op; in XfNamespaceLocateBegin()
202 void *MethodLocals; member