Home | History | Annotate | Download | only in src

Lines Matching refs:c_index

8589     HConstant* c_index = HConstant::cast(index);
8590 if (c_string->HasStringValue() && c_index->HasNumberValue()) {
8591 int32_t i = c_index->NumberValueAsInteger32();