Home | History | Annotate | Download | only in ia32

Lines Matching full:staticvariable

152   mov(scratch, Operand::StaticVariable(store_buffer));
158 mov(Operand::StaticVariable(store_buffer), scratch);
593 movdbl(scratch2, Operand::StaticVariable(canonical_nan_reference));
595 fld_d(Operand::StaticVariable(canonical_nan_reference));
809 mov(Operand::StaticVariable(c_entry_fp_address), ebp);
810 mov(Operand::StaticVariable(context_address), esi);
888 mov(esi, Operand::StaticVariable(context_address));
890 mov(Operand::StaticVariable(context_address), Immediate(0));
896 mov(Operand::StaticVariable(c_entry_fp_address), Immediate(0));
939 push(Operand::StaticVariable(handler_address));
941 mov(Operand::StaticVariable(handler_address), esp);
948 pop(Operand::StaticVariable(handler_address));
981 mov(esp, Operand::StaticVariable(handler_address));
983 pop(Operand::StaticVariable(handler_address));
1021 mov(esp, Operand::StaticVariable(handler_address));
1036 pop(Operand::StaticVariable(handler_address));
1247 cmp(result, Operand::StaticVariable(allocation_top));
1255 mov(result, Operand::StaticVariable(allocation_top));
1276 mov(Operand::StaticVariable(allocation_top), result_end);
1322 cmp(result, Operand::StaticVariable(allocation_limit));
1338 cmp(top_reg, Operand::StaticVariable(allocation_limit));
1399 cmp(result, Operand::StaticVariable(allocation_limit));
1424 cmp(result_end, Operand::StaticVariable(allocation_limit));
1474 cmp(result, Operand::StaticVariable(allocation_limit));
1489 StaticVariable(allocation_limit));
1510 cmp(object, Operand::StaticVariable(new_space_allocation_top));
1513 mov(Operand::StaticVariable(new_space_allocation_top), object);
1648 test(Operand::StaticVariable(high_promotion_mode), Immediate(1));
2042 mov(ebx, Operand::StaticVariable(next_address));
2043 mov(edi, Operand::StaticVariable(limit_address));
2044 add(Operand::StaticVariable(level_address), Immediate(1));
2113 mov(Operand::StaticVariable(next_address), ebx);
2114 sub(Operand::StaticVariable(level_address), Immediate(1));
2116 cmp(edi, Operand::StaticVariable(limit_address));
2123 cmp(Operand::StaticVariable(scheduled_exception_address),
2172 mov(Operand::StaticVariable(limit_address), edi);
2653 mov(Operand::StaticVariable(ExternalReference(counter)), Immediate(value));
2661 Operand operand = Operand::StaticVariable(ExternalReference(counter));
2674 Operand operand = Operand::StaticVariable(ExternalReference(counter));
2990 test_b(Operand::StaticVariable(reference), static_cast<uint8_t>(mask));
2992 test(Operand::StaticVariable(reference), Immediate(mask));
3236 cmp(scratch_reg, Operand::StaticVariable(new_space_allocation_top));