Home
last modified time | relevance | path

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

/external/oj-libjdwp/make/src/classes/build/tools/jdwpgen/
DConstantSetNode.java36 protected static final Map<String, String> constantMap = new HashMap<>(); field in ConstantSetNode
50 constantMap.put(name + "_" + ((ConstantNode) node).getName(), node.comment()); in constrainComponent()
89 String com = constantMap.get(key); in getConstant()