Home | History | Annotate | Download | only in x64

Lines Matching defs:object_index

526   int object_index = 0;
532 environment->HasUint32ValueAt(i), &object_index, &dematerialized_index);
545 int object_index = (*object_index_pointer)++;
546 if (environment->ObjectIsDuplicateAt(object_index)) {
547 int dupe_of = environment->ObjectDuplicateOfAt(object_index);
551 int object_length = environment->ObjectLengthAt(object_index);
552 if (environment->ObjectIsArgumentsAt(object_index)) {