Home
last modified time | relevance | path

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

/art/runtime/
Dbit_memory_region.h53 ALWAYS_INLINE void StoreBit(uintptr_t bit_offset, bool value) const { in StoreBit() function
54 region_.StoreBit(bit_offset + bit_start_, value); in StoreBit()
Dmemory_region.h120 ALWAYS_INLINE void StoreBit(uintptr_t bit_offset, bool value) const { in StoreBit() function
/art/compiler/optimizing/
Dstack_map_stream.cc433 stack_mask.StoreBit(bit_index, source.LoadBit(bit_index)); in FillInCodeInfo()
604 stack_mask.StoreBit(i, stack_map.sp_mask != nullptr && stack_map.sp_mask->IsBitSet(i)); in PrepareStackMasks()
/art/runtime/jit/
Dprofile_compilation_info.cc1996 method_bitmap.StoreBit(MethodBitIndex(/*startup*/ true, index), /*value*/ true); in SetMethodHotness()
1999 method_bitmap.StoreBit(MethodBitIndex(/*startup*/ false, index), /*value*/ true); in SetMethodHotness()