Lines Matching refs:reference
411 /* Get the object reference, store it, and remove our reference */
452 * Normally, we would remove a reference on the Operand[0]
630 /* Internal reference object - prevent deletion */
637 * reference on the Operand[0] object)
640 * reference operand to an actual integer.
815 * Must resolve/dereference the local/arg reference first
817 switch (operand[0]->reference.class) {
825 (operand[0]->reference.class,
826 operand[0]->reference.value,
833 * Delete our reference to the input object and
842 /* Get the object to which the reference refers */
845 operand[0]->reference.object;
872 * This is a deref_of (String). The string is a reference
933 * This must be a reference object produced by either the
936 switch (operand[0]->reference.class) {
942 switch (operand[0]->reference.target_type) {
946 operand[0]->reference.object;
958 * reference to the buffer itself.
962 temp_desc->buffer.pointer[operand[0]->reference.value]);
972 * add another reference to the referenced object, however.
975 *(operand[0]->reference.where);
992 "Unknown Index TargetType 0x%X in reference object %p",
993 operand[0]->reference.
1003 return_desc = operand[0]->reference.object;
1040 /* Add another reference to the object */
1052 "Unknown class in reference(%p) - 0x%2.2X",
1054 operand[0]->reference.class));