Home | History | Annotate | Download | only in ia32

Lines Matching full:staticvariable

3445   __ mov(ebx, Operand::StaticVariable(address_of_regexp_stack_memory_size));
3608 __ mov(esi, Operand::StaticVariable(address_of_regexp_stack_memory_address));
3609 __ add(esi, Operand::StaticVariable(address_of_regexp_stack_memory_size));
3695 __ mov(eax, Operand::StaticVariable(pending_exception));
3701 __ mov(Operand::StaticVariable(pending_exception), edx);
4704 __ inc(Operand::StaticVariable(scope_depth));
4716 __ dec(Operand::StaticVariable(scope_depth));
4746 __ cmp(edx, Operand::StaticVariable(pending_exception_address));
4771 __ mov(eax, Operand::StaticVariable(pending_exception_address));
4778 __ mov(Operand::StaticVariable(pending_exception_address), edx);
4852 __ mov(Operand::StaticVariable(external_caught), Immediate(false));
4861 __ mov(Operand::StaticVariable(pending_exception), eax);
4893 __ push(Operand::StaticVariable(c_entry_fp));
4898 __ cmp(Operand::StaticVariable(js_entry_sp), Immediate(0));
4900 __ mov(Operand::StaticVariable(js_entry_sp), ebp);
4915 __ mov(Operand::StaticVariable(pending_exception), eax);
4926 __ mov(Operand::StaticVariable(pending_exception), edx);
4956 __ mov(Operand::StaticVariable(js_entry_sp), Immediate(0));
4960 __ pop(Operand::StaticVariable(ExternalReference(
5466 __ test(Operand::StaticVariable(high_promotion_mode), Immediate(1));