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

/openjdk9/hotspot/src/cpu/x86/vm/
H A Dc1_Runtime1_x86.cpp286 r13_off, r13H_off, // 376, 380 enumerator in enum:reg_save_layout
343 map->set_callee_saved(VMRegImpl::stack2reg(r13_off + num_rt_args), r13->as_VMReg());
H A DsharedRuntime_x86_64.cpp102 r13_off, r13H_off, enumerator in enum:RegisterSaver::layout
237 map->set_callee_saved(STACK_OFFSET( r13_off ), r13->as_VMReg());
H A DstubGenerator_x86_64.cpp160 r13_off = -5, enumerator in enum:StubGenerator::call_stub_layout
180 r13_off = -9,
226 const Address r13_save(rbp, r13_off * wordSize);

Completed in 178 milliseconds