Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type_test.cc406 const RegType& unresolved_unintialised = cache.Uninitialized(ref_type, 1101ull); in TEST_F()
411 const RegType& ref_type_unresolved_unintialised_1 = cache.Uninitialized(ref_type, 1102ull); in TEST_F()
415 const RegType& unresolved_unintialised_2 = cache.Uninitialized(ref_type, 1101ull); in TEST_F()
428 const RegType& resolved_unintialiesd = cache.Uninitialized(resolved_ref, 10); in TEST_F()
429 const RegType& unresolved_unintialized = cache.Uninitialized(unresolved_ref, 12); in TEST_F()
461 const RegType& ref_type_unintialized = cache.Uninitialized(ref_type, 0110ull); in TEST_F()
Dreg_type_cache.h133 const UninitializedType& Uninitialized(const RegType& type, uint32_t allocation_pc)
Dreg_type_cache.cc446 const UninitializedType& RegTypeCache::Uninitialized(const RegType& type, uint32_t allocation_pc) { in Uninitialized() function in art::verifier::RegTypeCache
Dmethod_verifier.cc2420 const RegType& uninit_type = reg_types_.Uninitialized(res_type, work_insn_idx_); in CodeFlowVerifyInstruction()