Searched refs:result_end (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() argument 1326 test(result_end, Immediate(kObjectAlignmentMask)); in UpdateAllocationTopHelper() 1335 mov(Operand::StaticVariable(allocation_top), result_end); in UpdateAllocationTopHelper() 1337 mov(Operand(scratch, 0), result_end); in UpdateAllocationTopHelper() 1344 Register result_end, in Allocate() argument 1354 if (result_end.is_valid()) { in Allocate() 1355 mov(result_end, Immediate(0x7191)); in Allocate() 1364 ASSERT(!result.is(result_end)); in Allocate() 1391 Register top_reg = result_end.is_valid() ? result_end : result; in Allocate() 1423 Register result_end, in Allocate() argument [all …]
|
D | macro-assembler-x87.h | 585 Register result_end, 595 Register result_end, 602 Register result_end, 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() argument 1433 test(result_end, Immediate(kObjectAlignmentMask)); in UpdateAllocationTopHelper() 1442 mov(Operand::StaticVariable(allocation_top), result_end); in UpdateAllocationTopHelper() 1444 mov(Operand(scratch, 0), result_end); in UpdateAllocationTopHelper() 1451 Register result_end, in Allocate() argument 1461 if (result_end.is_valid()) { in Allocate() 1462 mov(result_end, Immediate(0x7191)); in Allocate() 1471 ASSERT(!result.is(result_end)); in Allocate() 1498 Register top_reg = result_end.is_valid() ? result_end : result; in Allocate() 1530 Register result_end, in Allocate() argument [all …]
|
D | macro-assembler-ia32.h | 606 Register result_end, 616 Register result_end, 623 Register result_end, 999 void UpdateAllocationTopHelper(Register result_end,
|
/external/chromium_org/v8/src/x64/ |
D | macro-assembler-x64.cc | 4429 void MacroAssembler::UpdateAllocationTopHelper(Register result_end, in UpdateAllocationTopHelper() argument 4433 testp(result_end, Immediate(kObjectAlignmentMask)); in UpdateAllocationTopHelper() 4443 movp(Operand(scratch, 0), result_end); in UpdateAllocationTopHelper() 4445 Store(allocation_top, result_end); in UpdateAllocationTopHelper() 4452 Register result_end, in Allocate() argument 4462 if (result_end.is_valid()) { in Allocate() 4463 movl(result_end, Immediate(0x7191)); in Allocate() 4472 ASSERT(!result.is(result_end)); in Allocate() 4485 Register top_reg = result_end.is_valid() ? result_end : result; in Allocate() 4518 Register result_end, in Allocate() argument [all …]
|
D | macro-assembler-x64.h | 1157 Register result_end, 1166 Register result_end, 1173 Register result_end, 1535 void UpdateAllocationTopHelper(Register result_end,
|