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.h95 ALWAYS_INLINE void StoreBit(size_t bit_offset, bool value) { in StoreBit() function
322 Allocate(1).StoreBit(/* bit_offset */ 0, value); in WriteBit()
/art/libprofile/profile/
Dprofile_compilation_info.cc2047 method_bitmap.StoreBit(MethodFlagBitmapIndex( in SetMethodHotness()