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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp1282 LIR_PatchCode _patch; // only required with patchin (NEEDS_CLEANUP: do we want a special instruction for patching?) member in class:LIR_Op1
1295 , _patch(patch)
1301 , _patch(patch)
1310 , _patch(lir_patch_none)
1314 LIR_PatchCode patch_code() const { return _patch; }

Completed in 43 milliseconds