Home
last modified time | relevance | path

Searched refs:objects_ (Results 1 – 10 of 10) sorted by relevance

/external/vulkan-validation-layers/demos/smoke/
DSimulation.h94 const std::vector<Object> &objects() const { return objects_; } in objects()
103 std::vector<Object> objects_; variable
DSimulation.cpp288 objects_.reserve(object_count); in Simulation()
293 objects_.emplace_back(Object{ in Simulation()
303 for (auto &obj : objects_) { in set_frame_data_size()
312 auto &obj = objects_[i]; in update()
/external/v8/src/crankshaft/
Dhydrogen-check-elimination.cc814 explicit HCheckMapsEffects(Zone* zone) : objects_(0, zone) { } in HCheckMapsEffects()
825 objects_.Add(store->object(), zone); in Process()
830 objects_.Add(HTransitionElementsKind::cast(instr)->object(), zone); in Process()
854 for (int i = 0; i < objects_.length(); ++i) { in Apply()
855 table->Kill(objects_[i]->ActualValue()); in Apply()
862 for (int i = 0; i < that->objects_.length(); ++i) { in Union()
863 objects_.Add(that->objects_[i], zone); in Union()
868 ZoneList<HValue*> objects_; member in v8::internal::HCheckMapsEffects
/external/v8/src/compiler/
Descape-analysis.cc297 : states_(zone), objects_(zone), fields_(zone) { in MergeCache()
299 objects_.reserve(5); in MergeCache()
303 ZoneVector<VirtualObject*>& objects() { return objects_; } in objects()
307 objects_.clear(); in Clear()
317 ZoneVector<VirtualObject*> objects_; member in v8::internal::compiler::MergeCache
324 objects_.clear(); in LoadVirtualObjectsFromStatesFor()
329 objects_.push_back(obj); in LoadVirtualObjectsFromStatesFor()
338 objects_.clear(); in LoadVirtualObjectsForFieldsFrom()
344 objects_.push_back(obj); in LoadVirtualObjectsForFieldsFrom()
351 Node* rep = pos >= objects_.front()->field_count() in GetFields()
[all …]
Dinstruction-selector.cc479 explicit StateObjectDeduplicator(Zone* zone) : objects_(zone) {} in StateObjectDeduplicator()
483 for (size_t i = 0; i < objects_.size(); ++i) { in GetObjectId()
484 if (objects_[i] == node) { in GetObjectId()
492 size_t id = objects_.size(); in InsertObject()
493 objects_.push_back(node); in InsertObject()
498 ZoneVector<Node*> objects_; member in v8::internal::compiler::StateObjectDeduplicator
/external/v8/src/profiler/
Dheap-snapshot-generator.cc2152 objects_.Add(Handle<JSGlobalObject>(JSGlobalObject::cast(global))); in VisitPointers()
2158 int count() { return objects_.length(); } in count()
2159 Handle<JSGlobalObject>& at(int i) { return objects_[i]; } in at()
2162 List<Handle<JSGlobalObject> > objects_; member in v8::internal::GlobalObjectsEnumerator
/external/googletest/googlemock/docs/
DForDummies.md8 **Note:** It is easy to confuse the term _fake objects_ with mock objects. Fakes and mocks actually…
/external/googletest/googlemock/docs/v1_5/
DForDummies.md8 **Note:** It is easy to confuse the term _fake objects_ with mock objects. Fakes and mocks actually…
/external/googletest/googlemock/docs/v1_7/
DForDummies.md8 **Note:** It is easy to confuse the term _fake objects_ with mock objects. Fakes and mocks actually…
/external/googletest/googlemock/docs/v1_6/
DForDummies.md8 **Note:** It is easy to confuse the term _fake objects_ with mock objects. Fakes and mocks actually…