Home
last modified time | relevance | path

Searched defs:IsCompressed (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/runtime/mirror/
H A Dstring.h198 bool IsCompressed() REQUIRES_SHARED(Locks::mutator_lock_) { in IsCompressed() function
209 ALWAYS_INLINE static bool IsCompressed(int32_t count) { in IsCompressed() function
/aosp12/system/apex/apexd/
H A Dapex_file.h57 bool IsCompressed() const { return is_compressed_; } in IsCompressed() function