Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type_cache-inl.h88 inline const ImpreciseConstType& RegTypeCache::ByteConstant() { in ByteConstant() function
Dreg_type_cache.h143 const ImpreciseConstType& ByteConstant() REQUIRES_SHARED(Locks::mutator_lock_);
Dreg_type.cc647 return reg_types->ByteConstant(); in Merge()