HomeSort by relevance Sort by last modified time
    Searched refs:SetExpectedNofPropertiesFromEstimate (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
compiler.cc 223 SetExpectedNofPropertiesFromEstimate(fun, lit->expected_property_count());
409 SetExpectedNofPropertiesFromEstimate(shared, lit->expected_property_count());
515 SetExpectedNofPropertiesFromEstimate(function,
handles.h 305 void SetExpectedNofPropertiesFromEstimate(Handle<SharedFunctionInfo> shared,
307 void SetExpectedNofPropertiesFromEstimate(Handle<JSFunction> func,
handles.cc 170 void SetExpectedNofPropertiesFromEstimate(Handle<SharedFunctionInfo> shared,
177 void SetExpectedNofPropertiesFromEstimate(Handle<JSFunction> func,

Completed in 26 milliseconds