Searched refs:It (Results 1 - 5 of 5) sorted by relevance

/art/runtime/
H A Dleb128.h56 // It is possible for this function to return -1.
161 template<typename It>
162 void InsertBackUnsigned(It cur, It end) {
180 template<typename It>
181 void InsertBackSigned(It cur, It end) {
/art/runtime/mirror/
H A Dart_method.cc164 typedef MappingTable::PcToDexIterator It; typedef
165 for (It cur = table.PcToDexBegin(), end = table.PcToDexEnd(); cur != end; ++cur) {
194 typedef MappingTable::DexToPcIterator It; typedef
195 for (It cur = table.DexToPcBegin(), end = table.DexToPcEnd(); cur != end; ++cur) {
/art/oatdump/
H A Doatdump.cc782 typedef MappingTable::PcToDexIterator It; typedef
784 for (It cur = table.PcToDexBegin(), end = table.PcToDexEnd(); cur != end; ++cur) {
790 typedef MappingTable::DexToPcIterator It; typedef
792 for (It cur = table.DexToPcBegin(), end = table.DexToPcEnd(); cur != end; ++cur) {
804 typedef MappingTable::PcToDexIterator It; typedef
805 for (It cur = table.PcToDexBegin(), end = table.PcToDexEnd(); cur != end; ++cur) {
812 typedef MappingTable::DexToPcIterator It; typedef
813 for (It cur = table.DexToPcBegin(), end = table.DexToPcEnd(); cur != end; ++cur) {
/art/runtime/base/
H A Dmutex.cc130 typedef std::set<BaseMutex*>::const_iterator It; typedef
132 for (It it = all_mutexes->begin(); it != all_mutexes->end(); ++it) {
140 for (It it = all_mutexes->begin(); it != all_mutexes->end(); ++it) {
745 // Futex wake 1 waiter who will then come and in contend on mutex. It'd be nice to requeue them
/art/compiler/dex/quick/
H A Dcodegen_util.cc36 template <typename It>
38 const Signature& signature, uint32_t size, It first) {

Completed in 429 milliseconds