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 165 static inline void putLongToArray(u4* ptr, int idx, s8 val)
235 (void)putLongToArray(fp, (_idx), (_val)) : assert(!"bad reg") )
256 # define SET_REGISTER_WIDE(_idx, _val) putLongToArray(fp, (_idx), (_val))
  /dalvik/vm/mterp/out/
InterpC-armv5te-vfp.cpp 172 static inline void putLongToArray(u4* ptr, int idx, s8 val)
242 (void)putLongToArray(fp, (_idx), (_val)) : assert(!"bad reg") )
263 # define SET_REGISTER_WIDE(_idx, _val) putLongToArray(fp, (_idx), (_val))
    [all...]
InterpC-armv5te.cpp 172 static inline void putLongToArray(u4* ptr, int idx, s8 val)
242 (void)putLongToArray(fp, (_idx), (_val)) : assert(!"bad reg") )
263 # define SET_REGISTER_WIDE(_idx, _val) putLongToArray(fp, (_idx), (_val))
    [all...]
InterpC-armv7-a-neon.cpp 172 static inline void putLongToArray(u4* ptr, int idx, s8 val)
242 (void)putLongToArray(fp, (_idx), (_val)) : assert(!"bad reg") )
263 # define SET_REGISTER_WIDE(_idx, _val) putLongToArray(fp, (_idx), (_val))
    [all...]
InterpC-armv7-a.cpp 172 static inline void putLongToArray(u4* ptr, int idx, s8 val)
242 (void)putLongToArray(fp, (_idx), (_val)) : assert(!"bad reg") )
263 # define SET_REGISTER_WIDE(_idx, _val) putLongToArray(fp, (_idx), (_val))
    [all...]
InterpC-mips.cpp 172 static inline void putLongToArray(u4* ptr, int idx, s8 val)
242 (void)putLongToArray(fp, (_idx), (_val)) : assert(!"bad reg") )
263 # define SET_REGISTER_WIDE(_idx, _val) putLongToArray(fp, (_idx), (_val))
    [all...]
InterpC-x86.cpp 172 static inline void putLongToArray(u4* ptr, int idx, s8 val)
242 (void)putLongToArray(fp, (_idx), (_val)) : assert(!"bad reg") )
263 # define SET_REGISTER_WIDE(_idx, _val) putLongToArray(fp, (_idx), (_val))
    [all...]
InterpC-allstubs.cpp 172 static inline void putLongToArray(u4* ptr, int idx, s8 val)
242 (void)putLongToArray(fp, (_idx), (_val)) : assert(!"bad reg") )
263 # define SET_REGISTER_WIDE(_idx, _val) putLongToArray(fp, (_idx), (_val))
    [all...]
InterpC-portable.cpp 172 static inline void putLongToArray(u4* ptr, int idx, s8 val)
242 (void)putLongToArray(fp, (_idx), (_val)) : assert(!"bad reg") )
263 # define SET_REGISTER_WIDE(_idx, _val) putLongToArray(fp, (_idx), (_val))
    [all...]

Completed in 961 milliseconds