Searched refs:SafeDexInstructionIterator (Results 1 – 5 of 5) sorted by relevance
56 friend class SafeDexInstructionIterator; variable160 class SafeDexInstructionIterator : public DexInstructionIteratorBase {162 explicit SafeDexInstructionIterator(const DexInstructionIteratorBase& start, in SafeDexInstructionIterator() function172 SafeDexInstructionIterator& operator++() {190 SafeDexInstructionIterator operator++(int) {191 SafeDexInstructionIterator temp = *this;
174 SafeDexInstructionIterator it(instructions.begin(), instructions.end()); in GetIdsFromByteCode()177 SafeDexInstructionIterator next = it; in GetIdsFromByteCode()
171 SafeDexInstructionIterator it(instructions.begin(), instructions.end()); in WriteCodeItem()
708 SafeDexInstructionIterator it2(instructions.begin(), instructions.end()); in TEST_F()
915 SafeDexInstructionIterator it(code_item_accessor_.begin(), code_item_accessor_.end()); in ComputeWidthsAndCountOps()918 SafeDexInstructionIterator next = it; in ComputeWidthsAndCountOps()