Home | History | Annotate | Download | only in ia32

Lines Matching refs:RootListIndex

241   void LoadRoot(Register destination, Heap::RootListIndex index) override;
481 void CompareRoot(Register with, Register scratch, Heap::RootListIndex index);
484 void CompareRoot(Register with, Heap::RootListIndex index);
485 void CompareRoot(Operand with, Heap::RootListIndex index);
486 void PushRoot(Heap::RootListIndex index);
489 void JumpIfRoot(Register with, Heap::RootListIndex index, Label* if_equal,
494 void JumpIfRoot(Operand with, Heap::RootListIndex index, Label* if_equal,
501 void JumpIfNotRoot(Register with, Heap::RootListIndex index,
507 void JumpIfNotRoot(Operand with, Heap::RootListIndex index,