Searched refs:fpop (Results 1 - 14 of 14) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEventController.hpp228 static void set_frame_pop(JvmtiEnvThreadState *env_thread, JvmtiFramePop fpop);
229 static void clear_frame_pop(JvmtiEnvThreadState *env_thread, JvmtiFramePop fpop);
230 static void clear_to_frame_pop(JvmtiEnvThreadState *env_thread, JvmtiFramePop fpop);
H A DjvmtiEnvThreadState.cpp217 JvmtiFramePop fpop(frame_number);
218 JvmtiEventController::set_frame_pop(this, fpop);
228 JvmtiFramePop fpop(frame_number);
229 JvmtiEventController::clear_frame_pop(this, fpop);
239 JvmtiFramePop fpop(frame_number);
240 JvmtiEventController::clear_to_frame_pop(this, fpop);
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/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
H A Dc1_LIRAssembler.hpp104 void fpop();
H A Dc1_LIRAssembler.cpp654 fpop();
H A Dc1_GraphBuilder.cpp2664 case Bytecodes::_freturn : method_return(fpop()); break;
/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 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...]
H A Dc1_Runtime1_x86.cpp1591 __ fpop();
H A Dc1_LIRAssembler_x86.cpp169 void LIR_Assembler::fpop() { function in class:LIR_Assembler
170 __ fpop();
H A Dassembler_x86.hpp2209 void fpop();
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp1899 void LIR_Assembler::fpop() { function in class:LIR_Assembler

Completed in 128 milliseconds