Searched refs:RequireSlowElements (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/
H A Delements.cc1230 if (attributes != NONE) object->RequireSlowElements(dictionary);
1250 if (attributes != NONE) object->RequireSlowElements(*new_dictionary);
2471 if (attributes != NONE) object->RequireSlowElements(*new_dictionary);
2507 object->RequireSlowElements(*arguments);
H A Dlookup.cc453 // to RequireSlowElements takes care of the required IC clearing and
457 receiver->RequireSlowElements(*dictionary);
H A Dobjects.cc5897 void JSObject::RequireSlowElements(SeededNumberDictionary* dictionary) { function in class:v8::internal::JSObject
7611 object->RequireSlowElements(*dictionary);
7832 object->RequireSlowElements(dictionary);
H A Dobjects.h2314 void RequireSlowElements(SeededNumberDictionary* dictionary);

Completed in 1175 milliseconds