Lines Matching refs:constant_argument
9026 HConstant* constant_argument = HConstant::cast(argument);
9027 ASSERT(constant_argument->HasSmiValue());
9028 int constant_array_size = constant_argument->Integer32Value();
9077 HConstant* constant_argument = HConstant::cast(argument);
9078 if (constant_argument->HasSmiValue()) {
9079 int value = constant_argument->Integer32Value();