Searched refs:MethodLocals (Results 1 – 3 of 3) sorted by relevance
230 ASL_METHOD_LOCAL *MethodLocals; in LkIsObjectUsed() local237 if (!Node->Op || !Node->MethodLocals) in LkIsObjectUsed()242 MethodLocals = (ASL_METHOD_LOCAL *) Node->MethodLocals; in LkIsObjectUsed()252 if ((MethodLocals[i].Flags & ASL_LOCAL_INITIALIZED) && in LkIsObjectUsed()253 (!(MethodLocals[i].Flags & ASL_LOCAL_REFERENCED))) in LkIsObjectUsed()257 MethodLocals[i].Op, AslGbl_MsgBuffer); in LkIsObjectUsed()
430 ASL_METHOD_LOCAL *MethodLocals = NULL; in XfNamespaceLocateBegin() local448 if (!Node->MethodLocals) in XfNamespaceLocateBegin()452 MethodLocals = UtLocalCalloc ( in XfNamespaceLocateBegin()454 Node->MethodLocals = MethodLocals; in XfNamespaceLocateBegin()525 MethodLocals = Node->MethodLocals; in XfNamespaceLocateBegin()531 MethodLocals[RegisterNumber].Flags |= ASL_LOCAL_INITIALIZED; in XfNamespaceLocateBegin()532 MethodLocals[RegisterNumber].Op = Op; in XfNamespaceLocateBegin()539 MethodLocals[RegisterNumber].Flags |= ASL_LOCAL_REFERENCED; in XfNamespaceLocateBegin()540 MethodLocals[RegisterNumber].Op = Op; in XfNamespaceLocateBegin()
310 void *MethodLocals; member