Home | History | Annotate | Download | only in arm64

Lines Matching defs:object_index

263   int object_index = 0;
273 &object_index,
287 int object_index = (*object_index_pointer)++;
288 if (environment->ObjectIsDuplicateAt(object_index)) {
289 int dupe_of = environment->ObjectDuplicateOfAt(object_index);
293 int object_length = environment->ObjectLengthAt(object_index);
294 if (environment->ObjectIsArgumentsAt(object_index)) {