Home | History | Annotate | Download | only in src

Lines Matching refs:smi_at

2281   Token::Value op = static_cast<Token::Value>(args.smi_at(1));
2282 UnaryOverwriteMode mode = static_cast<UnaryOverwriteMode>(args.smi_at(2));
2284 static_cast<UnaryOpIC::TypeInfo>(args.smi_at(3));
2333 int key = args.smi_at(2);
2334 Token::Value op = static_cast<Token::Value>(args.smi_at(3));
2336 static_cast<BinaryOpIC::TypeInfo>(args.smi_at(4));
2528 CompareIC ic(isolate, static_cast<Token::Value>(args.smi_at(2)));
2539 Register tos = Register::from_code(args.smi_at(1));
2540 ToBooleanStub::Types old_types(args.smi_at(2));