Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/verifier/
H A Dreg_type_cache-inl.h150 inline const BooleanConstantType& RegTypeCache::BooleanConstant() const { in BooleanConstant()
151 return *down_cast<const BooleanConstantType*>(entries_[kBooleanConstantCacheId]); in BooleanConstant()
H A Dreg_type.h409 class BooleanConstantType final : public ConstantType {
411 constexpr explicit BooleanConstantType(uint16_t cache_id) REQUIRES_SHARED(Locks::mutator_lock_);
832 constexpr BooleanConstantType::BooleanConstantType(uint16_t cache_id) in BooleanConstantType() function
H A Dreg_type_cache.h125 const BooleanConstantType& BooleanConstant() const REQUIRES_SHARED(Locks::mutator_lock_);