Home
last modified time | relevance | path

Searched refs:BuildGrowElementsCapacity (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dcode-stubs-hydrogen.cc874 BuildGrowElementsCapacity(object, elements, from_kind, to_kind, length, in BuildCodeStub()
/external/v8/src/crankshaft/
Dhydrogen.h1776 HValue* BuildGrowElementsCapacity(HValue* object,
Dhydrogen.cc1550 HValue* new_elements = BuildGrowElementsCapacity(object, elements, kind, kind, in BuildCheckAndGrowElementsCapacity()
1629 HValue* new_elements = BuildGrowElementsCapacity(object, elements, kind, in BuildCopyElementsOnWrite()
2781 HValue* HGraphBuilder::BuildGrowElementsCapacity(HValue* object, in BuildGrowElementsCapacity() function in v8::internal::HGraphBuilder