Searched refs:exceptionPtrReg (Results 1 – 1 of 1) sorted by relevance
/dalvik/vm/compiler/codegen/x86/ |
D | LowerJump.cpp | 1051 int throw_exception_message(int exceptionPtrReg, int obj_reg, bool isPhysical, in throw_exception_message() argument 1061 move_reg_to_mem(OpndSize_32, exceptionPtrReg, true, 0, PhysicalReg_ESP, true); in throw_exception_message() 1072 int throw_exception(int exceptionPtrReg, int immReg, in throw_exception() argument 1080 move_reg_to_mem(OpndSize_32, exceptionPtrReg, true, 0, PhysicalReg_ESP, true); in throw_exception()
|