Searched refs:bytecode_1 (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/oops/
H A DcpCacheOop.cpp71 volatile Bytecodes::Code c = bytecode_1();
234 // We set bytecode_1() to _invokeinterface, because that is the
384 Bytecodes::Code invoke_code = bytecode_1();
637 st->print_cr("[%02x|%02x|%5d]", bytecode_2(), bytecode_1(), constant_pool_index());
H A DcpCacheOop.hpp290 case 1: return (bytecode_1() == code);
303 Bytecodes::Code bytecode_1() const { return Bytecodes::cast((primary_entry_indices() >> bytecode_1_shift) function in class:VALUE_OBJ_CLASS_SPEC

Completed in 49 milliseconds