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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp1355 bool needs_patching = (patch_code != lir_patch_none); local
1362 if (needs_patching) {
1371 if (needs_patching) {
1501 bool needs_patching = (patch_code != lir_patch_none); local
1508 if (needs_patching) {
1517 if (needs_patching) {
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp1669 bool needs_patching = x->needs_patching(); local
1675 if (needs_patching) {
1693 if (is_volatile || needs_patching) {
1710 if (PrintNotLoaded && needs_patching) {
1717 (needs_patching ||
1724 if (needs_patching) {
1743 needs_patching, local
1747 if (is_volatile && !needs_patching) {
1750 LIR_PatchCode patch_code = needs_patching
1766 bool needs_patching = x->needs_patching(); local
[all...]

Completed in 49 milliseconds