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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DsharedRuntime_sparc.cpp2259 bool reg_destroyed[RegisterImpl::number_of_registers]; local
2262 reg_destroyed[r] = false;
2274 assert(!reg_destroyed[in_regs[i].first()->as_Register()->encoding()], "ack!");
2279 reg_destroyed[out_regs[c_arg].first()->as_Register()->encoding()] = true;
2937 bool reg_destroyed[RegisterImpl::number_of_registers]; local
2940 reg_destroyed[r] = false;
2964 assert(!reg_destroyed[src.first()->as_Register()->encoding()], "ack!");
2970 reg_destroyed[dst.first()->as_Register()->encoding()] = true;
/openjdk7/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_64.cpp2077 bool reg_destroyed[RegisterImpl::number_of_registers]; local
2080 reg_destroyed[r] = false;
2127 assert(!reg_destroyed[in_regs[i].first()->as_Register()->encoding()], "destroyed reg!");
2132 reg_destroyed[out_regs[c_arg].first()->as_Register()->encoding()] = true;
2144 reg_destroyed[out_regs[c_arg].first()->as_Register()->encoding()] = true;

Completed in 52 milliseconds