Home | History | Annotate | Download | only in compiler

Lines Matching defs:centry

162   Node* centry = HeapConstant(CEntryStub(isolate(), return_count).GetCode());
167 return AddNode(common()->Call(descriptor), centry, arg1, ref, arity, context);
177 Node* centry = HeapConstant(CEntryStub(isolate(), return_count).GetCode());
182 return AddNode(common()->Call(descriptor), centry, arg1, arg2, ref, arity,
194 Node* centry = HeapConstant(CEntryStub(isolate(), return_count).GetCode());
199 return AddNode(common()->Call(descriptor), centry, arg1, arg2, arg3, arg4,
231 Node* centry = HeapConstant(CEntryStub(isolate(), return_count).GetCode());
236 Node* nodes[] = {centry, arg1, ref, arity, context};
255 Node* centry = HeapConstant(CEntryStub(isolate(), return_count).GetCode());
260 Node* nodes[] = {centry, arg1, arg2, ref, arity, context};