Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type_cache.cc35 const PreciseConstType* RegTypeCache::small_precise_constants_[kMaxSmallConstant -
302 const PreciseConstType* type = small_precise_constants_[value - kMinSmallConstant]; in ShutDown()
339 PreciseConstType* type = new PreciseConstType(value, primitive_count_); in CreatePrimitiveAndSmallConstantTypes()
569 entry = new (&arena_) PreciseConstType(value, entries_.size()); in FromCat1NonSmallConstant()
Dreg_type_cache.h181 static const PreciseConstType* small_precise_constants_[kMaxSmallConstant -
Dreg_type.h622 class PreciseConstType FINAL : public ConstantType {
624 PreciseConstType(uint32_t constant, uint16_t cache_id) in PreciseConstType() function
Dreg_type.cc64 std::string PreciseConstType::Dump() const { in Dump()