Home
last modified time | relevance | path

Searched refs:def_value (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dpersistent-map.h117 explicit PersistentMap(Zone* zone, Value def_value = Value())
118 : PersistentMap(nullptr, zone, def_value) {} in PersistentMap() argument
149 PersistentMap(const FocusedTree* tree, Zone* zone, Value def_value) in PersistentMap() argument
150 : tree_(tree), def_value_(def_value), zone_(zone) {} in PersistentMap()
264 } while (!((**this).second != def_value()));
291 const Value& def_value() { return def_value_; }
293 static iterator begin(const FocusedTree* tree, Value def_value) {
294 iterator i(def_value);
301 while (!i.is_end() && !((*i).second != def_value)) ++i;
305 static iterator end(Value def_value) { return iterator(def_value); }
[all …]
Descape-analysis.cc50 explicit SparseSidetable(Zone* zone, T def_value = T()) in SparseSidetable() argument
51 : def_value_(std::move(def_value)), map_(zone) {} in SparseSidetable()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_merge_regs.c106 struct def_value { struct
114 static struct def_value argument
115 chase_copies(struct def_value value) in chase_copies()
179 struct def_value a_value = chase_copies((struct def_value){ in can_skip_interference()
184 struct def_value b_value = chase_copies((struct def_value){ in can_skip_interference()
/third_party/googletest/googletest/src/hwext/
Dgtest-ext.cc41 int TestDefManager::queryFlagsFor(const TestInfo* test, int def_value) const in queryFlagsFor()
44 return def == NULL ? def_value : def->flags; in queryFlagsFor()
/third_party/googletest/googletest/include/gtest/hwext/
Dgtest-ext.h75 int queryFlagsFor(const TestInfo* test, int def_value) const;