Searched refs:METHOD_NAME_TO_ID (Results 1 – 1 of 1) sorted by relevance
59 private static final Map<String, Long> METHOD_NAME_TO_ID = new HashMap<String, Long>(); field in PropertyValuesHolder_Delegate68 Long methodId = METHOD_NAME_TO_ID.get(methodIndexName); in registerMethod()95 METHOD_NAME_TO_ID.put(methodIndexName, methodId); in registerMethod()202 METHOD_NAME_TO_ID.clear(); in clearCaches()