Home | History | Annotate | Download | only in ia32

Lines Matching refs:pending_exception_address

4737   ExternalReference pending_exception_address(
4746 __ cmp(edx, Operand::StaticVariable(pending_exception_address));
4771 __ mov(eax, Operand::StaticVariable(pending_exception_address));
4778 __ mov(Operand::StaticVariable(pending_exception_address), edx);