Searched refs:insert_exchange (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LinearScan_x86.cpp358 void FpuStackAllocator::insert_exchange(int offset) { function in class:FpuStackAllocator
373 void FpuStackAllocator::insert_exchange(LIR_Opr opr) { function in class:FpuStackAllocator
374 insert_exchange(tos_offset(opr));
380 insert_exchange(offset);
457 insert_exchange(sim()->stack_size() - 1);
492 insert_exchange(in);
525 insert_exchange(in);
555 insert_exchange(in);
608 insert_exchange(in);
619 insert_exchange(i
[all...]
H A Dc1_LinearScan_x86.hpp153 void insert_exchange(int offset);
154 void insert_exchange(LIR_Opr opr);

Completed in 39 milliseconds