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

/dalvik/vm/compiler/codegen/x86/
H A DLowerJump.cpp1047 INPUT: obj_reg(%eax), exceptionPtrReg(%ecx)
1051 int throw_exception_message(int exceptionPtrReg, int obj_reg, bool isPhysical, argument
1061 move_reg_to_mem(OpndSize_32, exceptionPtrReg, true, 0, PhysicalReg_ESP, true);
1072 int throw_exception(int exceptionPtrReg, int immReg, argument
1080 move_reg_to_mem(OpndSize_32, exceptionPtrReg, true, 0, PhysicalReg_ESP, true);

Completed in 53 milliseconds