Home
last modified time | relevance | path

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

/art/runtime/
Dstack_map.h583 size_t live_bit_mask_offset_in_bits = GetLiveBitMaskOffset() * kBitsPerByte; in SetLiveBitMask()
590 size_t live_bit_mask_offset_in_bits = GetLiveBitMaskOffset() * kBitsPerByte; in IsDexRegisterLive()
604 static size_t GetLiveBitMaskOffset() { in GetLiveBitMaskOffset() function
615 return GetLiveBitMaskOffset() + GetLiveBitMaskSize(number_of_dex_registers); in GetLocationMappingDataOffset()