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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_ValueStack.hpp181 Value fpop() { return check(floatTag , _stack.pop()); } function in class:ValueStack
191 case floatTag : return fpop();
H A Dc1_GraphBuilder.hpp220 Value fpop() { return state()->fpop(); } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LinearScan_x86.cpp382 LIR_Op* fpop = new LIR_Op0(lir_fpop_raw); local
383 insert_op(fpop);
969 LIR_Op* fpop = new LIR_Op0(lir_fpop_raw); local
970 instrs->instructions_list()->push(fpop);
H A Dc1_LIRAssembler_x86.cpp169 void LIR_Assembler::fpop() { function in class:LIR_Assembler
170 __ fpop();
H A Dassembler_x86.cpp7513 fpop();
7684 fpop();
7707 fxch(); fpop();
7708 fxch(); fpop();
7811 fxch(); fpop();
7812 fxch(); fpop();
7829 fpop(); // pop incorrect result or int(Y)
7838 void MacroAssembler::fpop() { function in class:MacroAssembler
7859 // Note: fxch & fpop to get rid of ST1
7862 fpop();
[all...]
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEventController.cpp297 static void set_frame_pop(JvmtiEnvThreadState *env_thread, JvmtiFramePop fpop);
298 static void clear_frame_pop(JvmtiEnvThreadState *env_thread, JvmtiFramePop fpop);
299 static void clear_to_frame_pop(JvmtiEnvThreadState *env_thread, JvmtiFramePop fpop);
811 JvmtiEventControllerPrivate::set_frame_pop(JvmtiEnvThreadState *ets, JvmtiFramePop fpop) { argument
814 fpop.frame_number() ));
816 ets->get_frame_pops()->set(fpop);
822 JvmtiEventControllerPrivate::clear_frame_pop(JvmtiEnvThreadState *ets, JvmtiFramePop fpop) { argument
825 fpop.frame_number() ));
827 ets->get_frame_pops()->clear(fpop);
833 JvmtiEventControllerPrivate::clear_to_frame_pop(JvmtiEnvThreadState *ets, JvmtiFramePop fpop) { argument
986 set_frame_pop(JvmtiEnvThreadState *ets, JvmtiFramePop fpop) argument
993 clear_frame_pop(JvmtiEnvThreadState *ets, JvmtiFramePop fpop) argument
1000 clear_to_frame_pop(JvmtiEnvThreadState *ets, JvmtiFramePop fpop) argument
[all...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp1899 void LIR_Assembler::fpop() { function in class:LIR_Assembler

Completed in 94 milliseconds