Searched defs:UpdateAllocationTopHelper (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/ia32/
H A Dmacro-assembler-ia32.cc1395 void MacroAssembler::UpdateAllocationTopHelper(Register result_end, function in class:v8::internal::MacroAssembler
1474 UpdateAllocationTopHelper(top_reg, scratch, flags);
1565 UpdateAllocationTopHelper(result_end, scratch, flags);
1631 UpdateAllocationTopHelper(result_end, scratch, flags);
/external/chromium_org/v8/src/x64/
H A Dmacro-assembler-x64.cc4346 // and keep address in scratch until call to UpdateAllocationTopHelper.
4372 // used in UpdateAllocationTopHelper later.
4391 void MacroAssembler::UpdateAllocationTopHelper(Register result_end, function in class:v8::internal::MacroAssembler
4459 UpdateAllocationTopHelper(top_reg, scratch, flags);
4532 UpdateAllocationTopHelper(result_end, scratch, flags);
/external/chromium_org/v8/src/x87/
H A Dmacro-assembler-x87.cc1358 void MacroAssembler::UpdateAllocationTopHelper(Register result_end, function in class:v8::internal::MacroAssembler
1437 UpdateAllocationTopHelper(top_reg, scratch, flags);
1528 UpdateAllocationTopHelper(result_end, scratch, flags);
1594 UpdateAllocationTopHelper(result_end, scratch, flags);

Completed in 843 milliseconds