Home
last modified time | relevance | path

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

/external/v8/src/x87/
Dmacro-assembler-x87.cc1358 void MacroAssembler::UpdateAllocationTopHelper(Register result_end, in UpdateAllocationTopHelper() argument
1362 test(result_end, Immediate(kObjectAlignmentMask)); in UpdateAllocationTopHelper()
1371 mov(Operand::StaticVariable(allocation_top), result_end); in UpdateAllocationTopHelper()
1373 mov(Operand(scratch, 0), result_end); in UpdateAllocationTopHelper()
1380 Register result_end, in Allocate() argument
1390 if (result_end.is_valid()) { in Allocate()
1391 mov(result_end, Immediate(0x7191)); in Allocate()
1400 DCHECK(!result.is(result_end)); in Allocate()
1427 Register top_reg = result_end.is_valid() ? result_end : result; in Allocate()
1459 Register result_end, in Allocate() argument
[all …]
Dmacro-assembler-x87.h584 Register result_end,
594 Register result_end,
601 Register result_end,
964 void UpdateAllocationTopHelper(Register result_end,
/external/v8/src/ia32/
Dmacro-assembler-ia32.cc1395 void MacroAssembler::UpdateAllocationTopHelper(Register result_end, in UpdateAllocationTopHelper() argument
1399 test(result_end, Immediate(kObjectAlignmentMask)); in UpdateAllocationTopHelper()
1408 mov(Operand::StaticVariable(allocation_top), result_end); in UpdateAllocationTopHelper()
1410 mov(Operand(scratch, 0), result_end); in UpdateAllocationTopHelper()
1417 Register result_end, in Allocate() argument
1427 if (result_end.is_valid()) { in Allocate()
1428 mov(result_end, Immediate(0x7191)); in Allocate()
1437 DCHECK(!result.is(result_end)); in Allocate()
1464 Register top_reg = result_end.is_valid() ? result_end : result; in Allocate()
1496 Register result_end, in Allocate() argument
[all …]
Dmacro-assembler-ia32.h614 Register result_end,
624 Register result_end,
631 Register result_end,
996 void UpdateAllocationTopHelper(Register result_end,
/external/v8/src/x64/
Dmacro-assembler-x64.cc4391 void MacroAssembler::UpdateAllocationTopHelper(Register result_end, in UpdateAllocationTopHelper() argument
4395 testp(result_end, Immediate(kObjectAlignmentMask)); in UpdateAllocationTopHelper()
4405 movp(Operand(scratch, 0), result_end); in UpdateAllocationTopHelper()
4407 Store(allocation_top, result_end); in UpdateAllocationTopHelper()
4414 Register result_end, in Allocate() argument
4424 if (result_end.is_valid()) { in Allocate()
4425 movl(result_end, Immediate(0x7191)); in Allocate()
4434 DCHECK(!result.is(result_end)); in Allocate()
4447 Register top_reg = result_end.is_valid() ? result_end : result; in Allocate()
4480 Register result_end, in Allocate() argument
[all …]
Dmacro-assembler-x64.h1157 Register result_end,
1166 Register result_end,
1173 Register result_end,
1529 void UpdateAllocationTopHelper(Register result_end,