HomeSort by relevance Sort by last modified time
    Searched refs:putLongToArray (Results 1 - 9 of 9) sorted by null

  /dalvik/vm/mterp/c/
header.cpp 157 static inline void putLongToArray(u4* ptr, int idx, s8 val)
227 (void)putLongToArray(fp, (_idx), (_val)) : assert(!"bad reg") )
248 # define SET_REGISTER_WIDE(_idx, _val) putLongToArray(fp, (_idx), (_val))
  /dalvik/vm/mterp/out/
InterpC-armv5te-vfp.cpp 164 static inline void putLongToArray(u4* ptr, int idx, s8 val)
234 (void)putLongToArray(fp, (_idx), (_val)) : assert(!"bad reg") )
255 # define SET_REGISTER_WIDE(_idx, _val) putLongToArray(fp, (_idx), (_val))
    [all...]
InterpC-armv5te.cpp 164 static inline void putLongToArray(u4* ptr, int idx, s8 val)
234 (void)putLongToArray(fp, (_idx), (_val)) : assert(!"bad reg") )
255 # define SET_REGISTER_WIDE(_idx, _val) putLongToArray(fp, (_idx), (_val))
    [all...]
InterpC-armv7-a-neon.cpp 164 static inline void putLongToArray(u4* ptr, int idx, s8 val)
234 (void)putLongToArray(fp, (_idx), (_val)) : assert(!"bad reg") )
255 # define SET_REGISTER_WIDE(_idx, _val) putLongToArray(fp, (_idx), (_val))
    [all...]
InterpC-armv7-a.cpp 164 static inline void putLongToArray(u4* ptr, int idx, s8 val)
234 (void)putLongToArray(fp, (_idx), (_val)) : assert(!"bad reg") )
255 # define SET_REGISTER_WIDE(_idx, _val) putLongToArray(fp, (_idx), (_val))
    [all...]
InterpC-x86-atom.cpp 164 static inline void putLongToArray(u4* ptr, int idx, s8 val)
234 (void)putLongToArray(fp, (_idx), (_val)) : assert(!"bad reg") )
255 # define SET_REGISTER_WIDE(_idx, _val) putLongToArray(fp, (_idx), (_val))
    [all...]
InterpC-x86.cpp 164 static inline void putLongToArray(u4* ptr, int idx, s8 val)
234 (void)putLongToArray(fp, (_idx), (_val)) : assert(!"bad reg") )
255 # define SET_REGISTER_WIDE(_idx, _val) putLongToArray(fp, (_idx), (_val))
    [all...]
InterpC-allstubs.cpp 164 static inline void putLongToArray(u4* ptr, int idx, s8 val)
234 (void)putLongToArray(fp, (_idx), (_val)) : assert(!"bad reg") )
255 # define SET_REGISTER_WIDE(_idx, _val) putLongToArray(fp, (_idx), (_val))
    [all...]
InterpC-portable.cpp 164 static inline void putLongToArray(u4* ptr, int idx, s8 val)
234 (void)putLongToArray(fp, (_idx), (_val)) : assert(!"bad reg") )
255 # define SET_REGISTER_WIDE(_idx, _val) putLongToArray(fp, (_idx), (_val))
    [all...]

Completed in 27 milliseconds