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

/openjdk7/hotspot/src/share/vm/ci/
H A DciStreams.hpp152 bool has_cache_index() const { return Bytecodes::uses_cp_cache(cur_bc_raw()); } function in class:ciBytecodeStream
167 assert(!has_cache_index(), "else use cpcache variant");
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecode.hpp344 bool has_cache_index() const { return code() >= Bytecodes::number_of_java_codes; } function in class:Bytecode_loadconstant
348 return has_cache_index() ? raw_index() : -1;

Completed in 33 milliseconds