Home | History | Annotate | Download | only in x64

Lines Matching refs:CompareRoot

184 void MacroAssembler::CompareRoot(Register with, Heap::RootListIndex index) {
191 void MacroAssembler::CompareRoot(const Operand& with,
439 CompareRoot(FieldOperand(elements, HeapObject::kMapOffset),
442 CompareRoot(FieldOperand(elements, HeapObject::kMapOffset),
445 CompareRoot(FieldOperand(elements, HeapObject::kMapOffset),
2940 CompareRoot(result, Heap::kTheHoleValueRootIndex);
3411 CompareRoot(holder_reg, Heap::kNullValueRootIndex);
3416 CompareRoot(holder_reg, Heap::kGlobalContextMapRootIndex);
4028 CompareRoot(FieldOperand(dst, HeapObject::kMapOffset),
4251 CompareRoot(scratch, Heap::kHeapNumberMapRootIndex);
4332 CompareRoot(map, Heap::kHeapNumberMapRootIndex);