HomeSort by relevance Sort by last modified time
    Searched full:_idx (Results 1 - 25 of 49) sorted by null

1 2

  /dalvik/vm/mterp/c/
header.cpp 217 * "_idx" may be referenced more than once.
220 # define GET_REGISTER(_idx) \
221 ( (_idx) < curMethod->registersSize ? \
222 (fp[(_idx)]) : (assert(!"bad reg"),1969) )
223 # define SET_REGISTER(_idx, _val) \
224 ( (_idx) < curMethod->registersSize ? \
225 (fp[(_idx)] = (u4)(_val)) : (assert(!"bad reg"),1969) )
226 # define GET_REGISTER_AS_OBJECT(_idx) ((Object *)GET_REGISTER(_idx))
227 # define SET_REGISTER_AS_OBJECT(_idx, _val) SET_REGISTER(_idx, (s4)_val
    [all...]
  /dalvik/vm/mterp/out/
InterpC-armv5te-vfp.cpp 224 * "_idx" may be referenced more than once.
227 # define GET_REGISTER(_idx) \
228 ( (_idx) < curMethod->registersSize ? \
229 (fp[(_idx)]) : (assert(!"bad reg"),1969) )
230 # define SET_REGISTER(_idx, _val) \
231 ( (_idx) < curMethod->registersSize ? \
232 (fp[(_idx)] = (u4)(_val)) : (assert(!"bad reg"),1969) )
233 # define GET_REGISTER_AS_OBJECT(_idx) ((Object *)GET_REGISTER(_idx))
234 # define SET_REGISTER_AS_OBJECT(_idx, _val) SET_REGISTER(_idx, (s4)_val
    [all...]
InterpC-armv5te.cpp 224 * "_idx" may be referenced more than once.
227 # define GET_REGISTER(_idx) \
228 ( (_idx) < curMethod->registersSize ? \
229 (fp[(_idx)]) : (assert(!"bad reg"),1969) )
230 # define SET_REGISTER(_idx, _val) \
231 ( (_idx) < curMethod->registersSize ? \
232 (fp[(_idx)] = (u4)(_val)) : (assert(!"bad reg"),1969) )
233 # define GET_REGISTER_AS_OBJECT(_idx) ((Object *)GET_REGISTER(_idx))
234 # define SET_REGISTER_AS_OBJECT(_idx, _val) SET_REGISTER(_idx, (s4)_val
    [all...]
InterpC-armv7-a-neon.cpp 224 * "_idx" may be referenced more than once.
227 # define GET_REGISTER(_idx) \
228 ( (_idx) < curMethod->registersSize ? \
229 (fp[(_idx)]) : (assert(!"bad reg"),1969) )
230 # define SET_REGISTER(_idx, _val) \
231 ( (_idx) < curMethod->registersSize ? \
232 (fp[(_idx)] = (u4)(_val)) : (assert(!"bad reg"),1969) )
233 # define GET_REGISTER_AS_OBJECT(_idx) ((Object *)GET_REGISTER(_idx))
234 # define SET_REGISTER_AS_OBJECT(_idx, _val) SET_REGISTER(_idx, (s4)_val
    [all...]
InterpC-armv7-a.cpp 224 * "_idx" may be referenced more than once.
227 # define GET_REGISTER(_idx) \
228 ( (_idx) < curMethod->registersSize ? \
229 (fp[(_idx)]) : (assert(!"bad reg"),1969) )
230 # define SET_REGISTER(_idx, _val) \
231 ( (_idx) < curMethod->registersSize ? \
232 (fp[(_idx)] = (u4)(_val)) : (assert(!"bad reg"),1969) )
233 # define GET_REGISTER_AS_OBJECT(_idx) ((Object *)GET_REGISTER(_idx))
234 # define SET_REGISTER_AS_OBJECT(_idx, _val) SET_REGISTER(_idx, (s4)_val
    [all...]
InterpC-x86.cpp 224 * "_idx" may be referenced more than once.
227 # define GET_REGISTER(_idx) \
228 ( (_idx) < curMethod->registersSize ? \
229 (fp[(_idx)]) : (assert(!"bad reg"),1969) )
230 # define SET_REGISTER(_idx, _val) \
231 ( (_idx) < curMethod->registersSize ? \
232 (fp[(_idx)] = (u4)(_val)) : (assert(!"bad reg"),1969) )
233 # define GET_REGISTER_AS_OBJECT(_idx) ((Object *)GET_REGISTER(_idx))
234 # define SET_REGISTER_AS_OBJECT(_idx, _val) SET_REGISTER(_idx, (s4)_val
    [all...]
InterpC-mips.cpp 224 * "_idx" may be referenced more than once.
227 # define GET_REGISTER(_idx) \
228 ( (_idx) < curMethod->registersSize ? \
229 (fp[(_idx)]) : (assert(!"bad reg"),1969) )
230 # define SET_REGISTER(_idx, _val) \
231 ( (_idx) < curMethod->registersSize ? \
232 (fp[(_idx)] = (u4)(_val)) : (assert(!"bad reg"),1969) )
233 # define GET_REGISTER_AS_OBJECT(_idx) ((Object *)GET_REGISTER(_idx))
234 # define SET_REGISTER_AS_OBJECT(_idx, _val) SET_REGISTER(_idx, (s4)_val
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
mutex 616 template<int _Idx>
623 std::get<_Idx>(__locks).unlock();
624 __unlock_impl<_Idx - 1>::__do_unlock(__locks);
637 template<int _Idx, bool _Continue = true>
644 if(std::get<_Idx>(__locks).try_lock())
646 return __try_lock_impl<_Idx + 1,
647 _Idx + 2 < sizeof...(_Lock)>::__do_try_lock(__locks);
651 __unlock_impl<_Idx>::__do_unlock(__locks);
652 return _Idx;
657 template<int _Idx>
    [all...]
tuple 60 template<std::size_t _Idx, typename _Head, bool _IsEmpty>
63 template<std::size_t _Idx, typename _Head>
64 struct _Head_base<_Idx, _Head, true>
83 template<std::size_t _Idx, typename _Head>
84 struct _Head_base<_Idx, _Head, false>
117 template<std::size_t _Idx, typename... _Elements>
124 template<std::size_t _Idx>
125 struct _Tuple_impl<_Idx>
136 template<std::size_t _Idx, typename _Head, typename... _Tail>
137 struct _Tuple_impl<_Idx, _Head, _Tail...
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
mutex 616 template<int _Idx>
623 std::get<_Idx>(__locks).unlock();
624 __unlock_impl<_Idx - 1>::__do_unlock(__locks);
637 template<int _Idx, bool _Continue = true>
644 if(std::get<_Idx>(__locks).try_lock())
646 return __try_lock_impl<_Idx + 1,
647 _Idx + 2 < sizeof...(_Lock)>::__do_try_lock(__locks);
651 __unlock_impl<_Idx>::__do_unlock(__locks);
652 return _Idx;
657 template<int _Idx>
    [all...]
tuple 60 template<std::size_t _Idx, typename _Head, bool _IsEmpty>
63 template<std::size_t _Idx, typename _Head>
64 struct _Head_base<_Idx, _Head, true>
83 template<std::size_t _Idx, typename _Head>
84 struct _Head_base<_Idx, _Head, false>
117 template<std::size_t _Idx, typename... _Elements>
124 template<std::size_t _Idx>
125 struct _Tuple_impl<_Idx>
136 template<std::size_t _Idx, typename _Head, typename... _Tail>
137 struct _Tuple_impl<_Idx, _Head, _Tail...
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
mutex 616 template<int _Idx>
623 std::get<_Idx>(__locks).unlock();
624 __unlock_impl<_Idx - 1>::__do_unlock(__locks);
637 template<int _Idx, bool _Continue = true>
644 if(std::get<_Idx>(__locks).try_lock())
646 return __try_lock_impl<_Idx + 1,
647 _Idx + 2 < sizeof...(_Lock)>::__do_try_lock(__locks);
651 __unlock_impl<_Idx>::__do_unlock(__locks);
652 return _Idx;
657 template<int _Idx>
    [all...]
tuple 60 template<std::size_t _Idx, typename _Head, bool _IsEmpty>
63 template<std::size_t _Idx, typename _Head>
64 struct _Head_base<_Idx, _Head, true>
83 template<std::size_t _Idx, typename _Head>
84 struct _Head_base<_Idx, _Head, false>
117 template<std::size_t _Idx, typename... _Elements>
124 template<std::size_t _Idx>
125 struct _Tuple_impl<_Idx>
136 template<std::size_t _Idx, typename _Head, typename... _Tail>
137 struct _Tuple_impl<_Idx, _Head, _Tail...
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
mutex 616 template<int _Idx>
623 std::get<_Idx>(__locks).unlock();
624 __unlock_impl<_Idx - 1>::__do_unlock(__locks);
637 template<int _Idx, bool _Continue = true>
644 if(std::get<_Idx>(__locks).try_lock())
646 return __try_lock_impl<_Idx + 1,
647 _Idx + 2 < sizeof...(_Lock)>::__do_try_lock(__locks);
651 __unlock_impl<_Idx>::__do_unlock(__locks);
652 return _Idx;
657 template<int _Idx>
    [all...]
tuple 60 template<std::size_t _Idx, typename _Head, bool _IsEmpty>
63 template<std::size_t _Idx, typename _Head>
64 struct _Head_base<_Idx, _Head, true>
83 template<std::size_t _Idx, typename _Head>
84 struct _Head_base<_Idx, _Head, false>
117 template<std::size_t _Idx, typename... _Elements>
124 template<std::size_t _Idx>
125 struct _Tuple_impl<_Idx>
136 template<std::size_t _Idx, typename _Head, typename... _Tail>
137 struct _Tuple_impl<_Idx, _Head, _Tail...
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/
mutex 616 template<int _Idx>
623 std::get<_Idx>(__locks).unlock();
624 __unlock_impl<_Idx - 1>::__do_unlock(__locks);
637 template<int _Idx, bool _Continue = true>
644 if(std::get<_Idx>(__locks).try_lock())
646 return __try_lock_impl<_Idx + 1,
647 _Idx + 2 < sizeof...(_Lock)>::__do_try_lock(__locks);
651 __unlock_impl<_Idx>::__do_unlock(__locks);
652 return _Idx;
657 template<int _Idx>
    [all...]
tuple 60 template<std::size_t _Idx, typename _Head, bool _IsEmpty>
63 template<std::size_t _Idx, typename _Head>
64 struct _Head_base<_Idx, _Head, true>
83 template<std::size_t _Idx, typename _Head>
84 struct _Head_base<_Idx, _Head, false>
117 template<std::size_t _Idx, typename... _Elements>
124 template<std::size_t _Idx>
125 struct _Tuple_impl<_Idx>
136 template<std::size_t _Idx, typename _Head, typename... _Tail>
137 struct _Tuple_impl<_Idx, _Head, _Tail...
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
mutex 640 template<int _Idx>
647 std::get<_Idx>(__locks).unlock();
648 __unlock_impl<_Idx - 1>::__do_unlock(__locks);
666 template<int _Idx, bool _Continue = true>
673 __idx = _Idx;
674 auto __lock = __try_to_lock(std::get<_Idx>(__locks));
677 __try_lock_impl<_Idx + 1, _Idx + 2 < sizeof...(_Lock)>::
685 template<int _Idx>
686 struct __try_lock_impl<_Idx, false
    [all...]
tuple 62 template<std::size_t _Idx, typename _Head, bool _IsEmpty>
65 template<std::size_t _Idx, typename _Head>
66 struct _Head_base<_Idx, _Head, true>
90 template<std::size_t _Idx, typename _Head>
91 struct _Head_base<_Idx, _Head, false>
124 template<std::size_t _Idx, typename... _Elements>
131 template<std::size_t _Idx>
132 struct _Tuple_impl<_Idx>
143 template<std::size_t _Idx, typename _Head, typename... _Tail>
144 struct _Tuple_impl<_Idx, _Head, _Tail...
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
mutex 640 template<int _Idx>
647 std::get<_Idx>(__locks).unlock();
648 __unlock_impl<_Idx - 1>::__do_unlock(__locks);
666 template<int _Idx, bool _Continue = true>
673 __idx = _Idx;
674 auto __lock = __try_to_lock(std::get<_Idx>(__locks));
677 __try_lock_impl<_Idx + 1, _Idx + 2 < sizeof...(_Lock)>::
685 template<int _Idx>
686 struct __try_lock_impl<_Idx, false
    [all...]
tuple 62 template<std::size_t _Idx, typename _Head, bool _IsEmpty>
65 template<std::size_t _Idx, typename _Head>
66 struct _Head_base<_Idx, _Head, true>
90 template<std::size_t _Idx, typename _Head>
91 struct _Head_base<_Idx, _Head, false>
124 template<std::size_t _Idx, typename... _Elements>
131 template<std::size_t _Idx>
132 struct _Tuple_impl<_Idx>
143 template<std::size_t _Idx, typename _Head, typename... _Tail>
144 struct _Tuple_impl<_Idx, _Head, _Tail...
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
tuple 69 template<int _Idx, typename... _Elements>
76 template<int _Idx>
77 struct _Tuple_impl<_Idx> { };
84 template<int _Idx, typename _Head, typename... _Tail>
85 struct _Tuple_impl<_Idx, _Head, _Tail...>
86 : public _Tuple_impl<_Idx + 1, _Tail...>
88 typedef _Tuple_impl<_Idx + 1, _Tail...> _Inherited;
103 _Tuple_impl(const _Tuple_impl<_Idx, _UElements...>& __in)
111 operator=(const _Tuple_impl<_Idx, _UElements...>& __in)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
tuple 71 template<int _Idx, typename... _Elements>
78 template<int _Idx>
79 struct _Tuple_impl<_Idx> { };
86 template<int _Idx, typename _Head, typename... _Tail>
87 struct _Tuple_impl<_Idx, _Head, _Tail...>
88 : public _Tuple_impl<_Idx + 1, _Tail...>
90 typedef _Tuple_impl<_Idx + 1, _Tail...> _Inherited;
105 _Tuple_impl(const _Tuple_impl<_Idx, _UElements...>& __in)
113 operator=(const _Tuple_impl<_Idx, _UElements...>& __in)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
tuple 71 template<int _Idx, typename... _Elements>
78 template<int _Idx>
79 struct _Tuple_impl<_Idx> { };
86 template<int _Idx, typename _Head, typename... _Tail>
87 struct _Tuple_impl<_Idx, _Head, _Tail...>
88 : public _Tuple_impl<_Idx + 1, _Tail...>
90 typedef _Tuple_impl<_Idx + 1, _Tail...> _Inherited;
105 _Tuple_impl(const _Tuple_impl<_Idx, _UElements...>& __in)
113 operator=(const _Tuple_impl<_Idx, _UElements...>& __in)
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1/
tuple 69 template<int _Idx, typename... _Elements>
76 template<int _Idx>
77 struct _Tuple_impl<_Idx> { };
84 template<int _Idx, typename _Head, typename... _Tail>
85 struct _Tuple_impl<_Idx, _Head, _Tail...>
86 : public _Tuple_impl<_Idx + 1, _Tail...>
88 typedef _Tuple_impl<_Idx + 1, _Tail...> _Inherited;
103 _Tuple_impl(const _Tuple_impl<_Idx, _UElements...>& __in)
111 operator=(const _Tuple_impl<_Idx, _UElements...>& __in)

Completed in 979 milliseconds

1 2