Home
last modified time | relevance | path

Searched refs:GetStackMaskOf (Results 1 – 7 of 7) 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.cc463 BitMemoryRegion stack_mask = code_info.GetStackMaskOf(stack_map); in HandleOptimizingDeoptimization()
Dstack.cc297 BitMemoryRegion stack_mask = code_info.GetStackMaskOf(stack_map); in GetVRegFromOptimizedCode()
/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()