Searched defs:r15_off (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_Runtime1_x86.cpp284 r15_off = extra_space_offset, r15H_off, // 360, 364 enumerator in enum:reg_save_layout
345 map->set_callee_saved(VMRegImpl::stack2reg(r15_off + num_rt_args), r15->as_VMReg());
H A DsharedRuntime_x86_64.cpp91 r15_off, r15H_off, enumerator in enum:RegisterSaver::layout
221 map->set_callee_saved(STACK_OFFSET( r15_off ), r15->as_VMReg());
H A DstubGenerator_x86_64.cpp183 r15_off = -7, enumerator in enum:StubGenerator::call_stub_layout
203 r15_off = -11,
249 const Address r15_save(rbp, r15_off * wordSize);

Completed in 57 milliseconds