Searched refs:get_index_u1_cpcache (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/ci/
H A DciStreams.hpp160 int get_index_u1_cpcache() const { function in class:ciBytecodeStream
161 return bytecode().get_index_u1_cpcache(cur_bc_raw());
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeTracer.cpp61 int get_index_u1_cpcache() { return get_index_u1() + constantPoolOopDesc::CPCACHE_INDEX_TAG; } function in class:BytecodePrinter
395 print_constant(get_index_u1_cpcache(), st);
H A Dbytecode.hpp97 int get_index_u1_cpcache(Bytecodes::Code bc) const { function in class:Bytecode

Completed in 33 milliseconds