Searched refs:elements_location_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dhydrogen.h1752 HAllocate* elements_location() { return elements_location_; }
1770 HValue* GetElementsLocation() { return elements_location_; }
1792 HAllocate* elements_location_; member in class:v8::internal::HGraphBuilder::FINAL
H A Dhydrogen.cc3243 if (!elements_location_->has_size_upper_bound()) {
3244 elements_location_->set_size_upper_bound(elememts_size_upper_bound);
3289 elements_location_ = builder()->BuildAllocateElements(kind_, elements_size);
3291 builder()->BuildInitializeElementsHeader(elements_location_, kind_, capacity);
3295 array_object, HObjectAccess::ForElementsPointer(), elements_location_);
3298 builder()->BuildFillElementsWithHole(elements_location_, kind_,

Completed in 132 milliseconds