Home | History | Annotate | Download | only in src

Lines Matching defs:back

1923 //   * Copy inobject properties from the backing store back into the object.
2217 Object* back = result->GetBackPointer();
2218 if (back->IsUndefined()) return result;
2219 result = Map::cast(back);
2267 Object* back = result->GetBackPointer();
2268 if (back->IsUndefined()) break;
2269 Map* parent = Map::cast(back);
3063 // that the maps to which we push the new descriptor array back can rely
3107 // back to front so that the last callback with a given name takes
4653 // dictionary), store it back to the object.
5183 // Make sure that we never go back to fast case.
5319 // Make sure we never go back to the fast case
7868 // Put max element at the back of the array.
10430 UNREACHABLE(); // We expect to find the back edge.
10920 // If there is no back edge table, the "table start" will be at or after
10926 os << "Back edges (size = " << back_edges.length() << ")\n";
11300 // MemsetPointer to investigate a crasher. Switch back to MemsetPointer.
12156 // Attempt to put this object back in fast case.
12360 // Make sure that we never go back to fast case.
12975 // If the elements are sparse, we should not go back to fast case.
12992 // dictionary, we cannot go back to fast case.
13289 // Put max element at the back of the array.