Searched refs:_resultStr (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/adlc/
H A DarchDesc.hpp71 const char *_resultStr; member in class:MatchList
76 _resultStr = _lchild = _rchild = _opcode = NULL; }
82 _resultStr(resultStr), _lchild(lchild), _rchild(rchild) { }
H A Ddfa.cpp272 cost_check(fp, spaces6, ArchDesc::getMachOperEnum(mList._resultStr), cost, mList._opcode, status);
275 expand_opclass( fp, spaces6, cost, mList._resultStr, status);
279 strcmp(mList._opcode,mList._resultStr) ? mList._opcode : "Invalid";
283 chain_rule(fp, spaces6, mList._resultStr, cost, rule, operands_chained_from, status);
H A DarchDesc.cpp138 if ((res == _resultStr) || (res && _resultStr && !strcmp(res, _resultStr))) {

Completed in 39 milliseconds