Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type_test.cc383 RegType& unresolved_unintialised = cache.Uninitialized(ref_type, 1101ull); in TEST_F()
388 RegType& ref_type_unresolved_unintialised_1 = cache.Uninitialized(ref_type, 1102ull); in TEST_F()
392 RegType& unresolved_unintialised_2 = cache.Uninitialized(ref_type, 1101ull); in TEST_F()
403 RegType& resolved_unintialiesd = cache.Uninitialized(resolved_ref, 10); in TEST_F()
404 RegType& unresolved_unintialized = cache.Uninitialized(unresolved_ref, 12); in TEST_F()
434 RegType& ref_type_unintialized = cache.Uninitialized(ref_type, 0110ull); in TEST_F()
Dreg_type_cache.h130 UninitializedType& Uninitialized(RegType& type, uint32_t allocation_pc)
Dreg_type_cache.cc370 UninitializedType& RegTypeCache::Uninitialized(RegType& type, uint32_t allocation_pc) { in Uninitialized() function in art::verifier::RegTypeCache
Dmethod_verifier.cc1825 RegType& uninit_type = reg_types_.Uninitialized(res_type, work_insn_idx_); in CodeFlowVerifyInstruction()