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

/openjdk7/hotspot/src/share/vm/oops/
H A DmethodDataOop.cpp493 int methodDataOopDesc::bytecode_cell_count(Bytecodes::Code code) { function in class:methodDataOopDesc
545 int cell_count = bytecode_cell_count(stream->code());
679 cell_count == bytecode_cell_count(c), "cell counts must agree");

Completed in 24 milliseconds