Lines Matching refs:reference
390 /* Get the object reference, store it, and remove our reference */
431 * Normally, we would remove a reference on the Operand[0]
609 /* Internal reference object - prevent deletion */
616 * reference on the Operand[0] object)
619 * reference operand to an actual integer.
794 * Must resolve/dereference the local/arg reference first
796 switch (operand[0]->reference.class) {
804 (operand[0]->reference.class,
805 operand[0]->reference.value,
812 * Delete our reference to the input object and
821 /* Get the object to which the reference refers */
824 operand[0]->reference.object;
851 * This is a deref_of (String). The string is a reference
912 * This must be a reference object produced by either the
915 switch (operand[0]->reference.class) {
921 switch (operand[0]->reference.target_type) {
925 operand[0]->reference.object;
937 * reference to the buffer itself.
941 temp_desc->buffer.pointer[operand[0]->reference.value]);
951 * add another reference to the referenced object, however.
954 *(operand[0]->reference.where);
971 "Unknown Index TargetType 0x%X in reference object %p",
972 operand[0]->reference.
982 return_desc = operand[0]->reference.object;
1019 /* Add another reference to the object */
1031 "Unknown class in reference(%p) - 0x%2.2X",
1033 operand[0]->reference.class));