Searched refs:to_properties (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/crankshaft/ |
D | hydrogen.h | 1794 void BuildCopyProperties(HValue* from_properties, HValue* to_properties,
|
D | hydrogen.cc | 2873 HValue* to_properties, HValue* length, in BuildCopyProperties() argument 2877 BuildFillElementsWithValue(to_properties, kind, length, capacity, in BuildCopyProperties() 2890 Add<HStoreKeyed>(to_properties, key, element, nullptr, kind); in BuildCopyProperties()
|