Searched refs:SetExpectedNofProperties (Results 1 - 6 of 6) sorted by relevance

/external/v8/src/
H A Dhandles.h260 void SetExpectedNofProperties(Handle<JSFunction> func, int nof);
H A Dhandles.cc157 void SetExpectedNofProperties(Handle<JSFunction> func, int nof) { function in namespace:v8::internal
203 // See the comment in SetExpectedNofProperties.
H A Druntime.cc2233 SetExpectedNofProperties(function, num);
/external/chromium_org/v8/src/
H A Dhandles.h314 void SetExpectedNofProperties(Handle<JSFunction> func, int nof);
H A Dhandles.cc153 void SetExpectedNofProperties(Handle<JSFunction> func, int nof) { function in namespace:v8::internal
193 // See the comment in SetExpectedNofProperties.
H A Druntime.cc2929 SetExpectedNofProperties(function, num);

Completed in 89 milliseconds