Home
last modified time | relevance | path

Searched refs:GetStackMaskOf (Results 1 – 8 of 8) sorted by relevance

/aosp12/art/runtime/
H A Dcheck_reference_map_visitor.h83 if (search_for_valid_stack_map && !code_info.GetStackMaskOf(stack_map).IsValid()) { in CheckOptimizedMethod()
85 if (map.GetDexPc() == dex_pc && code_info.GetStackMaskOf(map).IsValid()) { in CheckOptimizedMethod()
102 BitMemoryRegion stack_mask = code_info.GetStackMaskOf(stack_map); in CheckOptimizedMethod()
H A Dstack_map.cc320 BitMemoryRegion stack_mask = code_info.GetStackMaskOf(*this); in Dump()
H A Dstack_map.h335 BitMemoryRegion GetStackMaskOf(const StackMap& stack_map) const { in GetStackMaskOf() function
H A Dquick_exception_handler.cc465 BitMemoryRegion stack_mask = code_info.GetStackMaskOf(stack_map); in HandleOptimizingDeoptimization()
H A Dstack.cc292 BitMemoryRegion stack_mask = code_info.GetStackMaskOf(stack_map); in GetVRegFromOptimizedCode()
H A Dthread.cc3950 BitMemoryRegion stack_mask = code_info.GetStackMaskOf(map); in VisitQuickFrameWithVregCallback()
/aosp12/art/compiler/optimizing/
H A Dstack_map_stream.cc154 BitMemoryRegion seen_stack_mask = code_info.GetStackMaskOf(stack_map); in BeginStackMapEntry()
H A Dstack_map_test.cc34 BitMemoryRegion stack_mask = code_info.GetStackMaskOf(stack_map); in CheckStackMask()