Home | History | Annotate | Download | only in ia32

Lines Matching refs:pending_exception_address

4855   ExternalReference pending_exception_address(
4864 __ cmp(edx, Operand::StaticVariable(pending_exception_address));
4890 __ mov(eax, Operand::StaticVariable(pending_exception_address));
4892 __ mov(Operand::StaticVariable(pending_exception_address), edx);