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()
701 SafeDexInstructionIterator it2(instructions.begin(), instructions.end()); in TEST_F()
1015 SafeDexInstructionIterator it(instructions.begin(), instructions.end()); in GetIdsFromByteCode()1018 SafeDexInstructionIterator next = it; in GetIdsFromByteCode()
1073 SafeDexInstructionIterator it(code_item_accessor_.begin(), code_item_accessor_.end()); in ComputeWidthsAndCountOps()1076 SafeDexInstructionIterator next = it; in ComputeWidthsAndCountOps()
2348 SafeDexInstructionIterator it2(instructions.begin(), instructions.end()); in TEST_F()