Searched refs:objects_ (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/ |
D | hydrogen-check-elimination.cc | 804 explicit HCheckMapsEffects(Zone* zone) : objects_(0, zone) { } in HCheckMapsEffects() 815 objects_.Add(store->object(), zone); in Process() 820 objects_.Add(HTransitionElementsKind::cast(instr)->object(), zone); in Process() 844 for (int i = 0; i < objects_.length(); ++i) { in Apply() 845 table->Kill(objects_[i]->ActualValue()); in Apply() 852 for (int i = 0; i < that->objects_.length(); ++i) { in Union() 853 objects_.Add(that->objects_[i], zone); in Union() 858 ZoneList<HValue*> objects_; member in v8::internal::HCheckMapsEffects
|
D | heap-snapshot-generator.cc | 2201 objects_.Add(Handle<JSGlobalObject>(JSGlobalObject::cast(global))); in VisitPointers() 2207 int count() { return objects_.length(); } in count() 2208 Handle<JSGlobalObject>& at(int i) { return objects_[i]; } in at() 2211 List<Handle<JSGlobalObject> > objects_; member in v8::internal::GlobalObjectsEnumerator
|
/external/v8/test/cctest/ |
D | test-heap-profiler.cc | 1535 objects_[i].Reset(isolate_, v8::Object::New(isolate_)); in GraphWithImplicitRefs() 1538 v8::Local<v8::Value>::New(isolate_, objects_[0])); in GraphWithImplicitRefs() 1551 isolate_->SetObjectGroupId(objects_[0], in AddImplicitReferences() 1554 v8::UniqueId(1), objects_[1]); in AddImplicitReferences() 1556 isolate_->SetReference(objects_[1].As<v8::Object>(), in AddImplicitReferences() 1557 objects_[2]); in AddImplicitReferences() 1558 isolate_->SetReference(objects_[1].As<v8::Object>(), in AddImplicitReferences() 1559 objects_[3]); in AddImplicitReferences() 1562 v8::Persistent<v8::Value> objects_[kObjectsCount]; member in GraphWithImplicitRefs
|