Searched refs:rbx_off (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_32.cpp76 rbx_off, enumerator in enum:RegisterSaver::layout
95 static int rbx_offset() { return rbx_off; }
103 static int rbxOffset(void) { return rbx_off; }
234 map->set_callee_saved(STACK_OFFSET( rbx_off), rbx->as_VMReg());
H A Dc1_Runtime1_x86.cpp299 rbx_off, SLOT2(rbxH_off) // 456, 460 enumerator in enum:reg_save_layout
334 map->set_callee_saved(VMRegImpl::stack2reg(rbx_off + num_rt_args), rbx->as_VMReg());
H A DsharedRuntime_x86_64.cpp103 rbx_off, rbxH_off, enumerator in enum:RegisterSaver::layout
128 static int rbx_offset_in_bytes(void) { return BytesPerInt * rbx_off; }
209 map->set_callee_saved(STACK_OFFSET( rbx_off ), rbx->as_VMReg());
H A DstubGenerator_x86_64.cpp189 rbx_off = -1, enumerator in enum:StubGenerator::call_stub_layout
207 rbx_off = -7,
253 const Address rbx_save(rbp, rbx_off * wordSize);
H A DstubGenerator_x86_32.cpp580 rbx_off, enumerator in enum:StubGenerator::layout

Completed in 78 milliseconds