Lines Matching defs:at
285 if (at(i).is_identical_to(map)) return;
292 if (at(i)->FindRootMap() != root_map) {
293 list_.RemoveElement(list_.at(i));
302 Handle<Map> at(int i) const {
303 return Handle<Map>(list_.at(i));
306 Handle<Map> first() const { return at(0); }
307 Handle<Map> last() const { return at(length() - 1); }
408 // if it is != NULL, guaranteed to contain at least one entry.
553 // At the moment there are no "const functions" in JavaScript...
1501 // for minimizing the work when constructing it at runtime.
1590 // for minimizing the work when constructing it at runtime.