HomeSort by relevance Sort by last modified time
    Searched refs:object_index (Results 1 - 17 of 17) sorted by null

  /external/google-breakpad/src/processor/
range_map_unittest.cc 275 for (int object_index = 0; object_index < object_count; ++object_index) {
277 if (!range_map->RetrieveRangeAtIndex(object_index, &object, &base, NULL)) {
280 set, object_index);
287 set, object_index);
298 set, object_index, object->id());
306 set, object_index, base);
344 for (int object_index = 0; object_index < object_count; ++object_index)
    [all...]
static_range_map_unittest.cc 317 for (int object_index = 0; object_index < object_count; ++object_index) {
319 ASSERT_TRUE(range_map->RetrieveRangeAtIndex(object_index,
324 << " index " << object_index; local
327 << " index " << object_index; local
334 << set << " index " << object_index;
337 << " index " << object_index; local
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
DataOutputCompressor.java 152 public void writeStringSet(SortedSet c, Map object_index) throws IOException {
156 object_index.put(null, new Integer(i++));
161 object_index.put(s, new Integer(i++));
198 public void writeCollection(Collection c, Map object_index) throws IOException {
201 object_index.put(null, new Integer(i++));
205 if (object_index != null) object_index.put(s, new Integer(i++));
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
DataOutputCompressor.java 151 public void writeStringSet(SortedSet c, Map object_index) throws IOException {
155 object_index.put(null, new Integer(i++));
160 object_index.put(s, new Integer(i++));
197 public void writeCollection(Collection c, Map object_index) throws IOException {
200 object_index.put(null, new Integer(i++));
204 if (object_index != null) object_index.put(s, new Integer(i++));
  /external/v8/src/
deoptimizer.h 59 int length, int object_index);
61 int length, int object_index);
107 int object_index() const;
279 Handle<Object> MaterializeObjectAt(int object_index);
    [all...]
deoptimizer.cc 2696 int TranslatedValue::object_index() const { function in class:v8::TranslatedValue
3118 int object_index = static_cast<int>(object_positions_.size()); local
3129 int object_index = static_cast<int>(object_positions_.size()); local
3540 int object_index = slot->object_index(); local
    [all...]
objects.cc 14746 int object_index = iterator.Next(); local
14747 os << "{object_index=" << object_index << "}"; local
    [all...]
  /external/v8/src/crankshaft/
lithium.cc 610 int object_index = objects_to_materialize->length(); local
615 for (int prev = 0; prev < object_index; ++prev) {
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.cc 589 int object_index = 0; local
595 environment->HasUint32ValueAt(i), &object_index, &dematerialized_index);
608 int object_index = (*object_index_pointer)++; local
609 if (environment->ObjectIsDuplicateAt(object_index)) {
610 int dupe_of = environment->ObjectDuplicateOfAt(object_index);
614 int object_length = environment->ObjectLengthAt(object_index);
615 if (environment->ObjectIsArgumentsAt(object_index)) {
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.cc 231 int object_index = 0; local
237 environment->HasUint32ValueAt(i), &object_index, &dematerialized_index);
250 int object_index = (*object_index_pointer)++; local
251 if (environment->ObjectIsDuplicateAt(object_index)) {
252 int dupe_of = environment->ObjectDuplicateOfAt(object_index);
256 int object_length = environment->ObjectLengthAt(object_index);
257 if (environment->ObjectIsArgumentsAt(object_index)) {
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.cc 613 int object_index = 0; local
619 environment->HasUint32ValueAt(i), &object_index, &dematerialized_index);
632 int object_index = (*object_index_pointer)++; local
633 if (environment->ObjectIsDuplicateAt(object_index)) {
634 int dupe_of = environment->ObjectDuplicateOfAt(object_index);
638 int object_length = environment->ObjectLengthAt(object_index);
639 if (environment->ObjectIsArgumentsAt(object_index)) {
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.cc 587 int object_index = 0; local
593 environment->HasUint32ValueAt(i), &object_index, &dematerialized_index);
606 int object_index = (*object_index_pointer)++; local
607 if (environment->ObjectIsDuplicateAt(object_index)) {
608 int dupe_of = environment->ObjectDuplicateOfAt(object_index);
612 int object_length = environment->ObjectLengthAt(object_index);
613 if (environment->ObjectIsArgumentsAt(object_index)) {
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.cc 559 int object_index = 0; local
565 environment->HasUint32ValueAt(i), &object_index, &dematerialized_index);
576 int object_index = (*object_index_pointer)++; local
577 if (environment->ObjectIsDuplicateAt(object_index)) {
578 int dupe_of = environment->ObjectDuplicateOfAt(object_index);
582 int object_length = environment->ObjectLengthAt(object_index);
583 if (environment->ObjectIsArgumentsAt(object_index)) {
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.cc 536 int object_index = 0; local
542 environment->HasUint32ValueAt(i), &object_index, &dematerialized_index);
555 int object_index = (*object_index_pointer)++; local
556 if (environment->ObjectIsDuplicateAt(object_index)) {
557 int dupe_of = environment->ObjectDuplicateOfAt(object_index);
561 int object_length = environment->ObjectLengthAt(object_index);
562 if (environment->ObjectIsArgumentsAt(object_index)) {
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.cc 881 int object_index = 0; local
890 &object_index,
904 int object_index = (*object_index_pointer)++; local
905 if (environment->ObjectIsDuplicateAt(object_index)) {
906 int dupe_of = environment->ObjectDuplicateOfAt(object_index);
910 int object_length = environment->ObjectLengthAt(object_index);
911 if (environment->ObjectIsArgumentsAt(object_index)) {
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
incremental.cc 344 int object_index = inputs.input_file_index(object_offset); local
345 this->script_map_[object_index] = script;
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.cc 575 int object_index = 0; local
581 environment->HasUint32ValueAt(i), &object_index, &dematerialized_index);
594 int object_index = (*object_index_pointer)++; local
595 if (environment->ObjectIsDuplicateAt(object_index)) {
596 int dupe_of = environment->ObjectDuplicateOfAt(object_index);
600 int object_length = environment->ObjectLengthAt(object_index);
601 if (environment->ObjectIsArgumentsAt(object_index)) {
    [all...]

Completed in 365 milliseconds