Home
last modified time | relevance | path

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

/art/runtime/
Dcheck_reference_map_visitor.h85 BitMemoryRegion stack_mask = code_info.GetStackMaskOf(stack_map); in CheckOptimizedMethod()
Dstack_map.cc326 BitMemoryRegion stack_mask = code_info.GetStackMaskOf(*this); in Dump()
Dstack_map.h315 BitMemoryRegion GetStackMaskOf(const StackMap& stack_map) const { in GetStackMaskOf() function
Dquick_exception_handler.cc465 BitMemoryRegion stack_mask = code_info.GetStackMaskOf(stack_map); in HandleOptimizingDeoptimization()
Dstack.cc298 BitMemoryRegion stack_mask = code_info.GetStackMaskOf(stack_map); in GetVRegFromOptimizedCode()
Dthread.cc3815 BitMemoryRegion stack_mask = code_info.GetStackMaskOf(map); in VisitQuickFrameWithVregCallback()
/art/compiler/optimizing/
Dstack_map_stream.cc140 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()