Searched refs:BuildGrowElementsCapacity (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/ |
D | code-stubs-hydrogen.cc | 874 BuildGrowElementsCapacity(object, elements, from_kind, to_kind, length, in BuildCodeStub()
|
/external/v8/src/crankshaft/ |
D | hydrogen.h | 1776 HValue* BuildGrowElementsCapacity(HValue* object,
|
D | hydrogen.cc | 1550 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
|