Searched refs:has_cache_index (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/ci/
H A DciStreams.cpp218 if (has_cache_index()) {
229 return has_cache_index() ? get_constant_raw_index() : -1;
240 if (has_cache_index()) {
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.cpp209 if (has_cache_index()) {
225 if (has_cache_index()) {
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;
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp1864 assert((ldc.has_cache_index() || cp->is_object_entry(ldc.pool_index()))

Completed in 69 milliseconds