Searched refs:uses_cp_cache (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeTracer.cpp225 if (Bytecodes::uses_cp_cache(code)) {
394 if (Bytecodes::uses_cp_cache(raw_code())) {
403 if (Bytecodes::uses_cp_cache(raw_code())) {
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
/openjdk7/hotspot/src/share/vm/ci/
H A DciStreams.hpp152 bool has_cache_index() const { return Bytecodes::uses_cp_cache(cur_bc_raw()); }
/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

Completed in 573 milliseconds