Searched refs:UpdateAllocationTopHelper (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/v8/src/x87/ |
D | macro-assembler-x87.cc | 1322 void MacroAssembler::UpdateAllocationTopHelper(Register result_end, in UpdateAllocationTopHelper() function in v8::internal::MacroAssembler 1401 UpdateAllocationTopHelper(top_reg, scratch, flags); in Allocate() 1492 UpdateAllocationTopHelper(result_end, scratch, flags); in Allocate() 1558 UpdateAllocationTopHelper(result_end, scratch, flags); in Allocate()
|
D | macro-assembler-x87.h | 973 void UpdateAllocationTopHelper(Register result_end,
|
/external/chromium_org/v8/src/ia32/ |
D | macro-assembler-ia32.cc | 1429 void MacroAssembler::UpdateAllocationTopHelper(Register result_end, in UpdateAllocationTopHelper() function in v8::internal::MacroAssembler 1508 UpdateAllocationTopHelper(top_reg, scratch, flags); in Allocate() 1599 UpdateAllocationTopHelper(result_end, scratch, flags); in Allocate() 1665 UpdateAllocationTopHelper(result_end, scratch, flags); in Allocate()
|
D | macro-assembler-ia32.h | 999 void UpdateAllocationTopHelper(Register result_end,
|
/external/chromium_org/v8/src/x64/ |
D | macro-assembler-x64.h | 1535 void UpdateAllocationTopHelper(Register result_end,
|
D | macro-assembler-x64.cc | 4429 void MacroAssembler::UpdateAllocationTopHelper(Register result_end, in UpdateAllocationTopHelper() function in v8::internal::MacroAssembler 4497 UpdateAllocationTopHelper(top_reg, scratch, flags); in Allocate() 4570 UpdateAllocationTopHelper(result_end, scratch, flags); in Allocate()
|