Home | History | Annotate | Download | only in src

Lines Matching refs:elements

355     HValue* elements = AddLoadElements(boilerplate, NULL);
358 if_fixed_cow.If<HCompareMap>(elements, factory->fixed_cow_array_map());
368 if_fixed.If<HCompareMap>(elements, factory->fixed_array_map());
460 // Store the payload (smi elements kind)
636 HInstruction* elements = Add<HArgumentsElements>(false);
638 new(zone()) HAccessArgumentsAt(elements, constant_one, constant_zero));
677 HValue* elements = array_builder->GetElementsLocation();
678 ASSERT(elements != NULL);
680 // Now populate the elements correctly.
690 Add<HStoreKeyed>(elements, key, argument, kind);
880 // Tracing elements transitions is the job of the runtime.
881 Add<HDeoptimize>("Deopt due to --trace-elements-transitions",