Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type_cache-inl.h81 return *down_cast<const UndefinedType*>(entries_[kUndefinedCacheId]); in Undefined()
Dregister_line-inl.h187 std::uninitialized_fill_n(line_, num_regs_, RegTypeCache::kUndefinedCacheId); in RegisterLine()
Dreg_type_cache.h174 static constexpr int32_t kUndefinedCacheId = kNumSmallConstants + 10; variable
Dreg_type_cache.cc79 entries_[kUndefinedCacheId] = in FillPrimitiveAndSmallConstantTypes()
80 new (&allocator_) UndefinedType(null_handle_, "", kUndefinedCacheId); in FillPrimitiveAndSmallConstantTypes()