Lines Matching refs:index
34 // Returns the 32-bit zero-extended index immediate for bytecode operand
37 // Returns the word zero-extended index immediate for bytecode operand
40 // Returns the smi index immediate for bytecode operand |operand_index|
67 // Returns the word zero-extended native context index immediate for bytecode
128 int index);
130 int index);
132 // Load constant at the index specified in operand |operand_index| from the
135 // Load and untag constant at the index specified in operand |operand_index|
138 // Load constant at |index| in the constant pool.
139 TNode<Object> LoadConstantPoolEntry(TNode<WordT> index);
140 // Load and untag constant at |index| in the constant pool.
141 TNode<IntPtrT> LoadAndUntagConstantPoolEntry(TNode<WordT> index);
214 // The constant's index is specified in operand |operand_index|.
230 // The constant's index is specified in operand |operand_index|.
328 // Returns the offset of register |index| relative to RegisterFilePointer().
329 TNode<IntPtrT> RegisterFrameOffset(TNode<IntPtrT> index);
357 // Returns the word-size sign-extended register index for bytecode operand
361 // Returns the word zero-extended index immediate for bytecode operand
383 // constant pool if the |condition| is true. The constant's index is specified