Home
last modified time | relevance | path

Searched refs:object_index (Results 1 – 16 of 16) sorted by relevance

/external/google-breakpad/src/processor/
Drange_map_unittest.cc275 for (int object_index = 0; object_index < object_count; ++object_index) { in RetrieveIndexTest() local
277 if (!range_map->RetrieveRangeAtIndex(object_index, &object, &base, NULL)) { in RetrieveIndexTest()
280 set, object_index); in RetrieveIndexTest()
287 set, object_index); in RetrieveIndexTest()
298 set, object_index, object->id()); in RetrieveIndexTest()
306 set, object_index, base); in RetrieveIndexTest()
344 for (int object_index = 0; object_index < object_count; ++object_index) { in RetriveAtIndexTest2() local
346 if (!range_map->RetrieveRangeAtIndex(object_index, &object, &base, NULL)) { in RetriveAtIndexTest2()
348 "expected success, observed failure\n", object_index); in RetriveAtIndexTest2()
356 object_index, expected_base, base); in RetriveAtIndexTest2()
Dstatic_range_map_unittest.cc317 for (int object_index = 0; object_index < object_count; ++object_index) { in RetrieveIndexTest() local
319 ASSERT_TRUE(range_map->RetrieveRangeAtIndex(object_index, in RetrieveIndexTest()
324 << " index " << object_index; in RetrieveIndexTest()
327 << " index " << object_index; in RetrieveIndexTest()
334 << set << " index " << object_index; in RetrieveIndexTest()
337 << " index " << object_index; in RetrieveIndexTest()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
DDataOutputCompressor.java152 public void writeStringSet(SortedSet c, Map object_index) throws IOException { in writeStringSet() argument
156 object_index.put(null, new Integer(i++)); in writeStringSet()
161 object_index.put(s, new Integer(i++)); in writeStringSet()
198 public void writeCollection(Collection c, Map object_index) throws IOException { in writeCollection() argument
201 object_index.put(null, new Integer(i++)); in writeCollection()
205 if (object_index != null) object_index.put(s, new Integer(i++)); in writeCollection()
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
DDataOutputCompressor.java151 public void writeStringSet(SortedSet c, Map object_index) throws IOException { in writeStringSet() argument
155 object_index.put(null, new Integer(i++)); in writeStringSet()
160 object_index.put(s, new Integer(i++)); in writeStringSet()
197 public void writeCollection(Collection c, Map object_index) throws IOException { in writeCollection() argument
200 object_index.put(null, new Integer(i++)); in writeCollection()
204 if (object_index != null) object_index.put(s, new Integer(i++)); in writeCollection()
/external/v8/src/
Ddeoptimizer.cc2279 void Translation::DuplicateObject(int object_index) { in DuplicateObject() argument
2281 buffer_->Add(object_index, zone()); in DuplicateObject()
2586 int object_index) { in NewArgumentsObject() argument
2588 slot.materialization_info_ = {object_index, length}; in NewArgumentsObject()
2596 int object_index) { in NewDeferredObject() argument
2598 slot.materialization_info_ = {object_index, length}; in NewDeferredObject()
2696 int TranslatedValue::object_index() const { in object_index() function in v8::internal::TranslatedValue
2769 return container_->MaterializeObjectAt(object_index()); in GetValue()
3118 int object_index = static_cast<int>(object_positions_.size()); in CreateNextTranslatedValue() local
3120 PrintF(trace_file, "argumets object #%d (length = %d)", object_index, in CreateNextTranslatedValue()
[all …]
Ddeoptimizer.h59 int length, int object_index);
61 int length, int object_index);
107 int object_index() const;
279 Handle<Object> MaterializeObjectAt(int object_index);
1015 void DuplicateObject(int object_index);
Dobjects.cc14746 int object_index = iterator.Next(); in DeoptimizationInputDataPrint() local
14747 os << "{object_index=" << object_index << "}"; in DeoptimizationInputDataPrint()
/external/v8/src/crankshaft/
Dlithium.cc610 int object_index = objects_to_materialize->length(); in AddObjectToMaterialize() local
615 for (int prev = 0; prev < object_index; ++prev) { in AddObjectToMaterialize()
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.cc536 int object_index = 0; in WriteTranslation() local
542 environment->HasUint32ValueAt(i), &object_index, &dematerialized_index); in WriteTranslation()
555 int object_index = (*object_index_pointer)++; in AddToTranslation() local
556 if (environment->ObjectIsDuplicateAt(object_index)) { in AddToTranslation()
557 int dupe_of = environment->ObjectDuplicateOfAt(object_index); in AddToTranslation()
561 int object_length = environment->ObjectLengthAt(object_index); in AddToTranslation()
562 if (environment->ObjectIsArgumentsAt(object_index)) { in AddToTranslation()
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.cc589 int object_index = 0; in WriteTranslation() local
595 environment->HasUint32ValueAt(i), &object_index, &dematerialized_index); in WriteTranslation()
608 int object_index = (*object_index_pointer)++; in AddToTranslation() local
609 if (environment->ObjectIsDuplicateAt(object_index)) { in AddToTranslation()
610 int dupe_of = environment->ObjectDuplicateOfAt(object_index); in AddToTranslation()
614 int object_length = environment->ObjectLengthAt(object_index); in AddToTranslation()
615 if (environment->ObjectIsArgumentsAt(object_index)) { in AddToTranslation()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.cc231 int object_index = 0; in WriteTranslation() local
237 environment->HasUint32ValueAt(i), &object_index, &dematerialized_index); in WriteTranslation()
250 int object_index = (*object_index_pointer)++; in AddToTranslation() local
251 if (environment->ObjectIsDuplicateAt(object_index)) { in AddToTranslation()
252 int dupe_of = environment->ObjectDuplicateOfAt(object_index); in AddToTranslation()
256 int object_length = environment->ObjectLengthAt(object_index); in AddToTranslation()
257 if (environment->ObjectIsArgumentsAt(object_index)) { in AddToTranslation()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.cc613 int object_index = 0; in WriteTranslation() local
619 environment->HasUint32ValueAt(i), &object_index, &dematerialized_index); in WriteTranslation()
632 int object_index = (*object_index_pointer)++; in AddToTranslation() local
633 if (environment->ObjectIsDuplicateAt(object_index)) { in AddToTranslation()
634 int dupe_of = environment->ObjectDuplicateOfAt(object_index); in AddToTranslation()
638 int object_length = environment->ObjectLengthAt(object_index); in AddToTranslation()
639 if (environment->ObjectIsArgumentsAt(object_index)) { in AddToTranslation()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.cc587 int object_index = 0; in WriteTranslation() local
593 environment->HasUint32ValueAt(i), &object_index, &dematerialized_index); in WriteTranslation()
606 int object_index = (*object_index_pointer)++; in AddToTranslation() local
607 if (environment->ObjectIsDuplicateAt(object_index)) { in AddToTranslation()
608 int dupe_of = environment->ObjectDuplicateOfAt(object_index); in AddToTranslation()
612 int object_length = environment->ObjectLengthAt(object_index); in AddToTranslation()
613 if (environment->ObjectIsArgumentsAt(object_index)) { in AddToTranslation()
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.cc881 int object_index = 0; in WriteTranslation() local
890 &object_index, in WriteTranslation()
904 int object_index = (*object_index_pointer)++; in AddToTranslation() local
905 if (environment->ObjectIsDuplicateAt(object_index)) { in AddToTranslation()
906 int dupe_of = environment->ObjectDuplicateOfAt(object_index); in AddToTranslation()
910 int object_length = environment->ObjectLengthAt(object_index); in AddToTranslation()
911 if (environment->ObjectIsArgumentsAt(object_index)) { in AddToTranslation()
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.cc575 int object_index = 0; in WriteTranslation() local
581 environment->HasUint32ValueAt(i), &object_index, &dematerialized_index); in WriteTranslation()
594 int object_index = (*object_index_pointer)++; in AddToTranslation() local
595 if (environment->ObjectIsDuplicateAt(object_index)) { in AddToTranslation()
596 int dupe_of = environment->ObjectDuplicateOfAt(object_index); in AddToTranslation()
600 int object_length = environment->ObjectLengthAt(object_index); in AddToTranslation()
601 if (environment->ObjectIsArgumentsAt(object_index)) { in AddToTranslation()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc559 int object_index = 0; in WriteTranslation() local
565 environment->HasUint32ValueAt(i), &object_index, &dematerialized_index); in WriteTranslation()
576 int object_index = (*object_index_pointer)++; in AddToTranslation() local
577 if (environment->ObjectIsDuplicateAt(object_index)) { in AddToTranslation()
578 int dupe_of = environment->ObjectDuplicateOfAt(object_index); in AddToTranslation()
582 int object_length = environment->ObjectLengthAt(object_index); in AddToTranslation()
583 if (environment->ObjectIsArgumentsAt(object_index)) { in AddToTranslation()