Home | History | Annotate | Download | only in crankshaft

Lines Matching refs:c_index

3682     HConstant* c_index = HConstant::cast(index);
3683 if (c_string->HasStringValue() && c_index->HasInteger32Value()) {
3685 int32_t i = c_index->Integer32Value();