Searched refs:r15 (Results 1 - 11 of 11) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dregister_definitions_x86.cpp53 REGISTER_DEFINITION(Register, r15);
H A Dregister_x86.hpp92 CONSTANT_REGISTER_DECLARATION(Register, r15, (15));
H A Dc1_FrameMap_x86.cpp117 // r10 and r15 can never contain oops since they aren't available to
168 map_register(13, r15); r15_opr = LIR_OprFact::single_cpu(13);
H A Dc1_Runtime1_x86.cpp345 map->set_callee_saved(VMRegImpl::stack2reg(r15_off + num_rt_args), r15->as_VMReg());
362 map->set_callee_saved(VMRegImpl::stack2reg(r15H_off + num_rt_args), r15->as_VMReg()->next());
572 __ movptr(r15, Address(rsp, 0));
890 __ stop("StubAssembler::call_RT: rdi/r15 not callee saved?");
H A DsharedRuntime_x86_64.cpp221 map->set_callee_saved(STACK_OFFSET( r15_off ), r15->as_VMReg());
255 map->set_callee_saved(STACK_OFFSET( r15H_off ), r15->as_VMReg()->next());
H A DstubGenerator_x86_64.cpp122 // -11 [ saved r15 ] <--- rsp_after_call
155 // -7 [ saved r15 ]
275 __ movptr(r15_save, r15);
388 __ movptr(r15, r15_save);
H A Dassembler_x86.hpp131 REGISTER_DECLARATION(Register, r15_thread, r15); // callee-saved
H A Dassembler_x86.cpp5228 movq(r15, Address(rsp, 0));
5296 movq(Address(rsp, 0), r15); local
6662 PRINT_REG(r15, regs[0]);
7045 // rdi & rsi (also r15) are callee saved -> nothing to do
/openjdk7/hotspot/agent/src/os/linux/
H A DLinuxDebuggerLocal.c349 regs[REG_INDEX(R15)] = gregs.r15;
H A Dps_core.c561 print_debug("\tr15 = 0x%lx\n", newthr->regs.r15);
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dos_bsd_x86.cpp162 # define context_r15 uc_mcontext->DU3_PREFIX(ss,r15)

Completed in 97 milliseconds