Lines Matching refs:interpreter
120 interpreter::Register receiver, size_t arity);
122 interpreter::Register callee,
123 interpreter::Register first_arg, size_t arity);
125 interpreter::Register first_arg,
129 const interpreter::BytecodeArrayIterator& iterator);
131 const interpreter::BytecodeArrayIterator& iterator);
133 const interpreter::BytecodeArrayIterator& iterator);
135 const interpreter::BytecodeArrayIterator& iterator);
137 const interpreter::BytecodeArrayIterator& iterator);
138 void BuildLoadGlobal(const interpreter::BytecodeArrayIterator& iterator,
140 void BuildStoreGlobal(const interpreter::BytecodeArrayIterator& iterator);
141 void BuildNamedLoad(const interpreter::BytecodeArrayIterator& iterator);
142 void BuildKeyedLoad(const interpreter::BytecodeArrayIterator& iterator);
143 void BuildNamedStore(const interpreter::BytecodeArrayIterator& iterator);
144 void BuildKeyedStore(const interpreter::BytecodeArrayIterator& iterator);
146 const interpreter::BytecodeArrayIterator& iterator);
148 const interpreter::BytecodeArrayIterator& iterator);
149 void BuildCall(const interpreter::BytecodeArrayIterator& iterator);
151 const interpreter::BytecodeArrayIterator& iterator);
153 const interpreter::BytecodeArrayIterator& iterator);
154 void BuildDelete(const interpreter::BytecodeArrayIterator& iterator);
156 const interpreter::BytecodeArrayIterator& iterator);
197 const interpreter::BytecodeArrayIterator* bytecode_iterator() const { in bytecode_iterator()
202 const interpreter::BytecodeArrayIterator* bytecode_iterator) { in set_bytecode_iterator()
215 void Visit##name(const interpreter::BytecodeArrayIterator& iterator);
224 const interpreter::BytecodeArrayIterator* bytecode_iterator_;
265 Node* LookupRegister(interpreter::Register the_register) const;
267 void ExchangeRegisters(interpreter::Register reg0,
268 interpreter::Register reg1);
271 void BindRegister(interpreter::Register the_register, Node* node,
273 void BindRegistersToProjections(interpreter::Register first_reg, Node* node,
315 int RegisterToValuesIndex(interpreter::Register the_register) const;