Searched refs:BitMemoryRegion (Results 1 – 9 of 9) sorted by relevance
/art/runtime/ |
D | bit_memory_region.h | 26 class BitMemoryRegion FINAL : public ValueObject { 28 BitMemoryRegion() = default; 29 ALWAYS_INLINE BitMemoryRegion(MemoryRegion region, size_t bit_offset, size_t bit_size) { in BitMemoryRegion() function 43 ALWAYS_INLINE BitMemoryRegion Subregion(size_t bit_offset, size_t bit_size) const { in Subregion() 44 return BitMemoryRegion(region_, bit_start_ + bit_offset, bit_size); in Subregion()
|
D | memory_region_test.cc | 70 BitMemoryRegion bmr(region, bit_offset, length); in TEST()
|
D | check_reference_map_visitor.h | 75 BitMemoryRegion stack_mask = code_info.GetStackMaskOf(encoding, stack_map); in CheckOptimizedMethod()
|
D | stack_map.cc | 213 BitMemoryRegion stack_mask = code_info.GetStackMaskOf(encoding, *this); in Dump()
|
D | quick_exception_handler.cc | 414 BitMemoryRegion stack_mask = code_info.GetStackMaskOf(encoding, stack_map); in HandleOptimizingDeoptimization()
|
D | thread.cc | 3570 BitMemoryRegion stack_mask = code_info.GetStackMaskOf(encoding, map); in VisitQuickFrameWithVregCallback()
|
/art/runtime/jit/ |
D | profile_compilation_info.h | 483 BitMemoryRegion(MemoryRegion( in DexFileData() 531 BitMemoryRegion method_bitmap;
|
/art/compiler/optimizing/ |
D | stack_map_stream.cc | 431 BitMemoryRegion stack_mask = code_info.GetStackMask(i, encoding); in FillInCodeInfo() 440 BitMemoryRegion register_mask = code_info.GetRegisterMask(i, encoding); in FillInCodeInfo() 630 BitMemoryRegion stack_mask = code_info.GetStackMaskOf(encoding, stack_map); in CheckCodeInfo()
|
D | stack_map_test.cc | 34 BitMemoryRegion stack_mask = code_info.GetStackMaskOf(encoding, stack_map); in CheckStackMask()
|