• Home
  • Raw
  • Download

Lines Matching refs:StaticVariable

163   mov(scratch, Operand::StaticVariable(store_buffer));  in RememberedSetHelper()
169 mov(Operand::StaticVariable(store_buffer), scratch); in RememberedSetHelper()
289 fld_d(Operand::StaticVariable(uint32_bias)); in LoadUint32NoSSE2()
622 fld_d(Operand::StaticVariable(canonical_nan_reference)); in StoreNumberToDoubleElements()
909 mov(Operand::StaticVariable(c_entry_fp_address), ebp); in EnterExitFramePrologue()
910 mov(Operand::StaticVariable(context_address), esi); in EnterExitFramePrologue()
982 mov(esi, Operand::StaticVariable(context_address)); in LeaveExitFrameEpilogue()
985 mov(Operand::StaticVariable(context_address), Immediate(0)); in LeaveExitFrameEpilogue()
991 mov(Operand::StaticVariable(c_entry_fp_address), Immediate(0)); in LeaveExitFrameEpilogue()
1034 push(Operand::StaticVariable(handler_address)); in PushTryHandler()
1036 mov(Operand::StaticVariable(handler_address), esp); in PushTryHandler()
1043 pop(Operand::StaticVariable(handler_address)); in PopTryHandler()
1076 mov(esp, Operand::StaticVariable(handler_address)); in Throw()
1078 pop(Operand::StaticVariable(handler_address)); in Throw()
1116 mov(esp, Operand::StaticVariable(handler_address)); in ThrowUncatchable()
1131 pop(Operand::StaticVariable(handler_address)); in ThrowUncatchable()
1342 cmp(result, Operand::StaticVariable(allocation_top)); in LoadAllocationTopHelper()
1350 mov(result, Operand::StaticVariable(allocation_top)); in LoadAllocationTopHelper()
1371 mov(Operand::StaticVariable(allocation_top), result_end); in UpdateAllocationTopHelper()
1417 cmp(result, Operand::StaticVariable(allocation_limit)); in Allocate()
1433 cmp(top_reg, Operand::StaticVariable(allocation_limit)); in Allocate()
1494 cmp(result, Operand::StaticVariable(allocation_limit)); in Allocate()
1519 cmp(result_end, Operand::StaticVariable(allocation_limit)); in Allocate()
1569 cmp(result, Operand::StaticVariable(allocation_limit)); in Allocate()
1584 cmp(result_end, Operand::StaticVariable(allocation_limit)); in Allocate()
1605 cmp(object, Operand::StaticVariable(new_space_allocation_top)); in UndoAllocationInNewSpace()
1608 mov(Operand::StaticVariable(new_space_allocation_top), object); in UndoAllocationInNewSpace()
2071 mov(ebx, Operand::StaticVariable(next_address)); in CallApiFunctionAndReturn()
2072 mov(edi, Operand::StaticVariable(limit_address)); in CallApiFunctionAndReturn()
2073 add(Operand::StaticVariable(level_address), Immediate(1)); in CallApiFunctionAndReturn()
2126 mov(Operand::StaticVariable(next_address), ebx); in CallApiFunctionAndReturn()
2127 sub(Operand::StaticVariable(level_address), Immediate(1)); in CallApiFunctionAndReturn()
2129 cmp(edi, Operand::StaticVariable(limit_address)); in CallApiFunctionAndReturn()
2136 cmp(Operand::StaticVariable(scheduled_exception_address), in CallApiFunctionAndReturn()
2194 mov(Operand::StaticVariable(limit_address), edi); in CallApiFunctionAndReturn()
2609 mov(Operand::StaticVariable(ExternalReference(counter)), Immediate(value)); in SetCounter()
2617 Operand operand = Operand::StaticVariable(ExternalReference(counter)); in IncrementCounter()
2630 Operand operand = Operand::StaticVariable(ExternalReference(counter)); in DecrementCounter()
3058 test_b(Operand::StaticVariable(reference), static_cast<uint8_t>(mask)); in CheckPageFlagForMap()
3060 test(Operand::StaticVariable(reference), Immediate(mask)); in CheckPageFlagForMap()
3310 cmp(scratch_reg, Operand::StaticVariable(new_space_allocation_top)); in TestJSArrayForAllocationMemento()