Searched refs:UpdateAllocationTopHelper (Results 1 - 6 of 6) sorted by relevance

/external/v8/src/ia32/
H A Dmacro-assembler-ia32.cc1297 void MacroAssembler::UpdateAllocationTopHelper(Register result_end, function in class:v8::internal::MacroAssembler
1377 UpdateAllocationTopHelper(top_reg, scratch, flags);
1463 UpdateAllocationTopHelper(result_end, scratch, flags);
1527 UpdateAllocationTopHelper(result_end, scratch, flags);
1549 UpdateAllocationTopHelper(result_end, no_reg, flags);
1573 UpdateAllocationTopHelper(result_end, no_reg, flags);
H A Dmacro-assembler-ia32.h904 void UpdateAllocationTopHelper(Register result_end, Register scratch,
/external/v8/src/x87/
H A Dmacro-assembler-x87.cc1239 void MacroAssembler::UpdateAllocationTopHelper(Register result_end, function in class:v8::internal::MacroAssembler
1319 UpdateAllocationTopHelper(top_reg, scratch, flags);
1406 UpdateAllocationTopHelper(result_end, scratch, flags);
1469 UpdateAllocationTopHelper(result_end, scratch, flags);
1491 UpdateAllocationTopHelper(result_end, no_reg, flags);
1515 UpdateAllocationTopHelper(result_end, no_reg, flags);
H A Dmacro-assembler-x87.h886 void UpdateAllocationTopHelper(Register result_end, Register scratch,
/external/v8/src/x64/
H A Dmacro-assembler-x64.cc4632 // and keep address in scratch until call to UpdateAllocationTopHelper.
4657 // used in UpdateAllocationTopHelper later.
4676 void MacroAssembler::UpdateAllocationTopHelper(Register result_end, function in class:MacroAssembler
4745 UpdateAllocationTopHelper(top_reg, scratch, flags);
4816 UpdateAllocationTopHelper(result_end, scratch, flags);
4835 UpdateAllocationTopHelper(result_end, no_reg, flags);
4852 UpdateAllocationTopHelper(result_end, no_reg, flags);
H A Dmacro-assembler-x64.h1584 void UpdateAllocationTopHelper(Register result_end,

Completed in 149 milliseconds