Home | History | Annotate | Download | only in verifier

Lines Matching refs:Uninitialized

111     // Before we mark all regs as conflicts, check that we don't have an uninitialized this.
1329 // argument as uninitialized. This restricts field access until the superclass constructor is
1798 // Disallow returning uninitialized values and verify that the reference in vAA is an
1801 Fail(VERIFY_ERROR_BAD_CLASS_SOFT) << "returning uninitialized object '"
2005 const RegType& uninit_type = reg_types_.Uninitialized(res_type, work_insn_idx_);
2009 // add the new uninitialized reference to the register state
2490 /* arg must be an uninitialized reference */
2492 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "Expected initialization on uninitialized reference "
2498 * Replace the uninitialized reference with an initialized one. We need to do this for all
2564 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "interface call on uninitialized object "
3954 // Field accesses through uninitialized references are only allowable for constructors where