Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_graph.cc522 const int* target_table; in ProcessCanSwitch() local
540 target_table = reinterpret_cast<const int*>(&switch_data[4]); in ProcessCanSwitch()
556 target_table = reinterpret_cast<const int*>(&switch_data[2 + size*2]); in ProcessCanSwitch()
569 BasicBlock* case_block = FindBlock(cur_offset + target_table[i], /* create */ true, in ProcessCanSwitch()