Searched refs:current_entry_ (Results 1 – 2 of 2) sorted by relevance
27 DCHECK_EQ(0u, current_entry_.dex_pc) << "EndStackMapEntry not called after BeginStackMapEntry"; in BeginStackMapEntry()28 current_entry_.dex_pc = dex_pc; in BeginStackMapEntry()29 current_entry_.native_pc_offset = native_pc_offset; in BeginStackMapEntry()30 current_entry_.register_mask = register_mask; in BeginStackMapEntry()31 current_entry_.sp_mask = sp_mask; in BeginStackMapEntry()32 current_entry_.num_dex_registers = num_dex_registers; in BeginStackMapEntry()33 current_entry_.inlining_depth = inlining_depth; in BeginStackMapEntry()34 current_entry_.dex_register_locations_start_index = dex_register_locations_.Size(); in BeginStackMapEntry()35 current_entry_.inline_infos_start_index = inline_infos_.Size(); in BeginStackMapEntry()36 current_entry_.dex_register_map_hash = 0; in BeginStackMapEntry()[all …]
74 current_entry_(), in StackMapStream()157 StackMapEntry current_entry_; variable