Searched refs:types_ (Results 1 - 14 of 14) sorted by relevance

/external/chromium/chrome/browser/sync/sessions/
H A Dordered_commit_set.cc30 types_.push_back(type);
63 types_.resize(max_size);
72 types_[position]};
84 DCHECK_LE(proj->second.size(), types_.size());
86 if (types_[proj->second[i]] == syncable::BOOKMARKS)
97 types_ = other.types_;
H A Dordered_commit_set.h60 return types_[position];
109 std::vector<syncable::ModelType> types_; member in class:browser_sync::sessions::OrderedCommitSet
/external/chromium/chrome/browser/sync/glue/
H A Ddata_type_manager_impl2_unittest.cc165 std::set<syncable::ModelType> types_; member in class:DataTypeManagerImpl2Test
172 dtm.Configure(types_);
184 types_.insert(syncable::BOOKMARKS);
187 dtm.Configure(types_);
200 types_.insert(syncable::BOOKMARKS);
203 dtm.Configure(types_);
215 types_.insert(syncable::BOOKMARKS);
218 dtm.Configure(types_);
235 types_.insert(syncable::PASSWORDS);
238 dtm.Configure(types_);
[all...]
/external/chromium/chrome/browser/extensions/
H A Dextension_webstore_private_browsertest.cc47 types_ = types;
50 *types = types_;
58 syncable::ModelTypeSet types_; member in class:FakeProfileSyncService
/external/chromium/chrome/common/
H A Djson_schema_validator.cc157 CHECK(types_.find(id) == types_.end());
158 types_[id] = type;
176 TypeMap::iterator iter = types_.find(id);
177 if (iter == types_.end())
178 types_[id] = schema;
184 // that schema. It must be present in types_ to be referenced.
187 TypeMap::iterator type = types_.find(ref);
188 if (type == types_.end()) {
H A Djson_schema_validator.h200 TypeMap types_; member in class:JSONSchemaValidator
/external/v8/src/
H A Dcode-stubs.h1066 : tos_(tos), types_(types) { }
1076 int MinorKey() { return (tos_.code() << NUMBER_OF_TYPES) | types_.ToByte(); }
1079 code->set_to_boolean_state(types_.ToByte());
1089 Types types_; member in class:v8::internal::ToBooleanStub
H A Dhydrogen-instructions.cc1529 : types_(Min(types->length(), kMaxLoadPolymorphism)),
1537 i < types->length() && types_.length() < kMaxLoadPolymorphism;
1551 types_.Add(types->at(i));
1555 types_.Add(types->at(i));
1563 if (types_.length() == types->length() && FLAG_deoptimize_uncommon_cases) {
1574 if (types_.length() != other->types()->length()) return false;
1577 for (int i = 0; i < types_.length(); i++) {
1579 for (int j = 0; j < types_.length(); j++) {
1580 if (types_.at(j).is_identical_to(other->types()->at(i))) {
H A Dcode-stubs.cc355 types_.Print(stream);
H A Dhydrogen-instructions.h3766 SmallMapList* types() { return &types_; }
3784 SmallMapList types_; member in class:v8::HLoadNamedFieldPolymorphic
/external/v8/src/x64/
H A Dcode-stubs-x64.cc409 if (!types_.IsEmpty()) {
423 if (types_.Contains(SMI)) {
433 } else if (types_.NeedsMap()) {
438 if (types_.NeedsMap()) {
441 if (types_.CanBeUndetectable()) {
453 if (types_.Contains(SPEC_OBJECT)) {
466 if (types_.Contains(STRING)) {
476 if (types_.Contains(HEAP_NUMBER)) {
524 if (types_.Contains(type)) {
546 __ Push(Smi::FromInt(types_
[all...]
/external/v8/src/ia32/
H A Dcode-stubs-ia32.cc427 if (!types_.IsEmpty()) {
441 if (types_.Contains(SMI)) {
451 } else if (types_.NeedsMap()) {
456 if (types_.NeedsMap()) {
459 if (types_.CanBeUndetectable()) {
471 if (types_.Contains(SPEC_OBJECT)) {
484 if (types_.Contains(STRING)) {
494 if (types_.Contains(HEAP_NUMBER)) {
559 if (types_.Contains(type)) {
581 __ push(Immediate(Smi::FromInt(types_
[all...]
/external/v8/src/arm/
H A Dcode-stubs-arm.cc1798 if (types_.Contains(SMI)) {
1803 } else if (types_.NeedsMap()) {
1808 if (types_.NeedsMap()) {
1811 if (types_.CanBeUndetectable()) {
1820 if (types_.Contains(SPEC_OBJECT)) {
1827 if (types_.Contains(STRING)) {
1834 if (types_.Contains(HEAP_NUMBER)) {
1859 if (types_.Contains(type)) {
1878 __ mov(r1, Operand(Smi::FromInt(types_.ToByte())));
/external/v8/src/mips/
H A Dcode-stubs-mips.cc1883 if (types_.Contains(SMI)) {
1888 } else if (types_.NeedsMap()) {
1893 if (types_.NeedsMap()) {
1896 if (types_.CanBeUndetectable()) {
1905 if (types_.Contains(SPEC_OBJECT)) {
1912 if (types_.Contains(STRING)) {
1922 if (types_.Contains(HEAP_NUMBER)) {
1949 if (types_.Contains(type)) {
1966 __ li(a1, Operand(Smi::FromInt(types_.ToByte())));

Completed in 167 milliseconds