Home
last modified time | relevance | path

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

/art/libartbase/base/
Dbit_memory_region_test.cc62 bmr1.StoreBit(0, value); in TEST()
68 bmr2.StoreBit(bit_offset, value); in TEST()
Dbit_memory_region.h96 ALWAYS_INLINE void StoreBit(size_t bit_offset, bool value) { in StoreBit() function
296 Allocate(1).StoreBit(/* bit_offset */ 0, value); in WriteBit()
/art/libprofile/profile/
Dprofile_compilation_info.cc2133 method_bitmap.StoreBit(MethodBitIndex(/*startup=*/ true, index), /*value=*/ true); in SetMethodHotness()
2136 method_bitmap.StoreBit(MethodBitIndex(/*startup=*/ false, index), /*value=*/ true); in SetMethodHotness()