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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRGenerator_sparc.cpp192 LIR_Address* LIRGenerator::emit_array_address(LIR_Opr array_opr, LIR_Opr index_opr, argument
204 base_opr = array_opr;
209 __ add(array_opr, LIR_OprFact::intptrConst(array_offset), base_opr);
212 __ add(base_opr, array_opr, base_opr);
228 __ add(base_opr, array_opr, base_opr);
230 __ add(index_opr, array_opr, base_opr);
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRGenerator_x86.cpp162 LIR_Address* LIRGenerator::emit_array_address(LIR_Opr array_opr, LIR_Opr index_opr, argument
169 addr = new LIR_Address(array_opr,
179 addr = new LIR_Address(array_opr,
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.hpp347 LIR_Address* emit_array_address(LIR_Opr array_opr, LIR_Opr index_opr, BasicType type, bool needs_card_mark);

Completed in 890 milliseconds