Home | History | Annotate | Download | only in compiler

Lines Matching defs:select

27 // to select a representative set.
974 // Build the actual select.
979 inner = CompileGraph("Select-indirection", desc, &graph, raw.Export());
985 // Build a call to the function that does the select.
1079 Handle<Code> select;
1081 // build the select.
1086 select = CompileGraph("Compute", desc, &graph, raw.Export());
1090 // call the select.
1098 // Wrap the select code with a callable function that passes constants.
1103 Node* target = raw.HeapConstant(select);
1141 wrapper = CompileGraph("Select-mixed-wrapper-const", cdesc, &graph,