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

/openjdk9/hotspot/src/cpu/x86/vm/
H A Dc1_Runtime1_x86.cpp287 r12_off, r12H_off, // 384, 388 enumerator in enum:reg_save_layout
342 map->set_callee_saved(VMRegImpl::stack2reg(r12_off + num_rt_args), r12->as_VMReg());
H A DsharedRuntime_x86_64.cpp103 r12_off, r12H_off, enumerator in enum:RegisterSaver::layout
236 map->set_callee_saved(STACK_OFFSET( r12_off ), r12->as_VMReg());
H A DstubGenerator_x86_64.cpp161 r12_off = -4, enumerator in enum:StubGenerator::call_stub_layout
181 r12_off = -8,
227 const Address r12_save(rbp, r12_off * wordSize);

Completed in 171 milliseconds