Lines Matching defs:index
120 int index = GetIndexOperand(operand_index);
121 return FeedbackVector::ToSlot(index);
149 Register second(first.index() + 1);
157 return RegisterList(first.index(), count);
203 int index, IsolateT* isolate) const {
204 return handle(bytecode_array()->constant_pool().get(index), isolate);
207 bool BytecodeArrayIterator::IsConstantAtIndexSmi(int index) const {
208 return bytecode_array()->constant_pool().get(index).IsSmi();
211 Smi BytecodeArrayIterator::GetConstantAtIndexAsSmi(int index) const {
212 return Smi::cast(bytecode_array()->constant_pool().get(index));