Home
last modified time | relevance | path

Searched refs:MethodLocals (Results 1 – 3 of 3) sorted by relevance

/acpica-3.5.0/source/compiler/
Dasllookup.c230 ASL_METHOD_LOCAL *MethodLocals; in LkIsObjectUsed() local
237 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()
Daslxref.c430 ASL_METHOD_LOCAL *MethodLocals = NULL; in XfNamespaceLocateBegin() local
448 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()
/acpica-3.5.0/source/include/
Daclocal.h310 void *MethodLocals; member