Home | History | Annotate | Download | only in x64

Lines Matching defs:object_index

539   int object_index = 0;
548 &object_index,
562 int object_index = (*object_index_pointer)++;
563 if (environment->ObjectIsDuplicateAt(object_index)) {
564 int dupe_of = environment->ObjectDuplicateOfAt(object_index);
568 int object_length = environment->ObjectLengthAt(object_index);
569 if (environment->ObjectIsArgumentsAt(object_index)) {