Searched refs:getMachOperEnum (Results 1 - 3 of 3) sorted by relevance
/openjdk7/hotspot/src/share/vm/adlc/ |
H A D | dfa.cpp | 195 const char* lchild_to_upper = ArchDesc::getMachOperEnum(mList._lchild); 203 const char* rchild_to_upper = ArchDesc::getMachOperEnum(mList._rchild); 217 const char* lchild_to_upper = ArchDesc::getMachOperEnum(mList._lchild); 223 const char* rchild_to_upper = ArchDesc::getMachOperEnum(mList._rchild); 272 cost_check(fp, spaces6, ArchDesc::getMachOperEnum(mList._resultStr), cost, mList._opcode, status); 305 cost_check(fp, indent, ArchDesc::getMachOperEnum(oclass), cost, result_type, status); 342 cost_check(fp, indent, ArchDesc::getMachOperEnum(result), total_cost, reduce_rule, status); 347 cost_check(fp, indent, ArchDesc::getMachOperEnum(result), total_cost, rule, status);
|
H A D | archDesc.hpp | 243 static const char *getMachOperEnum(const char *opName);// create dense index name
|
H A D | archDesc.cpp | 1158 return ArchDesc::getMachOperEnum(opName); 1162 const char *ArchDesc::getMachOperEnum(const char *opName) { function in class:ArchDesc
|
Completed in 207 milliseconds