Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type_test.cc407 const RegType& unresolved_unintialised = cache.Uninitialized(ref_type, 1101ull); in TEST_F()
412 const RegType& ref_type_unresolved_unintialised_1 = cache.Uninitialized(ref_type, 1102ull); in TEST_F()
416 const RegType& unresolved_unintialised_2 = cache.Uninitialized(ref_type, 1101ull); in TEST_F()
429 const RegType& resolved_unintialiesd = cache.Uninitialized(resolved_ref, 10); in TEST_F()
430 const RegType& unresolved_unintialized = cache.Uninitialized(unresolved_ref, 12); in TEST_F()
463 const RegType& ref_type_unintialized = cache.Uninitialized(ref_type, 0110ull); in TEST_F()
741 const RegType& uninit_obj_0 = cache.Uninitialized(obj, 0u); in TEST_F()
742 const RegType& uninit_obj_1 = cache.Uninitialized(obj, 1u); in TEST_F()
745 const RegType& uninit_unres_a_0 = cache.Uninitialized(unresolved_a, 0); in TEST_F()
746 const RegType& uninit_unres_b_0 = cache.Uninitialized(unresolved_b, 0); in TEST_F()
[all …]
Dreg_type_cache.h146 const UninitializedType& Uninitialized(const RegType& type, uint32_t allocation_pc)
Dreg_type_cache.cc500 const UninitializedType& RegTypeCache::Uninitialized(const RegType& type, uint32_t allocation_pc) { in Uninitialized() function in art::verifier::RegTypeCache
Dmethod_verifier.cc2522 const RegType& uninit_type = reg_types_.Uninitialized(res_type, work_insn_idx_); in CodeFlowVerifyInstruction()