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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRGenerator_sparc.cpp309 void LIRGenerator::store_stack_parameter (LIR_Opr item, ByteSize offset_from_sp) { function in class:LIRGenerator
980 store_stack_parameter (size->result(),
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRGenerator_x86.cpp254 void LIRGenerator::store_stack_parameter (LIR_Opr item, ByteSize offset_from_sp) { function in class:LIRGenerator
1118 store_stack_parameter(size->result(), in_ByteSize(i*4));
1268 store_stack_parameter(LIR_OprFact::intConst(block->block_id()), in_ByteSize(0));

Completed in 44 milliseconds