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

/art/runtime/
H A Dstack_map.h564 size_t live_bit_mask_offset_in_bits = GetLiveBitMaskOffset() * kBitsPerByte;
571 size_t live_bit_mask_offset_in_bits = GetLiveBitMaskOffset() * kBitsPerByte;
585 static size_t GetLiveBitMaskOffset() { function in class:art::DexRegisterLocation::DexRegisterMap
596 return GetLiveBitMaskOffset() + GetLiveBitMaskSize(number_of_dex_registers);

Completed in 123 milliseconds