Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dhydrogen.h1752 HAllocate* elements_location() { return elements_location_; } in elements_location()
1770 HValue* GetElementsLocation() { return elements_location_; } in GetElementsLocation()
1792 HAllocate* elements_location_; variable
Dhydrogen.cc3164 if (!elements_location_->has_size_upper_bound()) { in AllocateArray()
3165 elements_location_->set_size_upper_bound(elememts_size_upper_bound); in AllocateArray()
3210 elements_location_ = builder()->BuildAllocateElements(kind_, elements_size); in AllocateArray()
3212 builder()->BuildInitializeElementsHeader(elements_location_, kind_, capacity); in AllocateArray()
3216 array_object, HObjectAccess::ForElementsPointer(), elements_location_); in AllocateArray()
3219 builder()->BuildFillElementsWithHole(elements_location_, kind_, in AllocateArray()