Home
last modified time | relevance | path

Searched refs:result_end (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/v8/src/x87/
Dmacro-assembler-x87.cc1322 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 …]
Dmacro-assembler-x87.h585 Register result_end,
595 Register result_end,
602 Register result_end,
973 void UpdateAllocationTopHelper(Register result_end,
/external/chromium_org/v8/src/ia32/
Dmacro-assembler-ia32.cc1429 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 …]
Dmacro-assembler-ia32.h606 Register result_end,
616 Register result_end,
623 Register result_end,
999 void UpdateAllocationTopHelper(Register result_end,
/external/chromium_org/v8/src/x64/
Dmacro-assembler-x64.cc4429 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 …]
Dmacro-assembler-x64.h1157 Register result_end,
1166 Register result_end,
1173 Register result_end,
1535 void UpdateAllocationTopHelper(Register result_end,