Home | History | Annotate | Download | only in verifier

Lines Matching refs:Uninitialized

385   // Tests creating types uninitialized types from unresolved types.
392 // Create an uninitialized type of this unresolved type
393 const RegType& unresolved_unintialised = cache.Uninitialized(ref_type, 1101ull);
397 // Create an uninitialized type of this unresolved type with different PC
398 const RegType& ref_type_unresolved_unintialised_1 = cache.Uninitialized(ref_type, 1102ull);
401 // Create an uninitialized type of this unresolved type with the same PC
402 const RegType& unresolved_unintialised_2 = cache.Uninitialized(ref_type, 1101ull);
413 const RegType& resolved_unintialiesd = cache.Uninitialized(resolved_ref, 10);
414 const RegType& unresolved_unintialized = cache.Uninitialized(unresolved_ref, 12);
421 expected ="Uninitialized Reference: java.lang.String Allocation PC: 10";
423 expected = "Unresolved And Uninitialized Reference: java.lang.DoesNotExist Allocation PC: 12";
443 // Create an uninitialized type out of this:
444 const RegType& ref_type_unintialized = cache.Uninitialized(ref_type, 0110ull);