Home | History | Annotate | Download | only in src

Lines Matching refs:c_index

10099     HConstant* c_index = HConstant::cast(index);
10100 if (c_string->HasStringValue() && c_index->HasNumberValue()) {
10101 int32_t i = c_index->NumberValueAsInteger32();