Home | History | Annotate | Download | only in src

Lines Matching refs:HForInCacheArray

6770 class HForInCacheArray : public HTemplateInstruction<2> {
6772 DECLARE_INSTRUCTION_FACTORY_P3(HForInCacheArray, HValue*, HValue*, int);
6782 HForInCacheArray* index_cache() {
6786 void set_index_cache(HForInCacheArray* index_cache) {
6799 HForInCacheArray(HValue* enumerable,
6808 HForInCacheArray* index_cache_;