Searched refs:dex_pc_max (Results 1 – 1 of 1) sorted by relevance
252 uint32_t dex_pc_max = dex::kDexNoIndex; in ComputeInlineInfoEncoding() local269 (dex_pc_max == dex::kDexNoIndex || dex_pc_max < inline_entry.dex_pc)) { in ComputeInlineInfoEncoding()270 dex_pc_max = inline_entry.dex_pc; in ComputeInlineInfoEncoding()276 encoding->SetFromSizes(method_index_max, dex_pc_max, extra_data_max, dex_register_maps_bytes); in ComputeInlineInfoEncoding()