HomeSort by relevance Sort by last modified time
    Searched full:objects_ (Results 1 - 13 of 13) sorted by null

  /external/vulkan-validation-layers/demos/smoke/
Simulation.h 100 const std::vector<Object> &objects() const { return objects_; }
109 std::vector<Object> objects_; member in class:Simulation
Simulation.cpp 294 objects_.reserve(object_count);
299 objects_.emplace_back(Object{
312 for (auto &obj : objects_) {
321 auto &obj = objects_[i];
  /frameworks/base/media/mca/filterfw/jni/
jni_util.h 116 objects_[id] = object;
124 typename CObjMap::const_iterator iter = objects_.find(obj_id);
125 return iter == objects_.end() ? NULL : iter->second;
153 typename CObjMap::iterator iter = objects_.find(obj_id);
154 const bool found = iter != objects_.end();
158 objects_.erase(iter);
177 return objects_.size();
197 CObjMap objects_; member in class:ObjectPool
  /toolchain/binutils/binutils-2.25/gold/
cref.cc 47 : objects_(), archives_(), current_(&this->objects_)
116 Objects objects_; member in class:gold::Cref_inputs
137 gold_assert(this->current_ == &this->objects_);
153 gold_assert(this->current_ != &this->objects_);
154 this->current_ = &this->objects_;
203 this->print_objects_symbol_counts(symtab, f, &this->objects_);
290 this->gather_cref(&this->objects_, &table);
plugin.cc 425 for (Object_list::iterator obj = this->objects_.begin();
426 obj != this->objects_.end();
429 this->objects_.clear();
458 unsigned int handle = this->objects_.size();
466 this->objects_.push_back(elf_object);
478 if (this->objects_.size() > handle
479 && this->objects_[handle]->pluginobj() != NULL)
480 return this->objects_[handle]->pluginobj();
727 if (this->objects_.size() != handle
728 && this->objects_[handle]->pluginobj() != NULL
    [all...]
plugin.h 131 : plugins_(), objects_(), deferred_layout_objects_(), input_file_(NULL),
238 if (handle >= this->objects_.size())
240 return this->objects_[handle];
341 Object_list objects_; member in class:gold::Plugin_manager
incremental.h 310 objects_()
317 this->objects_.push_back(obj_entry);
323 { return this->objects_.size(); }
329 gold_assert(n < this->objects_.size());
330 return this->objects_[n];
345 std::vector<Incremental_input_entry*> objects_; member in class:gold::Incremental_script_entry
    [all...]
ChangeLog     [all...]
  /external/v8/src/crankshaft/
hydrogen-check-elimination.cc 813 explicit HCheckMapsEffects(Zone* zone) : objects_(0, zone) { }
824 objects_.Add(store->object(), zone);
829 objects_.Add(HTransitionElementsKind::cast(instr)->object(), zone);
853 for (int i = 0; i < objects_.length(); ++i) {
854 table->Kill(objects_[i]->ActualValue());
861 for (int i = 0; i < that->objects_.length(); ++i) {
862 objects_.Add(that->objects_[i], zone);
867 ZoneList<HValue*> objects_; variable
  /external/v8/src/compiler/
escape-analysis.cc 291 : states_(zone), objects_(zone), fields_(zone) {
293 objects_.reserve(5);
297 ZoneVector<VirtualObject*>& objects() { return objects_; }
301 objects_.clear();
311 ZoneVector<VirtualObject*> objects_; member in class:v8::internal::compiler::MergeCache
318 objects_.clear();
323 objects_.push_back(obj);
332 objects_.clear();
338 objects_.push_back(obj);
345 Node* rep = pos >= objects_.front()->field_count(
    [all...]
instruction-selector.cc 361 explicit StateObjectDeduplicator(Zone* zone) : objects_(zone) {}
365 for (size_t i = 0; i < objects_.size(); ++i) {
366 if (objects_[i] == node) {
374 size_t id = objects_.size();
375 objects_.push_back(node);
380 ZoneVector<Node*> objects_; member in class:v8::internal::compiler::__anon23622::StateObjectDeduplicator
    [all...]
  /external/v8/test/cctest/
test-heap-profiler.cc 1585 v8::Persistent<v8::Value> objects_[kObjectsCount]; member in class:GraphWithImplicitRefs
    [all...]
  /external/v8/src/profiler/
heap-snapshot-generator.cc 2150 List<Handle<JSGlobalObject> > objects_; member in class:v8::internal::GlobalObjectsEnumerator
    [all...]

Completed in 974 milliseconds