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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_CodeStubs.hpp357 int _bytes_to_copy; member in class:PatchingStub
388 _bytes_to_copy = masm->pc() - pc_start();
411 assert(_bytes_to_copy <= (masm->pc() - pc_start()), "not enough bytes");

Completed in 24 milliseconds