• Home
  • Raw
  • Download

Lines Matching refs:StaticVariable

189   mov(scratch, Operand::StaticVariable(store_buffer));  in RememberedSetHelper()
195 mov(Operand::StaticVariable(store_buffer), scratch); in RememberedSetHelper()
315 fld_d(Operand::StaticVariable(uint32_bias)); in LoadUint32NoSSE2()
1045 mov(Operand::StaticVariable(c_entry_fp_address), ebp); in EnterExitFramePrologue()
1046 mov(Operand::StaticVariable(context_address), esi); in EnterExitFramePrologue()
1047 mov(Operand::StaticVariable(c_function_address), ebx); in EnterExitFramePrologue()
1124 mov(esi, Operand::StaticVariable(context_address)); in LeaveExitFrameEpilogue()
1127 mov(Operand::StaticVariable(context_address), Immediate(0)); in LeaveExitFrameEpilogue()
1133 mov(Operand::StaticVariable(c_entry_fp_address), Immediate(0)); in LeaveExitFrameEpilogue()
1152 push(Operand::StaticVariable(handler_address)); in PushStackHandler()
1155 mov(Operand::StaticVariable(handler_address), esp); in PushStackHandler()
1162 pop(Operand::StaticVariable(handler_address)); in PopStackHandler()
1223 cmp(result, Operand::StaticVariable(allocation_top)); in LoadAllocationTopHelper()
1231 mov(result, Operand::StaticVariable(allocation_top)); in LoadAllocationTopHelper()
1252 mov(Operand::StaticVariable(allocation_top), result_end); in UpdateAllocationTopHelper()
1298 cmp(result, Operand::StaticVariable(allocation_limit)); in Allocate()
1314 cmp(top_reg, Operand::StaticVariable(allocation_limit)); in Allocate()
1373 cmp(result, Operand::StaticVariable(allocation_limit)); in Allocate()
1398 cmp(result_end, Operand::StaticVariable(allocation_limit)); in Allocate()
1446 cmp(result, Operand::StaticVariable(allocation_limit)); in Allocate()
1460 cmp(result_end, Operand::StaticVariable(allocation_limit)); in Allocate()
1861 cmpb(Operand::StaticVariable(debug_hook_active), Immediate(0)); in CheckDebugHook()
2201 mov(Operand::StaticVariable(ExternalReference(counter)), Immediate(value)); in SetCounter()
2209 Operand operand = Operand::StaticVariable(ExternalReference(counter)); in IncrementCounter()
2222 Operand operand = Operand::StaticVariable(ExternalReference(counter)); in DecrementCounter()
2578 test_b(Operand::StaticVariable(reference), Immediate(mask)); in CheckPageFlagForMap()
2580 test(Operand::StaticVariable(reference), Immediate(mask)); in CheckPageFlagForMap()
2734 xor_(scratch_reg, Operand::StaticVariable(new_space_allocation_top)); in TestJSArrayForAllocationMemento()
2750 cmp(scratch_reg, Operand::StaticVariable(new_space_allocation_top)); in TestJSArrayForAllocationMemento()