Home
last modified time | relevance | path

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

/art/runtime/
Dcheck_reference_map_visitor.h74 BitMemoryRegion stack_mask = code_info.GetStackMaskOf(stack_map); in CheckOptimizedMethod()
Dstack_map.cc290 BitMemoryRegion stack_mask = code_info.GetStackMaskOf(*this); in Dump()
Dstack_map.h328 BitMemoryRegion GetStackMaskOf(const StackMap& stack_map) const { in GetStackMaskOf() function
Dquick_exception_handler.cc477 BitMemoryRegion stack_mask = code_info.GetStackMaskOf(stack_map); in HandleOptimizingDeoptimization()
Dstack.cc226 BitMemoryRegion stack_mask = code_info.GetStackMaskOf(stack_map); in GetVRegFromOptimizedCode()
Dthread.cc3790 BitMemoryRegion stack_mask = code_info.GetStackMaskOf(map); in VisitQuickFrameWithVregCallback()
/art/compiler/optimizing/
Dstack_map_stream.cc128 BitMemoryRegion seen_stack_mask = code_info.GetStackMaskOf(stack_map); in BeginStackMapEntry()
Dstack_map_test.cc34 BitMemoryRegion stack_mask = code_info.GetStackMaskOf(stack_map); in CheckStackMask()