Home | History | Annotate | Download | only in optimizing

Lines Matching refs:RETURN

37     return memory_.get();
40 size_t GetSize() const { return size_; }
41 uint8_t* GetMemory() const { return memory_.get(); }
174 Instruction::RETURN | 0);
183 Instruction::RETURN | 1 << 8);
192 Instruction::RETURN | 1 << 8);
202 Instruction::RETURN | 0 << 8,
203 Instruction::RETURN | 1 << 8);
213 Instruction::RETURN | 0 << 8,
214 Instruction::RETURN | 1 << 8);
224 Instruction::RETURN);
234 Instruction::RETURN);
243 Instruction::RETURN);
252 Instruction::RETURN);