Home | History | Annotate | Download | only in optimizing

Lines Matching refs:stack_map

22 #include "stack_map.h"
47 // See runtime/stack_map.h to know what these fields contain.
156 StackMap<T> stack_map = code_info.GetStackMapAt(i);
159 stack_map.SetDexPc(entry.dex_pc);
160 stack_map.SetNativePc(entry.native_pc);
161 stack_map.SetRegisterMask(entry.register_mask);
162 stack_map.SetStackMask(*entry.sp_mask);
170 stack_map.SetDexRegisterMapOffset(region.start() - memory_start);
186 stack_map.SetInlineDescriptorOffset(region.start() - memory_start);
194 stack_map.SetInlineDescriptorOffset(InlineInfo::kNoInlineInfo);