Lines Matching refs:ParseOpcode
176 UINT32 ParseOpcode, in TrSetOpIntegerValue() argument
187 UtGetOpName (Op->Asl.ParseOpcode), in TrSetOpIntegerValue()
188 UtGetOpName (ParseOpcode)); in TrSetOpIntegerValue()
192 if (Op->Asl.ParseOpcode == PARSEOP_ONES) in TrSetOpIntegerValue()
194 switch (ParseOpcode) in TrSetOpIntegerValue()
220 Op->Asl.ParseOpcode = (UINT16) ParseOpcode; in TrSetOpIntegerValue()
227 switch (ParseOpcode) in TrSetOpIntegerValue()
257 (ParseOpcode == PARSEOP_METHODCALL)) in TrSetOpIntegerValue()
479 Op, NumChildren, UtGetOpName(Op->Asl.ParseOpcode)); in TrLinkOpChildren()
481 switch (Op->Asl.ParseOpcode) in TrLinkOpChildren()
489 Op->Asl.ParseOpcode = PARSEOP_DEFAULT_ARG; in TrLinkOpChildren()
583 (Op->Asl.Child->Asl.ParseOpcode == PARSEOP_DEFINITION_BLOCK)) in TrLinkOpChildren()
658 Op1, Op1 ? UtGetOpName(Op1->Asl.ParseOpcode) : NULL, in TrLinkPeerOp()
659 Op2, Op2 ? UtGetOpName(Op2->Asl.ParseOpcode) : NULL); in TrLinkPeerOp()
795 Op1, Op1 ? UtGetOpName(Op1->Asl.ParseOpcode): NULL, in TrLinkChildOp()
796 Op2, Op2 ? UtGetOpName(Op2->Asl.ParseOpcode): NULL); in TrLinkChildOp()
805 if (Op1->Asl.ParseOpcode == PARSEOP_METHODCALL) in TrLinkChildOp()
872 if (Op->Asl.ParseOpcode == PARSEOP_DEFINITION_BLOCK && in TrWalkParseTree()
1061 if (Op->Asl.ParseOpcode == PARSEOP_DEFINITION_BLOCK && in TrWalkParseTree()
1071 if (Op->Asl.ParseOpcode == PARSEOP_DEFINITION_BLOCK && in TrWalkParseTree()