Home | History | Annotate | Download | only in ppc

Lines Matching refs:object_index

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