HomeSort by relevance Sort by last modified time
    Searched refs:object_index (Results 1 - 18 of 18) 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 61 int length, int object_index);
63 int length, int object_index);
113 int object_index() const;
292 Handle<Object> MaterializeObjectAt(int object_index);
    [all...]
deoptimizer.cc 2926 int TranslatedValue::object_index() const { function in class:v8::TranslatedValue
3379 int object_index = static_cast<int>(object_positions_.size()); local
3390 int object_index = static_cast<int>(object_positions_.size()); local
3848 int object_index = slot->object_index(); local
    [all...]
objects.cc 14178 int object_index = iterator.Next(); local
14179 os << "{object_index=" << object_index << "}"; local
    [all...]
  /external/v8/src/crankshaft/
lithium.cc 678 int object_index = objects_to_materialize->length(); local
683 for (int prev = 0; prev < object_index; ++prev) {
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.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...]
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.cc 230 int object_index = 0; local
236 environment->HasUint32ValueAt(i), &object_index, &dematerialized_index);
249 int object_index = (*object_index_pointer)++; local
250 if (environment->ObjectIsDuplicateAt(object_index)) {
251 int dupe_of = environment->ObjectDuplicateOfAt(object_index);
255 int object_length = environment->ObjectLengthAt(object_index);
256 if (environment->ObjectIsArgumentsAt(object_index)) {
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.cc 496 int object_index = 0; local
502 environment->HasUint32ValueAt(i), &object_index, &dematerialized_index);
515 int object_index = (*object_index_pointer)++; local
516 if (environment->ObjectIsDuplicateAt(object_index)) {
517 int dupe_of = environment->ObjectDuplicateOfAt(object_index);
521 int object_length = environment->ObjectLengthAt(object_index);
522 if (environment->ObjectIsArgumentsAt(object_index)) {
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.cc 572 int object_index = 0; local
578 environment->HasUint32ValueAt(i), &object_index, &dematerialized_index);
591 int object_index = (*object_index_pointer)++; local
592 if (environment->ObjectIsDuplicateAt(object_index)) {
593 int dupe_of = environment->ObjectDuplicateOfAt(object_index);
597 int object_length = environment->ObjectLengthAt(object_index);
598 if (environment->ObjectIsArgumentsAt(object_index)) {
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.cc 560 int object_index = 0; local
566 environment->HasUint32ValueAt(i), &object_index, &dematerialized_index);
579 int object_index = (*object_index_pointer)++; local
580 if (environment->ObjectIsDuplicateAt(object_index)) {
581 int dupe_of = environment->ObjectDuplicateOfAt(object_index);
585 int object_length = environment->ObjectLengthAt(object_index);
586 if (environment->ObjectIsArgumentsAt(object_index)) {
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.cc 547 int object_index = 0; local
553 environment->HasUint32ValueAt(i), &object_index, &dematerialized_index);
564 int object_index = (*object_index_pointer)++; local
565 if (environment->ObjectIsDuplicateAt(object_index)) {
566 int dupe_of = environment->ObjectDuplicateOfAt(object_index);
570 int object_length = environment->ObjectLengthAt(object_index);
571 if (environment->ObjectIsArgumentsAt(object_index)) {
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-codegen-s390.cc 515 int object_index = 0; local
521 environment->HasUint32ValueAt(i), &object_index, &dematerialized_index);
531 int object_index = (*object_index_pointer)++; local
532 if (environment->ObjectIsDuplicateAt(object_index)) {
533 int dupe_of = environment->ObjectDuplicateOfAt(object_index);
537 int object_length = environment->ObjectLengthAt(object_index);
538 if (environment->ObjectIsArgumentsAt(object_index)) {
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.cc 517 int object_index = 0; local
523 environment->HasUint32ValueAt(i), &object_index, &dematerialized_index);
536 int object_index = (*object_index_pointer)++; local
537 if (environment->ObjectIsDuplicateAt(object_index)) {
538 int dupe_of = environment->ObjectDuplicateOfAt(object_index);
542 int object_length = environment->ObjectLengthAt(object_index);
543 if (environment->ObjectIsArgumentsAt(object_index)) {
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.cc 764 int object_index = 0; local
773 &object_index,
787 int object_index = (*object_index_pointer)++; local
788 if (environment->ObjectIsDuplicateAt(object_index)) {
789 int dupe_of = environment->ObjectDuplicateOfAt(object_index);
793 int object_length = environment->ObjectLengthAt(object_index);
794 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...]

Completed in 1012 milliseconds