Home
last modified time | relevance | path

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

/art/runtime/
Dsubtype_check_info.h176 BitString::StorageType source_value = GetEncodedPathToRoot(); in IsSubtypeOf() local
180 bool result = (source_value & target_mask) == (target_value); in IsSubtypeOf()