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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_Runtime1_x86.cpp285 r14_off, r14H_off, // 368, 372 enumerator in enum:reg_save_layout
344 map->set_callee_saved(VMRegImpl::stack2reg(r14_off + num_rt_args), r14->as_VMReg());
H A DsharedRuntime_x86_64.cpp92 r14_off, r14H_off, enumerator in enum:RegisterSaver::layout
220 map->set_callee_saved(STACK_OFFSET( r14_off ), r14->as_VMReg());
H A DstubGenerator_x86_64.cpp184 r14_off = -6, enumerator in enum:StubGenerator::call_stub_layout
204 r14_off = -10,
250 const Address r14_save(rbp, r14_off * wordSize);

Completed in 58 milliseconds