Home | History | Annotate | Download | only in src

Lines Matching refs:c_index

4417     HConstant* c_index = HConstant::cast(index);
4418 if (c_string->HasStringValue() && c_index->HasInteger32Value()) {
4420 int32_t i = c_index->Integer32Value();