Lines Matching defs:Dices
327 DiceTable &Dices, uint64_t &InstSize) {
333 std::search(Dices.begin(), Dices.end(), Dice.begin(), Dice.end(),
335 if (DTI != Dices.end()) {
7393 DiceTable Dices;
7398 Dices.push_back(std::make_pair(BaseAddress + Offset, *DI));
7400 array_pod_sort(Dices.begin(), Dices.end());
7609 if (DumpAndSkipDataInCode(PC, Bytes.data() + Index, Dices, Size))
7686 if (DumpAndSkipDataInCode(PC, Bytes.data() + Index, Dices, InstSize))