Home | History | Annotate | Download | only in arm

Lines Matching refs:object_index

575   int object_index = 0;
581 environment->HasUint32ValueAt(i), &object_index, &dematerialized_index);
594 int object_index = (*object_index_pointer)++;
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)) {