Home | History | Annotate | Download | only in s390

Lines Matching refs:object_index

541   int object_index = 0;
547 environment->HasUint32ValueAt(i), &object_index, &dematerialized_index);
557 int object_index = (*object_index_pointer)++;
558 if (environment->ObjectIsDuplicateAt(object_index)) {
559 int dupe_of = environment->ObjectDuplicateOfAt(object_index);
563 int object_length = environment->ObjectLengthAt(object_index);
564 if (environment->ObjectIsArgumentsAt(object_index)) {