Searched refs:emit_code (Results 1 - 10 of 10) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_CodeStubs.hpp54 virtual void emit_code(LIR_Assembler* e) = 0;
103 virtual void emit_code(LIR_Assembler* e);
133 virtual void emit_code(LIR_Assembler* e);
155 virtual void emit_code(LIR_Assembler* e);
181 virtual void emit_code(LIR_Assembler* e);
203 virtual void emit_code(LIR_Assembler* e);
225 virtual void emit_code(LIR_Assembler* e);
247 virtual void emit_code(LIR_Assembler* e);
270 virtual void emit_code(LIR_Assembler* e);
308 virtual void emit_code(LIR_Assemble
[all...]
H A Dc1_LIR.cpp1031 void LIR_OpJavaCall::emit_code(LIR_Assembler* masm) { function in class:LIR_OpJavaCall
1035 void LIR_OpRTCall::emit_code(LIR_Assembler* masm) { function in class:LIR_OpRTCall
1039 void LIR_OpLabel::emit_code(LIR_Assembler* masm) { function in class:LIR_OpLabel
1043 void LIR_OpArrayCopy::emit_code(LIR_Assembler* masm) { function in class:LIR_OpArrayCopy
1048 void LIR_Op0::emit_code(LIR_Assembler* masm) { function in class:LIR_Op0
1052 void LIR_Op1::emit_code(LIR_Assembler* masm) { function in class:LIR_Op1
1056 void LIR_OpAllocObj::emit_code(LIR_Assembler* masm) { function in class:LIR_OpAllocObj
1061 void LIR_OpBranch::emit_code(LIR_Assembler* masm) { function in class:LIR_OpBranch
1068 void LIR_OpConvert::emit_code(LIR_Assembler* masm) { function in class:LIR_OpConvert
1075 void LIR_Op2::emit_code(LIR_Assemble function in class:LIR_Op2
1079 void LIR_OpAllocArray::emit_code(LIR_Assembler* masm) { function in class:LIR_OpAllocArray
1084 void LIR_OpTypeCheck::emit_code(LIR_Assembler* masm) { function in class:LIR_OpTypeCheck
1091 void LIR_OpCompareAndSwap::emit_code(LIR_Assembler* masm) { function in class:LIR_OpCompareAndSwap
1095 void LIR_Op3::emit_code(LIR_Assembler* masm) { function in class:LIR_Op3
1099 void LIR_OpLock::emit_code(LIR_Assembler* masm) { function in class:LIR_OpLock
1107 void LIR_OpDelay::emit_code(LIR_Assembler* masm) { function in class:LIR_OpDelay
1111 void LIR_OpProfileCall::emit_code(LIR_Assembler* masm) { function in class:LIR_OpProfileCall
[all...]
H A Dc1_LIR.hpp1080 virtual void emit_code(LIR_Assembler* masm) = 0;
1178 virtual void emit_code(LIR_Assembler* masm);
1198 virtual void emit_code(LIR_Assembler* masm);
1248 virtual void emit_code(LIR_Assembler* masm);
1266 virtual void emit_code(LIR_Assembler* masm);
1322 virtual void emit_code(LIR_Assembler* masm);
1346 virtual void emit_code(LIR_Assembler* masm);
1393 virtual void emit_code(LIR_Assembler* masm);
1439 virtual void emit_code(LIR_Assembler* masm);
1486 virtual void emit_code(LIR_Assemble
[all...]
H A Dc1_LIRAssembler.hpp150 void emit_code(BlockList* hir);
H A Dc1_LIRAssembler.cpp149 s->emit_code(this);
207 void LIR_Assembler::emit_code(BlockList* hir) { function in class:LIR_Assembler
289 op->emit_code(this);
H A Dc1_Compilation.cpp301 lir_asm.emit_code(hir()->code());
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_CodeStubs_x86.cpp44 void ConversionStub::emit_code(LIR_Assembler* ce) { function in class:ConversionStub
81 void CounterOverflowStub::emit_code(LIR_Assembler* ce) { function in class:CounterOverflowStub
101 void RangeCheckStub::emit_code(LIR_Assembler* ce) { function in class:RangeCheckStub
121 void DivByZeroStub::emit_code(LIR_Assembler* ce) { function in class:DivByZeroStub
147 void NewInstanceStub::emit_code(LIR_Assembler* ce) { function in class:NewInstanceStub
169 void NewTypeArrayStub::emit_code(LIR_Assembler* ce) { function in class:NewTypeArrayStub
192 void NewObjectArrayStub::emit_code(LIR_Assembler* ce) { function in class:NewObjectArrayStub
214 void MonitorEnterStub::emit_code(LIR_Assembler* ce) { function in class:MonitorEnterStub
232 void MonitorExitStub::emit_code(LIR_Assembler* ce) { function in class:MonitorExitStub
272 void PatchingStub::emit_code(LIR_Assemble function in class:PatchingStub
388 void DeoptimizeStub::emit_code(LIR_Assembler* ce) { function in class:DeoptimizeStub
396 void ImplicitNullCheckStub::emit_code(LIR_Assembler* ce) { function in class:ImplicitNullCheckStub
405 void SimpleExceptionStub::emit_code(LIR_Assembler* ce) { function in class:SimpleExceptionStub
419 void ArrayCopyStub::emit_code(LIR_Assembler* ce) { function in class:ArrayCopyStub
468 void G1PreBarrierStub::emit_code(LIR_Assembler* ce) { function in class:G1PreBarrierStub
500 void G1PostBarrierStub::emit_code(LIR_Assembler* ce) { function in class:G1PostBarrierStub
[all...]
H A Dc1_LIRAssembler_x86.cpp465 stub->emit_code(this);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_CodeStubs_sparc.cpp50 void RangeCheckStub::emit_code(LIR_Assembler* ce) { function in class:RangeCheckStub
72 void CounterOverflowStub::emit_code(LIR_Assembler* ce) { function in class:CounterOverflowStub
85 void DivByZeroStub::emit_code(LIR_Assembler* ce) { function in class:DivByZeroStub
100 void ImplicitNullCheckStub::emit_code(LIR_Assembler* ce) { function in class:ImplicitNullCheckStub
116 void SimpleExceptionStub::emit_code(LIR_Assembler* ce) { function in class:SimpleExceptionStub
147 void NewInstanceStub::emit_code(LIR_Assembler* ce) { function in class:NewInstanceStub
167 void NewTypeArrayStub::emit_code(LIR_Assembler* ce) { function in class:NewTypeArrayStub
190 void NewObjectArrayStub::emit_code(LIR_Assembler* ce) { function in class:NewObjectArrayStub
210 void MonitorEnterStub::emit_code(LIR_Assembler* ce) { function in class:MonitorEnterStub
226 void MonitorExitStub::emit_code(LIR_Assemble function in class:MonitorExitStub
256 void PatchingStub::emit_code(LIR_Assembler* ce) { function in class:PatchingStub
368 void DeoptimizeStub::emit_code(LIR_Assembler* ce) { function in class:DeoptimizeStub
377 void ArrayCopyStub::emit_code(LIR_Assembler* ce) { function in class:ArrayCopyStub
408 void G1PreBarrierStub::emit_code(LIR_Assembler* ce) { function in class:G1PreBarrierStub
447 void G1PostBarrierStub::emit_code(LIR_Assembler* ce) { function in class:G1PostBarrierStub
[all...]
H A Dc1_LIRAssembler_sparc.cpp465 stub->emit_code(this);
3081 op->delay_op()->emit_code(this);

Completed in 73 milliseconds