Searched refs:SafeDexInstructionIterator (Results 1 – 6 of 6) sorted by relevance
56 friend class SafeDexInstructionIterator; variable159 class SafeDexInstructionIterator : public DexInstructionIteratorBase {161 explicit SafeDexInstructionIterator(const DexInstructionIteratorBase& start, in SafeDexInstructionIterator() function171 SafeDexInstructionIterator& operator++() {189 SafeDexInstructionIterator operator++(int) {190 SafeDexInstructionIterator temp = *this;
170 SafeDexInstructionIterator it(instructions.begin(), instructions.end()); in WriteCodeItem()
704 SafeDexInstructionIterator it2(instructions.begin(), instructions.end()); in TEST_F()
1014 SafeDexInstructionIterator it(instructions.begin(), instructions.end()); in GetIdsFromByteCode()1017 SafeDexInstructionIterator next = it; in GetIdsFromByteCode()
931 SafeDexInstructionIterator it(code_item_accessor_.begin(), code_item_accessor_.end()); in ComputeWidthsAndCountOps()934 SafeDexInstructionIterator next = it; in ComputeWidthsAndCountOps()
2200 SafeDexInstructionIterator it2(instructions.begin(), instructions.end()); in TEST_F()