Home | History | Annotate | Download | only in compiler

Lines Matching defs:Return

53   Zone* graph_zone() { return graph_zone_.get(); }
54 int index() const { return index_; }
66 return unit.FinishCompilation();
130 return cur_buffer_;
177 Node* Return(unsigned count, Node** nodes);
179 Node* Return(Node* fst, Nodes*... more) {
181 return Return(arraysize(arr), arr);
216 Node* Control() { return *control_; }
217 Node* Effect() { return *effect_; }
223 wasm::FunctionSig* GetFunctionSignature() { return sig_; }
244 bool has_simd() const { return has_simd_; }
246 wasm::ModuleEnv* module_env() const { return module_; }
274 JSGraph* jsgraph() { return jsgraph_; }
387 return buf;