Home
last modified time | relevance | path

Searched refs:BitMemoryRegion (Results 1 – 9 of 9) sorted by relevance

/art/runtime/
Dbit_memory_region.h26 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()
Dmemory_region_test.cc70 BitMemoryRegion bmr(region, bit_offset, length); in TEST()
Dcheck_reference_map_visitor.h75 BitMemoryRegion stack_mask = code_info.GetStackMaskOf(encoding, stack_map); in CheckOptimizedMethod()
Dstack_map.cc213 BitMemoryRegion stack_mask = code_info.GetStackMaskOf(encoding, *this); in Dump()
Dquick_exception_handler.cc414 BitMemoryRegion stack_mask = code_info.GetStackMaskOf(encoding, stack_map); in HandleOptimizingDeoptimization()
Dthread.cc3570 BitMemoryRegion stack_mask = code_info.GetStackMaskOf(encoding, map); in VisitQuickFrameWithVregCallback()
/art/runtime/jit/
Dprofile_compilation_info.h483 BitMemoryRegion(MemoryRegion( in DexFileData()
531 BitMemoryRegion method_bitmap;
/art/compiler/optimizing/
Dstack_map_stream.cc431 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()
Dstack_map_test.cc34 BitMemoryRegion stack_mask = code_info.GetStackMaskOf(encoding, stack_map); in CheckStackMask()