Home | History | Annotate | Download | only in src

Lines Matching refs:c_index

4088     HConstant* c_index = HConstant::cast(index);
4089 if (c_string->HasStringValue() && c_index->HasInteger32Value()) {
4091 int32_t i = c_index->Integer32Value();