Home | History | Annotate | Download | only in runtime

Lines Matching refs:stack_map

254   DexRegisterMap GetDexRegisterMapOf(StackMap<T> stack_map, uint32_t number_of_dex_registers) {
255 uint32_t offset = stack_map.GetDexRegisterMapOffset();
260 InlineInfo GetInlineInfoOf(StackMap<T> stack_map) {
261 uint32_t offset = stack_map.GetInlineDescriptorOffset();
269 StackMap<T> stack_map = GetStackMapAt(i);
270 if (stack_map.GetDexPc() == dex_pc) {
271 return stack_map;
281 StackMap<T> stack_map = GetStackMapAt(i);
282 if (stack_map.GetNativePc() == native_pc) {
283 return stack_map;