Home
last modified time | relevance | path

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

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