Searched refs:LoadAllocationTopHelper (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/x87/ |
D | macro-assembler-x87.cc | 1271 void MacroAssembler::LoadAllocationTopHelper(Register result, in LoadAllocationTopHelper() function in v8::internal::MacroAssembler 1345 LoadAllocationTopHelper(result, scratch, flags); in Allocate() 1420 LoadAllocationTopHelper(result, scratch, flags); in Allocate() 1493 LoadAllocationTopHelper(result, scratch, flags); in Allocate() 1537 LoadAllocationTopHelper(result, no_reg, flags); in FastAllocate() 1561 LoadAllocationTopHelper(result, no_reg, flags); in FastAllocate()
|
D | macro-assembler-x87.h | 958 void LoadAllocationTopHelper(Register result, Register scratch,
|
/external/v8/src/ia32/ |
D | macro-assembler-ia32.cc | 1329 void MacroAssembler::LoadAllocationTopHelper(Register result, in LoadAllocationTopHelper() function in v8::internal::MacroAssembler 1403 LoadAllocationTopHelper(result, scratch, flags); in Allocate() 1478 LoadAllocationTopHelper(result, scratch, flags); in Allocate() 1551 LoadAllocationTopHelper(result, scratch, flags); in Allocate() 1595 LoadAllocationTopHelper(result, no_reg, flags); in FastAllocate() 1619 LoadAllocationTopHelper(result, no_reg, flags); in FastAllocate()
|
D | macro-assembler-ia32.h | 979 void LoadAllocationTopHelper(Register result, Register scratch,
|
/external/v8/src/x64/ |
D | macro-assembler-x64.cc | 4699 void MacroAssembler::LoadAllocationTopHelper(Register result, in LoadAllocationTopHelper() function in v8::internal::MacroAssembler 4810 LoadAllocationTopHelper(result, scratch, flags); in Allocate() 4885 LoadAllocationTopHelper(result, scratch, flags); in Allocate() 4914 LoadAllocationTopHelper(result, no_reg, flags); in FastAllocate() 4931 LoadAllocationTopHelper(result, no_reg, flags); in FastAllocate()
|
D | macro-assembler-x64.h | 1654 void LoadAllocationTopHelper(Register result,
|