Home | History | Annotate | Download | only in src

Lines Matching defs:object_index

1805   int object_index = materialization_object_index_++;
1806 ObjectMaterializationDescriptor desc = deferred_objects_[object_index];
1811 object_index = desc.duplicate_object();
1813 } else if (desc.is_arguments() && ArgumentsObjectIsAdapted(object_index)) {
1816 Handle<JSFunction> function = ArgumentsObjectFunction(object_index);
1828 Handle<JSFunction> function = ArgumentsObjectFunction(object_index);
1852 if (object_index < prev_materialized_count_) {
1854 previously_materialized_objects_->get(object_index), isolate_));
1864 if (object_index < prev_materialized_count_) {
1866 previously_materialized_objects_->get(object_index), isolate_));
1884 if (object_index < prev_materialized_count_) {
1886 previously_materialized_objects_->get(object_index), isolate_));
1905 return materialized_objects_->at(object_index);
1990 int object_index = materialization_object_index_;
1992 deferred_objects_.at(object_index);
2005 ArgumentsObjectIsAdapted(object_index) ? "(adapted) " : "",
2123 int object_index = iterator->Next();
2127 " ; duplicate of object #%d\n", object_index);
2129 AddObjectDuplication(0, object_index);
2147 int object_index = deferred_objects_.length() - 1;
2149 DoTranslateObject(iterator, object_index, i);
2160 int object_index,
2163 Address object_slot = deferred_objects_[object_index].slot_address();
2369 int object_index = iterator->Next();
2377 " ; duplicate of object #%d\n", object_index);
2383 AddObjectDuplication(0, object_index);
2409 int object_index = deferred_objects_.length() - 1;
2411 DoTranslateObject(iterator, object_index, i);
2653 int object_index = iterator->Next();
2661 " ; duplicate of object #%d\n", object_index);
2668 object_index);
2695 int object_index = deferred_objects_.length() - 1;
2697 DoTranslateObject(iterator, object_index, i);
2763 void Deoptimizer::AddObjectDuplication(intptr_t slot, int object_index) {
2765 reinterpret_cast<Address>(slot), jsframe_count_, -1, object_index, false);
3003 void Translation::DuplicateObject(int object_index) {
3005 buffer_->Add(object_index, zone());
3358 int object_index = materialized_objects_.length();
3360 previously_materialized_objects_->get(object_index), isolate);
3417 int object_index = materialized_objects_.length();
3418 if (object_index < prev_materialized_count_) {
3482 int object_index = slot.DuplicateObjectId();
3483 Handle<Object> object = materialized_objects_[object_index];