Searched defs:uses_cp_cache (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java381 public static boolean uses_cp_cache (int code) { check(code); return has_all_flags(code, _fmt_has_j, false); } method in class:Bytecodes
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp407 static bool uses_cp_cache (Code code) { check(code); return has_all_flags(code, _fmt_has_j, false); } function in class:Bytecodes

Completed in 112 milliseconds