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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp2035 void LIR_Assembler::throw_op(LIR_Opr exceptionPC, LIR_Opr exceptionOop, CodeEmitInfo* info) { argument
2037 assert(exceptionPC->as_register() == Oissuing_pc, "should match");
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.cpp2911 void LIR_Assembler::throw_op(LIR_Opr exceptionPC, LIR_Opr exceptionOop, CodeEmitInfo* info) { argument
2913 assert(exceptionPC->as_register() == rdx, "must match");
2924 __ lea(exceptionPC->as_register(), pc_for_athrow);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp2020 void throw_exception(LIR_Opr exceptionPC, LIR_Opr exceptionOop, CodeEmitInfo* info) { argument
2021 append(new LIR_Op2(lir_throw, exceptionPC, exceptionOop, LIR_OprFact::illegalOpr, info));

Completed in 71 milliseconds