Lines Matching refs:table
47 const uint16_t* table = cu_->insns + current_dalvik_offset_ + table_offset; in GenLargeSparseSwitch() local
49 DumpSparseSwitchTable(table); in GenLargeSparseSwitch()
54 tab_rec->table = table; in GenLargeSparseSwitch()
56 uint32_t size = table[1]; in GenLargeSparseSwitch()
99 const uint16_t* table = cu_->insns + current_dalvik_offset_ + table_offset; in GenLargePackedSwitch() local
101 DumpPackedSwitchTable(table); in GenLargePackedSwitch()
106 tab_rec->table = table; in GenLargePackedSwitch()
108 uint32_t size = table[1]; in GenLargePackedSwitch()
118 int low_key = s4FromSwitchData(&table[2]); in GenLargePackedSwitch()
160 const uint16_t* table = cu_->insns + current_dalvik_offset_ + table_offset; in GenFillArrayData() local
164 tab_rec->table = table; in GenFillArrayData()
166 uint16_t width = tab_rec->table[1]; in GenFillArrayData()
167 uint32_t size = tab_rec->table[2] | ((static_cast<uint32_t>(tab_rec->table[3])) << 16); in GenFillArrayData()