Home | History | Annotate | Download | only in src

Lines Matching refs:HConstant

35     HConstant* constant = NULL;
41 constant = HConstant::cast(index->left());
44 constant = HConstant::cast(index->right());
51 constant = HConstant::cast(index->right());
56 constant = HConstant::cast(check->index());
226 // HConstant(offset) or index_base directly.
253 HConstant::cast(left_input)->Unlink();
254 HConstant::cast(left_input)->InsertBefore(index);
257 HConstant::cast(right_input)->Unlink();
258 HConstant::cast(right_input)->InsertBefore(index);
261 HConstant* index = HConstant::cast(index_raw);