Home
last modified time | relevance | path

Searched refs:target_table (Results 1 – 1 of 1) sorted by relevance

/art/compiler/dex/
Dmir_graph.cc472 const int* target_table; in ProcessCanSwitch() local
490 target_table = reinterpret_cast<const int*>(&switch_data[4]); in ProcessCanSwitch()
506 target_table = reinterpret_cast<const int*>(&switch_data[2 + size*2]); in ProcessCanSwitch()
520 BasicBlock* case_block = FindBlock(cur_offset + target_table[i], /* split */ true, in ProcessCanSwitch()