Searched refs:convert (Results 1 - 25 of 34) sorted by relevance

12

/dalvik/vm/
H A DInlineNative.cpp544 Convert64 convert; local
545 convert.arg[0] = arg0;
546 convert.arg[1] = arg1;
547 s8 val = convert.ll;
558 Convert32 convert; local
560 convert.arg = arg0 & 0x7fffffff;
561 pResult->f = convert.ff;
571 Convert64 convert; local
572 convert.arg[0] = arg0;
573 convert
610 Convert64 convert; local
623 Convert64 convert; local
636 Convert64 convert; local
652 Convert32 convert; local
668 Convert32 convert; local
683 Convert64 convert; local
693 Convert64 convert; local
703 Convert64 convert; local
[all...]
/dalvik/vm/mterp/x86/
H A Dcvtfp_int.S25 fistpll (rFP,%ecx,4) # convert and store
27 fistpl (rFP,%ecx,4) # convert and store
/dalvik/vm/mterp/armv5te/
H A Dbincmp.S19 adds r2, r1, r1 @ convert to bytes, check sign
H A Dzcmp.S16 adds r1, r1, r1 @ convert to bytes & set flags
H A DOP_FLOAT_TO_INT.S13 * to modest integer. The EABI convert function isn't doing this for us.
38 bl __aeabi_f2iz @ convert float to int
H A DOP_FLOAT_TO_LONG.S11 * to modest integer. The EABI convert function isn't doing this for us.
39 bl __aeabi_f2lz @ convert float to long
H A DOP_DOUBLE_TO_INT.S13 * to modest integer. The EABI convert function isn't doing this for us.
49 bl __aeabi_d2iz @ convert double to int
H A DOP_DOUBLE_TO_LONG.S11 * to modest integer. The EABI convert function isn't doing this for us.
49 bl __aeabi_d2lz @ convert double to long
/dalvik/vm/mterp/armv6t2/
H A Dbincmp.S18 adds r2, r1, r1 @ convert to bytes, check sign
H A DOP_FLOAT_TO_INT.S13 * to modest integer. The EABI convert function isn't doing this for us.
38 bl __aeabi_f2iz @ convert float to int
H A DOP_FLOAT_TO_LONG.S11 * to modest integer. The EABI convert function isn't doing this for us.
39 bl __aeabi_f2lz @ convert float to long
H A DOP_DOUBLE_TO_INT.S13 * to modest integer. The EABI convert function isn't doing this for us.
49 bl __aeabi_d2iz @ convert double to int
H A DOP_DOUBLE_TO_LONG.S11 * to modest integer. The EABI convert function isn't doing this for us.
49 bl __aeabi_d2lz @ convert double to long
/dalvik/vm/mterp/mips/
H A Dbincmp.S21 addu a2, a1, a1 # convert to bytes
H A Dzcmp.S19 addu a1, a1, a1 # convert to bytes
H A DOP_DOUBLE_TO_INT.S8 * to modest integer. The EABI convert function isn't doing this for us.
48 JAL(__fixdfsi) # convert double to int
/dalvik/vm/compiler/template/mips/
H A DTEMPLATE_DOUBLE_TO_INT_VFP.S9 * to modest integer. The EABI convert function isn't doing this for us.
47 JAL(__fixdfsi) # convert double to int
/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DDebugInfoItem.java188 result = encoder.convert();
H A DDebugInfoEncoder.java151 public byte[] convert() { method in class:DebugInfoEncoder
188 byte[] result = convert();
/dalvik/dx/src/com/android/dx/dex/file/
H A DDebugInfoItem.java186 result = encoder.convert();
H A DDebugInfoEncoder.java151 public byte[] convert() { method in class:DebugInfoEncoder
188 byte[] result = convert();
/dalvik/dx/src/com/android/dx/ssa/back/
H A DSsaToRop.java70 return new SsaToRop(ssaMeth, minimizeRegisters).convert();
92 private RopMethod convert() { method in class:SsaToRop
/dalvik/dx/src/com/android/dx/command/dump/
H A DDotDumper.java118 Ropper.convert(meth, advice);
H A DSsaDumper.java101 RopMethod rmeth = Ropper.convert(meth, advice);
H A DBlockDumper.java290 RopMethod rmeth = Ropper.convert(meth, advice);

Completed in 782 milliseconds

12