Searched refs:MethodBitIndex (Results 1 – 2 of 2) sorted by relevance
1996 method_bitmap.StoreBit(MethodBitIndex(/*startup*/ true, index), /*value*/ true); in SetMethodHotness()1999 method_bitmap.StoreBit(MethodBitIndex(/*startup*/ false, index), /*value*/ true); in SetMethodHotness()2006 if (method_bitmap.LoadBit(MethodBitIndex(/*startup*/ true, dex_method_index))) { in GetHotnessInfo()2009 if (method_bitmap.LoadBit(MethodBitIndex(/*startup*/ false, dex_method_index))) { in GetHotnessInfo()
540 size_t MethodBitIndex(bool startup, size_t index) const { in MethodBitIndex() function