Searched refs:values_ (Results 1 – 1 of 1) sorted by relevance
38 values_ = reinterpret_cast<const int32_t*>(&table[2]); in DexSwitchTable()57 return values_[index]; in GetEntryAt()63 (reinterpret_cast<const int16_t*>(values_ + index) - in GetDexPcForIndex()95 const int32_t* values_; variable