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

/openjdk7/hotspot/src/share/vm/code/
H A DcodeBlob.cpp372 int unpack_with_reexecution_offset,
379 _unpack_with_reexecution = unpack_with_reexecution_offset;
391 int unpack_with_reexecution_offset,
404 unpack_with_reexecution_offset,
366 DeoptimizationBlob( CodeBuffer* cb, int size, OopMapSet* oop_maps, int unpack_offset, int unpack_with_exception_offset, int unpack_with_reexecution_offset, int frame_size ) argument
386 create( CodeBuffer* cb, OopMapSet* oop_maps, int unpack_offset, int unpack_with_exception_offset, int unpack_with_reexecution_offset, int frame_size) argument

Completed in 24 milliseconds