Lines Matching full:uninitialized
410 * Create a new uninitialized instance map.
538 /* determine if "type" is an uninitialized object reference */
551 //LOG_VFY("VFY: attempted to use uninitialized reference");
556 /* extract the index into the uninitialized instance map table */
580 /* return the RegType for the uninitialized reference in slot "uidx" */
798 * mark the first ("this") argument as uninitialized. This restricts
1086 * <init>, the first argument may be an uninitialized reference. Otherwise,
1088 * uninitialized reference arguments.
1422 * This fails if the register holds an uninitialized class.
1446 LOG_VFY("VFY: register %u holds uninitialized reference", vsrc);
1656 LOG_VFY("VFY: uninitialized ref not expected as reg check");
1667 LOG_VFY("VFY: register1 v%u holds uninitialized ref", vsrc);
1775 // LOGD("VFY: marked %d uninitialized registers as invalid", changed);
2508 * Uninitialized references are composed of the enum ORed with an
2509 * index value. The uninitialized table entry at index zero *will*
2682 * allow it to be uninitialized if this is an "<init>" method and the field
2714 * Access to fields in uninitialized objects is allowed if this is
2722 LOG_VFY("VFY: attempt to access field via uninitialized ref");
2856 * an uninitialized slot 0 reference, we know it somehow didn't get
3630 * - there is never an uninitialized class instance in a local variable in
3649 * The spec forbids backward branches when there's an uninitialized reference
3663 * instruction if a register contains an uninitialized instance created
4078 * uninitialized reference, so we do not allow them to be
4269 /* add the new uninitialized reference to the register ste */
5488 /* arg must be an uninitialized reference */
5490 LOG_VFY("VFY: can only initialize the uninitialized");
5496 * Replace the uninitialized reference with an initialized
5565 LOG_VFY("VFY: interface call on uninitialized");