Home | History | Annotate | Download | only in src

Lines Matching refs:BinaryOpICStub

282 void BinaryOpICStub::GenerateAheadOfTime(Isolate* isolate) {
286 BinaryOpICStub stub(isolate, static_cast<Token::Value>(op));
295 void BinaryOpICStub::PrintState(std::ostream& os) const { // NOLINT
301 void BinaryOpICStub::GenerateAheadOfTime(Isolate* isolate,
304 BinaryOpICStub stub(isolate, state);
1932 void BinaryOpICStub::InitializeDescriptor(CodeStubDescriptor* descriptor) {