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

/external/v8/src/ia32/
H A Dmacro-assembler-ia32.h864 void UpdateAllocationTopHelper(Register result_end, Register scratch);
H A Dmacro-assembler-ia32.cc1124 void MacroAssembler::UpdateAllocationTopHelper(Register result_end, function in class:v8::MacroAssembler
1183 UpdateAllocationTopHelper(top_reg, scratch);
1242 UpdateAllocationTopHelper(result_end, scratch);
1287 UpdateAllocationTopHelper(result_end, scratch);
/external/chromium_org/v8/src/ia32/
H A Dmacro-assembler-ia32.cc1567 void MacroAssembler::UpdateAllocationTopHelper(Register result_end, function in class:v8::internal::MacroAssembler
1646 UpdateAllocationTopHelper(top_reg, scratch, flags);
1737 UpdateAllocationTopHelper(result_end, scratch, flags);
1803 UpdateAllocationTopHelper(result_end, scratch, flags);
H A Dmacro-assembler-ia32.h1026 void UpdateAllocationTopHelper(Register result_end,
/external/v8/src/x64/
H A Dmacro-assembler-x64.h1358 void UpdateAllocationTopHelper(Register result_end, Register scratch);
H A Dmacro-assembler-x64.cc3569 // and keep address in scratch until call to UpdateAllocationTopHelper.
3579 void MacroAssembler::UpdateAllocationTopHelper(Register result_end, function in class:v8::internal::MacroAssembler
3640 UpdateAllocationTopHelper(top_reg, scratch);
3695 UpdateAllocationTopHelper(result_end, scratch);
3741 UpdateAllocationTopHelper(result_end, scratch);
/external/chromium_org/v8/src/x64/
H A Dmacro-assembler-x64.h1497 void UpdateAllocationTopHelper(Register result_end,
H A Dmacro-assembler-x64.cc4076 // and keep address in scratch until call to UpdateAllocationTopHelper.
4086 void MacroAssembler::UpdateAllocationTopHelper(Register result_end, function in class:v8::internal::MacroAssembler
4157 UpdateAllocationTopHelper(top_reg, scratch, flags);
4233 UpdateAllocationTopHelper(result_end, scratch, flags);

Completed in 316 milliseconds