Lines Matching refs:RootListIndex
134 void LoadRoot(Register destination, Heap::RootListIndex index);
135 void LoadRoot(const Operand& destination, Heap::RootListIndex index) { in LoadRoot()
139 void StoreRoot(Register source, Heap::RootListIndex index);
146 void CompareRoot(Register with, Heap::RootListIndex index);
147 void CompareRoot(const Operand& with, Heap::RootListIndex index);
148 void PushRoot(Heap::RootListIndex index);
151 void JumpIfRoot(Register with, Heap::RootListIndex index, Label* if_equal,
156 void JumpIfRoot(const Operand& with, Heap::RootListIndex index,
164 void JumpIfNotRoot(Register with, Heap::RootListIndex index,
170 void JumpIfNotRoot(const Operand& with, Heap::RootListIndex index,
1214 Heap::RootListIndex root_value_index,