Home | History | Annotate | Download | only in x64

Lines Matching refs:RootListIndex

218   void LoadRoot(Register destination, Heap::RootListIndex index) override;
219 void LoadRoot(Operand destination, Heap::RootListIndex index) {
404 void CompareRoot(Register with, Heap::RootListIndex index);
405 void CompareRoot(Operand with, Heap::RootListIndex index);
544 void PushRoot(Heap::RootListIndex index);
547 void JumpIfRoot(Register with, Heap::RootListIndex index, Label* if_equal,
552 void JumpIfRoot(Operand with, Heap::RootListIndex index, Label* if_equal,
559 void JumpIfNotRoot(Register with, Heap::RootListIndex index,
565 void JumpIfNotRoot(Operand with, Heap::RootListIndex index,