Home
last modified time | relevance | path

Searched refs:Uninitialized (Results 1 – 4 of 4) sorted by relevance

/art/runtime/verifier/
Dreg_type_test.cc48 cache->FromUninitialized(cache->Uninitialized(imprecise_obj, /* allocation_pc= */ 0u)); in PreciseJavaLangObjectFromDescriptor()
434 const RegType& unresolved_unintialised = cache.Uninitialized(ref_type, 1101ull); in TEST_F()
439 const RegType& ref_type_unresolved_unintialised_1 = cache.Uninitialized(ref_type, 1102ull); in TEST_F()
443 const RegType& unresolved_unintialised_2 = cache.Uninitialized(ref_type, 1101ull); in TEST_F()
459 const RegType& resolved_unintialiesd = cache.Uninitialized(resolved_ref, 10); in TEST_F()
460 const RegType& unresolved_unintialized = cache.Uninitialized(unresolved_ref, 12); in TEST_F()
495 const RegType& ref_type_unintialized = cache.Uninitialized(ref_type, 0110ull); in TEST_F()
782 const RegType& uninit_obj_0 = cache.Uninitialized(obj, 0u); in TEST_F()
783 const RegType& uninit_obj_1 = cache.Uninitialized(obj, 1u); in TEST_F()
786 const RegType& uninit_unres_a_0 = cache.Uninitialized(unresolved_a, 0); in TEST_F()
[all …]
Dreg_type_cache.h134 const UninitializedType& Uninitialized(const RegType& type, uint32_t allocation_pc)
Dreg_type_cache.cc413 const UninitializedType& RegTypeCache::Uninitialized(const RegType& type, uint32_t allocation_pc) { in Uninitialized() function in art::verifier::RegTypeCache
Dmethod_verifier.cc2445 const RegType& uninit_type = reg_types_.Uninitialized(res_type, work_insn_idx_); in CodeFlowVerifyInstruction()