Searched refs:is_secondary_index (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/ci/
H A DciCPCache.hpp46 if (constantPoolCacheOopDesc::is_secondary_index(i))
/openjdk7/hotspot/src/share/vm/oops/
H A DcpCacheOop.hpp418 static bool is_secondary_index(int i) { return (i < 0); } function in class:constantPoolCacheOopDesc
419 static int decode_secondary_index(int i) { assert(is_secondary_index(i), ""); return ~i; }
420 static int encode_secondary_index(int i) { assert(!is_secondary_index(i), ""); return ~i; }
436 if (is_secondary_index(i)) { // correct these on the fly
447 if (is_secondary_index(i)) {
483 if (is_secondary_index(raw_index))
H A DconstantPoolOop.cpp271 assert(!constantPoolCacheOopDesc::is_secondary_index(which), "no indy instruction here");
326 if (constantPoolCacheOopDesc::is_secondary_index(which)) {
350 guarantee(!constantPoolCacheOopDesc::is_secondary_index(which),
H A DconstantPoolOop.hpp710 if (invokedynamic_ok && constantPoolCacheOopDesc::is_secondary_index(raw_index))
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeTracer.cpp236 if (cache != NULL && constantPoolCacheOopDesc::is_secondary_index(i)) {
H A DbytecodeInterpreter.cpp2205 assert(constantPoolCacheOopDesc::is_secondary_index(index), "incorrect format");

Completed in 41 milliseconds