Home | History | Annotate | Download | only in compiler

Lines Matching refs:functions

24 int CollectFunctions(Node* node, Handle<JSFunction>* functions,
29 functions[0] = Handle<JSFunction>::cast(m.Value());
38 functions[n] = Handle<JSFunction>::cast(m.Value());
44 functions[0] = Handle<JSFunction>::null();
52 // Built-in functions are handled by the JSBuiltinReducer.
82 callee, candidate.functions, kMaxCallPolymorphism, candidate.shared_info);
93 // Functions marked with %SetForceInlineFlag are immediately inlined.
97 candidate.functions[i].is_null()
99 : handle(candidate.functions[i]->shared());
139 // - For stressing inlining: immediately handle all functions.
180 candidate.functions[0].is_null()
182 : handle(candidate.functions[0]->shared());
191 // we have multiple known target functions.
209 Node* target = jsgraph()->HeapConstant(candidate.functions[i]);
270 Handle<JSFunction> function = candidate.functions[i];
299 candidate.functions[i].is_null()
301 : handle(candidate.functions[i]->shared());