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

/openjdk7/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_64.cpp48 class SimpleRuntimeFrame { class
3613 assert(SimpleRuntimeFrame::framesize % 4 == 0, "sp not 16-byte aligned");
3619 __ subptr(rsp, SimpleRuntimeFrame::return_off << LogBytesPerInt); // Epilog!
3622 __ movptr(Address(rsp, SimpleRuntimeFrame::rbp_off << LogBytesPerInt), rbp);
3642 OopMap* map = new OopMap(SimpleRuntimeFrame::framesize, 0);
3661 __ addptr(rsp, (SimpleRuntimeFrame::framesize - 2) << LogBytesPerInt); // Epilog!
3740 __ subptr(rsp, (SimpleRuntimeFrame::framesize - 4) << LogBytesPerInt);
3763 oop_maps->add_gc_map(the_pc - start, new OopMap(SimpleRuntimeFrame::framesize, 0));
3778 SimpleRuntimeFrame::framesize >> 1);
3954 // This is here instead of runtime_x86_64.cpp because it uses SimpleRuntimeFrame
[all...]

Completed in 54 milliseconds