Home | History | Annotate | Download | only in crankshaft

Lines Matching refs:c_index

10522     HConstant* c_index = HConstant::cast(index);
10523 if (c_string->HasStringValue() && c_index->HasNumberValue()) {
10524 int32_t i = c_index->NumberValueAsInteger32();