• Home
  • Raw
  • Download

Lines Matching refs:StaticVariable

197   mov(scratch, Operand::StaticVariable(store_buffer));  in RememberedSetHelper()
203 mov(Operand::StaticVariable(store_buffer), scratch); in RememberedSetHelper()
359 ucomisd(xmm0, Operand::StaticVariable(min_int)); in TruncateHeapNumberToI()
386 addsd(dst, Operand::StaticVariable(uint32_bias)); in LoadUint32()
680 mov(ebx, Operand::StaticVariable(restart_fp)); in MaybeDropFrames()
1097 mov(Operand::StaticVariable(c_entry_fp_address), ebp); in EnterExitFramePrologue()
1098 mov(Operand::StaticVariable(context_address), esi); in EnterExitFramePrologue()
1099 mov(Operand::StaticVariable(c_function_address), ebx); in EnterExitFramePrologue()
1182 mov(esi, Operand::StaticVariable(context_address)); in LeaveExitFrameEpilogue()
1185 mov(Operand::StaticVariable(context_address), Immediate(0)); in LeaveExitFrameEpilogue()
1191 mov(Operand::StaticVariable(c_entry_fp_address), Immediate(0)); in LeaveExitFrameEpilogue()
1210 push(Operand::StaticVariable(handler_address)); in PushStackHandler()
1213 mov(Operand::StaticVariable(handler_address), esp); in PushStackHandler()
1220 pop(Operand::StaticVariable(handler_address)); in PopStackHandler()
1281 cmp(result, Operand::StaticVariable(allocation_top)); in LoadAllocationTopHelper()
1289 mov(result, Operand::StaticVariable(allocation_top)); in LoadAllocationTopHelper()
1310 mov(Operand::StaticVariable(allocation_top), result_end); in UpdateAllocationTopHelper()
1356 cmp(result, Operand::StaticVariable(allocation_limit)); in Allocate()
1372 cmp(top_reg, Operand::StaticVariable(allocation_limit)); in Allocate()
1431 cmp(result, Operand::StaticVariable(allocation_limit)); in Allocate()
1456 cmp(result_end, Operand::StaticVariable(allocation_limit)); in Allocate()
1504 cmp(result, Operand::StaticVariable(allocation_limit)); in Allocate()
1518 cmp(result_end, Operand::StaticVariable(allocation_limit)); in Allocate()
1922 cmpb(Operand::StaticVariable(debug_hook_active), Immediate(0)); in CheckDebugHook()
2344 mov(Operand::StaticVariable(ExternalReference(counter)), Immediate(value)); in SetCounter()
2352 Operand operand = Operand::StaticVariable(ExternalReference(counter)); in IncrementCounter()
2365 Operand operand = Operand::StaticVariable(ExternalReference(counter)); in DecrementCounter()
2732 test_b(Operand::StaticVariable(reference), Immediate(mask)); in CheckPageFlagForMap()
2734 test(Operand::StaticVariable(reference), Immediate(mask)); in CheckPageFlagForMap()
2888 xor_(scratch_reg, Operand::StaticVariable(new_space_allocation_top)); in TestJSArrayForAllocationMemento()
2904 cmp(scratch_reg, Operand::StaticVariable(new_space_allocation_top)); in TestJSArrayForAllocationMemento()