Lines Matching refs:StaticVariable
165 mov(scratch, Operand::StaticVariable(store_buffer)); in RememberedSetHelper()
171 mov(Operand::StaticVariable(store_buffer), scratch); in RememberedSetHelper()
327 ucomisd(xmm0, Operand::StaticVariable(min_int)); in TruncateHeapNumberToI()
356 addsd(dst, Operand::StaticVariable(uint32_bias)); in LoadUint32()
711 movsd(scratch2, Operand::StaticVariable(canonical_nan_reference)); in StoreNumberToDoubleElements()
940 mov(Operand::StaticVariable(c_entry_fp_address), ebp); in EnterExitFramePrologue()
941 mov(Operand::StaticVariable(context_address), esi); in EnterExitFramePrologue()
1019 mov(esi, Operand::StaticVariable(context_address)); in LeaveExitFrameEpilogue()
1022 mov(Operand::StaticVariable(context_address), Immediate(0)); in LeaveExitFrameEpilogue()
1028 mov(Operand::StaticVariable(c_entry_fp_address), Immediate(0)); in LeaveExitFrameEpilogue()
1071 push(Operand::StaticVariable(handler_address)); in PushTryHandler()
1073 mov(Operand::StaticVariable(handler_address), esp); in PushTryHandler()
1080 pop(Operand::StaticVariable(handler_address)); in PopTryHandler()
1113 mov(esp, Operand::StaticVariable(handler_address)); in Throw()
1115 pop(Operand::StaticVariable(handler_address)); in Throw()
1153 mov(esp, Operand::StaticVariable(handler_address)); in ThrowUncatchable()
1168 pop(Operand::StaticVariable(handler_address)); in ThrowUncatchable()
1379 cmp(result, Operand::StaticVariable(allocation_top)); in LoadAllocationTopHelper()
1387 mov(result, Operand::StaticVariable(allocation_top)); in LoadAllocationTopHelper()
1408 mov(Operand::StaticVariable(allocation_top), result_end); in UpdateAllocationTopHelper()
1454 cmp(result, Operand::StaticVariable(allocation_limit)); in Allocate()
1470 cmp(top_reg, Operand::StaticVariable(allocation_limit)); in Allocate()
1531 cmp(result, Operand::StaticVariable(allocation_limit)); in Allocate()
1556 cmp(result_end, Operand::StaticVariable(allocation_limit)); in Allocate()
1606 cmp(result, Operand::StaticVariable(allocation_limit)); in Allocate()
1621 cmp(result_end, Operand::StaticVariable(allocation_limit)); in Allocate()
1642 cmp(object, Operand::StaticVariable(new_space_allocation_top)); in UndoAllocationInNewSpace()
1645 mov(Operand::StaticVariable(new_space_allocation_top), object); in UndoAllocationInNewSpace()
2109 mov(ebx, Operand::StaticVariable(next_address)); in CallApiFunctionAndReturn()
2110 mov(edi, Operand::StaticVariable(limit_address)); in CallApiFunctionAndReturn()
2111 add(Operand::StaticVariable(level_address), Immediate(1)); in CallApiFunctionAndReturn()
2164 mov(Operand::StaticVariable(next_address), ebx); in CallApiFunctionAndReturn()
2165 sub(Operand::StaticVariable(level_address), Immediate(1)); in CallApiFunctionAndReturn()
2167 cmp(edi, Operand::StaticVariable(limit_address)); in CallApiFunctionAndReturn()
2174 cmp(Operand::StaticVariable(scheduled_exception_address), in CallApiFunctionAndReturn()
2232 mov(Operand::StaticVariable(limit_address), edi); in CallApiFunctionAndReturn()
2639 mov(Operand::StaticVariable(ExternalReference(counter)), Immediate(value)); in SetCounter()
2647 Operand operand = Operand::StaticVariable(ExternalReference(counter)); in IncrementCounter()
2660 Operand operand = Operand::StaticVariable(ExternalReference(counter)); in DecrementCounter()
3098 test_b(Operand::StaticVariable(reference), static_cast<uint8_t>(mask)); in CheckPageFlagForMap()
3100 test(Operand::StaticVariable(reference), Immediate(mask)); in CheckPageFlagForMap()
3350 cmp(scratch_reg, Operand::StaticVariable(new_space_allocation_top)); in TestJSArrayForAllocationMemento()