Home
last modified time | relevance | path

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

/third_party/lib/acpica/source/compiler/
A Dasllookup.c122 ASL_METHOD_LOCAL *MethodLocals; in LkIsObjectUsed() local
129 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()
A Daslxref.c362 ASL_METHOD_LOCAL *MethodLocals = NULL; in XfNamespaceLocateBegin() local
377 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()
/third_party/lib/acpica/source/include/acpica/
A Daclocal.h202 void *MethodLocals; member

Completed in 12 milliseconds