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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LinearScan_x86.cpp105 FpuStackAllocator alloc(ir()->compilation(), this);
112 FpuStackAllocator::FpuStackAllocator(Compilation* compilation, LinearScan* allocator) function in class:FpuStackAllocator
121 void FpuStackAllocator::allocate() {
161 void FpuStackAllocator::allocate_block(BlockBegin* block) {
214 void FpuStackAllocator::compute_debug_information(LIR_Op* op) {
242 void FpuStackAllocator::allocate_exception_handler(XHandler* xhandler) {
315 int FpuStackAllocator::fpu_num(LIR_Opr opr) {
320 int FpuStackAllocator::tos_offset(LIR_Opr opr) {
325 LIR_Opr FpuStackAllocator
[all...]

Completed in 44 milliseconds