Lines Matching refs:index
15 #include "src/objects/tagged-index.h"
519 void LoadRoot(Register destination, RootIndex index) final {
520 LoadRoot(destination, index, al);
522 void LoadRoot(Register destination, RootIndex index, Condition cond);
672 void LoadNativeContextSlot(Register dst, int index);
734 void CompareRoot(Register obj, RootIndex index);
735 void PushRoot(RootIndex index) {
738 LoadRoot(scratch, index);
743 void JumpIfRoot(Register with, RootIndex index, Label* if_equal) {
744 CompareRoot(with, index);
749 void JumpIfNotRoot(Register with, RootIndex index, Label* if_not_equal) {
750 CompareRoot(with, index);