Home | History | Annotate | Download | only in compiler

Lines Matching refs:centry

209   Node* centry = HeapConstant(CEntryStub(isolate(), return_count).GetCode());
214 return AddNode(common()->Call(descriptor), centry, ref, arity, context);
223 Node* centry = HeapConstant(CEntryStub(isolate(), return_count).GetCode());
228 return AddNode(common()->Call(descriptor), centry, arg1, ref, arity, context);
238 Node* centry = HeapConstant(CEntryStub(isolate(), return_count).GetCode());
243 return AddNode(common()->Call(descriptor), centry, arg1, arg2, ref, arity,
254 Node* centry = HeapConstant(CEntryStub(isolate(), return_count).GetCode());
259 return AddNode(common()->Call(descriptor), centry, arg1, arg2, arg3, ref,
270 Node* centry = HeapConstant(CEntryStub(isolate(), return_count).GetCode());
275 return AddNode(common()->Call(descriptor), centry, arg1, arg2, arg3, arg4,
286 Node* centry = HeapConstant(CEntryStub(isolate(), return_count).GetCode());
291 return AddNode(common()->Call(descriptor), centry, arg1, arg2, arg3, arg4,
319 Node* centry = HeapConstant(CEntryStub(isolate(), return_count).GetCode());
324 Node* nodes[] = {centry, ref, arity, context};
340 Node* centry = HeapConstant(CEntryStub(isolate(), return_count).GetCode());
345 Node* nodes[] = {centry, arg1, ref, arity, context};
363 Node* centry = HeapConstant(CEntryStub(isolate(), return_count).GetCode());
368 Node* nodes[] = {centry, arg1, arg2, ref, arity, context};
385 Node* centry = HeapConstant(CEntryStub(isolate(), return_count).GetCode());
390 Node* nodes[] = {centry, arg1, arg2, arg3, ref, arity, context};
407 Node* centry = HeapConstant(CEntryStub(isolate(), return_count).GetCode());
412 Node* nodes[] = {centry, arg1, arg2, arg3, arg4, ref, arity, context};
430 Node* centry = HeapConstant(CEntryStub(isolate(), return_count).GetCode());
435 Node* nodes[] = {centry, arg1, arg2, arg3, arg4, arg5, ref, arity, context};
453 Node* centry = HeapConstant(CEntryStub(isolate(), return_count).GetCode());
458 Node* nodes[] = {centry, arg1, arg2, arg3, arg4,