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

/art/runtime/
H A Dstack_map.h583 size_t live_bit_mask_offset_in_bits = GetLiveBitMaskOffset() * kBitsPerByte;
590 size_t live_bit_mask_offset_in_bits = GetLiveBitMaskOffset() * kBitsPerByte;
604 static size_t GetLiveBitMaskOffset() { function in class:art::DexRegisterLocation::DexRegisterMap
615 return GetLiveBitMaskOffset() + GetLiveBitMaskSize(number_of_dex_registers);

Completed in 37 milliseconds