Home | History | Annotate | Download | only in x64

Lines Matching refs:ces

504   CEntryStub ces(1);
505 ces.SaveDoubles();
506 CallStub(&ces);
532 CEntryStub ces(f->result_size);
533 CallStub(&ces);
552 CEntryStub ces(f->result_size);
553 return TryCallStub(&ces);
741 CEntryStub ces(result_size);
742 jmp(ces.GetCode(), RelocInfo::CODE_TARGET);
750 CEntryStub ces(result_size);
751 return TryTailCallStub(&ces);
2041 CEntryStub ces(1);
2042 Call(ces.GetCode(), RelocInfo::DEBUG_BREAK);