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

/openjdk10/hotspot/src/share/vm/adlc/
H A Ddfa.cpp195 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 DarchDesc.hpp249 static const char *getMachOperEnum(const char *opName);// create dense index name
H A DarchDesc.cpp1137 return ArchDesc::getMachOperEnum(opName);
1141 const char *ArchDesc::getMachOperEnum(const char *opName) { function in class:ArchDesc

Completed in 43 milliseconds