Searched refs:kUndefinedCacheId (Results 1 – 4 of 4) sorted by relevance
81 return *down_cast<const UndefinedType*>(entries_[kUndefinedCacheId]); in Undefined()
187 std::uninitialized_fill_n(line_, num_regs_, RegTypeCache::kUndefinedCacheId); in RegisterLine()
174 static constexpr int32_t kUndefinedCacheId = kNumSmallConstants + 10; variable
79 entries_[kUndefinedCacheId] = in FillPrimitiveAndSmallConstantTypes()80 new (&allocator_) UndefinedType(null_handle_, "", kUndefinedCacheId); in FillPrimitiveAndSmallConstantTypes()