Home | History | Annotate | Download | only in x64

Lines Matching full:heap

68         __ PushRoot(Heap::kUndefinedValueRootIndex);
70 __ LoadRoot(rdx, Heap::kUndefinedValueRootIndex);
149 __ CompareRoot(rsp, Heap::kStackLimitRootIndex);
168 __ LoadRoot(rax, Heap::kUndefinedValueRootIndex);
534 __ CompareRoot(result_register(), Heap::kUndefinedValueRootIndex);
536 __ CompareRoot(result_register(), Heap::kTrueValueRootIndex);
538 Heap::kFalseValueRootIndex);
660 // Emit the write barrier code if the location is in the heap.
680 __ LoadRoot(kScratchRegister, Heap::kTheHoleValueRootIndex);
702 __ LoadRoot(kScratchRegister, Heap::kTheHoleValueRootIndex);
730 __ PushRoot(Heap::kTheHoleValueRootIndex);
751 __ LoadRoot(result_register(), Heap::kTheHoleValueRootIndex);
884 __ CompareRoot(rax, Heap::kUndefinedValueRootIndex);
1387 lit->name()->Equals(Heap::empty_string()) &&
1481 __ LoadRoot(result_register(), Heap::kUndefinedValueRootIndex);
1484 __ PushRoot(Heap::kUndefinedValueRootIndex);
1492 __ LoadRoot(result_register(), Heap::kUndefinedValueRootIndex);
1495 __ PushRoot(Heap::kUndefinedValueRootIndex);
1855 __ CompareRoot(rax, Heap::kTrueValueRootIndex);