Lines Matching defs:centry
182 Node* centry = HeapConstant(CEntryStub(isolate(), return_count).GetCode());
187 return AddNode(common()->Call(descriptor), centry, ref, arity, context);
196 Node* centry = HeapConstant(CEntryStub(isolate(), return_count).GetCode());
201 return AddNode(common()->Call(descriptor), centry, arg1, ref, arity, context);
211 Node* centry = HeapConstant(CEntryStub(isolate(), return_count).GetCode());
216 return AddNode(common()->Call(descriptor), centry, arg1, arg2, ref, arity,
227 Node* centry = HeapConstant(CEntryStub(isolate(), return_count).GetCode());
232 return AddNode(common()->Call(descriptor), centry, arg1, arg2, arg3, ref,
243 Node* centry = HeapConstant(CEntryStub(isolate(), return_count).GetCode());
248 return AddNode(common()->Call(descriptor), centry, arg1, arg2, arg3, arg4,
278 Node* centry = HeapConstant(CEntryStub(isolate(), return_count).GetCode());
283 Node* nodes[] = {centry, ref, arity, context};
299 Node* centry = HeapConstant(CEntryStub(isolate(), return_count).GetCode());
304 Node* nodes[] = {centry, arg1, ref, arity, context};
322 Node* centry = HeapConstant(CEntryStub(isolate(), return_count).GetCode());
327 Node* nodes[] = {centry, arg1, arg2, ref, arity, context};
344 Node* centry = HeapConstant(CEntryStub(isolate(), return_count).GetCode());
349 Node* nodes[] = {centry, arg1, arg2, arg3, ref, arity, context};
366 Node* centry = HeapConstant(CEntryStub(isolate(), return_count).GetCode());
371 Node* nodes[] = {centry, arg1, arg2, arg3, arg4, ref, arity, context};