Home | History | Annotate | Download | only in arm64

Lines Matching defs:JumpIfRoot

1668     JumpIfRoot(object, Heap::kUndefinedValueRootIndex, &done_checking);
2054 JumpIfRoot(temp, Heap::kHeapNumberMapRootIndex, on_heap_number);
3419 void MacroAssembler::JumpIfRoot(const Register& obj,
4091 JumpIfRoot(temp, Heap::kFixedArrayMapRootIndex, &ok);
4092 JumpIfRoot(temp, Heap::kFixedDoubleArrayMapRootIndex, &ok);
4093 JumpIfRoot(temp, Heap::kFixedCOWArrayMapRootIndex, &ok);