Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Doat_quick_method_header.h97 return data_ & kCodeInfoMask; in GetCodeInfoOffset()
163 static constexpr uint32_t kCodeInfoMask = 0x3FFFFFFF; // If kIsCodeInfoMask is set. variable