Home
last modified time | relevance | path

Searched refs:PreciseConstLoType (Results 1 – 3 of 3) sorted by relevance

/art/runtime/verifier/
Dreg_type.h678 class PreciseConstLoType FINAL : public ConstantType {
680 PreciseConstLoType(uint32_t constant, uint16_t cache_id) in PreciseConstLoType() function
Dreg_type_cache.cc587 entry = new (&arena_) PreciseConstLoType(value, entries_.size()); in FromCat2ConstLo()
Dreg_type.cc402 std::string PreciseConstLoType::Dump() const { in Dump()