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

1 2

  /dalvik/vm/mterp/c/
OP_DOUBLE_TO_INT.cpp 1 HANDLE_FLOAT_TO_INT(OP_DOUBLE_TO_INT, "double-to-int",
  /dalvik/vm/mterp/
config-armv7-a 68 op OP_DOUBLE_TO_INT armv6t2
146 op OP_DOUBLE_TO_INT arm-vfp
config-armv7-a-neon 68 op OP_DOUBLE_TO_INT armv6t2
146 op OP_DOUBLE_TO_INT arm-vfp
config-armv5te-vfp 63 op OP_DOUBLE_TO_INT arm-vfp
  /dalvik/vm/compiler/codegen/arm/
CalloutHelper.h 39 extern "C" int __aeabi_d2iz(double op1); // OP_DOUBLE_TO_INT
CodegenDriver.cpp 191 case OP_DOUBLE_TO_INT:
    [all...]
  /dalvik/vm/compiler/codegen/mips/
CalloutHelper.h 39 extern "C" int __fixdfsi(double op1); // OP_DOUBLE_TO_INT
CodegenDriver.cpp 255 case OP_DOUBLE_TO_INT:
    [all...]
  /dalvik/vm/compiler/codegen/mips/FP/
MipsFP.cpp 280 case OP_DOUBLE_TO_INT:
338 case OP_DOUBLE_TO_INT:
  /dalvik/vm/compiler/codegen/arm/FP/
Thumb2VFP.cpp 148 case OP_DOUBLE_TO_INT:
ThumbVFP.cpp 188 case OP_DOUBLE_TO_INT:
  /dalvik/libdex/
DexOpcodes.h 209 OP_DOUBLE_TO_INT = 0x8a,
475 H(OP_DOUBLE_TO_INT), \
    [all...]
  /dalvik/vm/compiler/codegen/x86/
Lower.cpp 766 case OP_DOUBLE_TO_INT:
767 return op_double_to_int();
Lower.h     [all...]
BytecodeVisitor.cpp 250 case OP_DOUBLE_TO_INT:
692 case OP_DOUBLE_TO_INT:
    [all...]
LowerAlu.cpp 275 int op_double_to_int() { function
    [all...]
  /libcore/dalvik/src/main/java/dalvik/bytecode/
Opcodes.java 159 int OP_DOUBLE_TO_INT = 0x008a;
  /dalvik/vm/analysis/
Liveness.cpp 536 case OP_DOUBLE_TO_INT:
DexVerify.cpp 919 case OP_DOUBLE_TO_INT:
    [all...]
CodeVerify.cpp     [all...]
  /dalvik/vm/compiler/
Dataflow.cpp 447 // 8A OP_DOUBLE_TO_INT vA, vB
    [all...]
  /dalvik/vm/mterp/out/
InterpC-allstubs.cpp     [all...]
InterpC-portable.cpp     [all...]
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/16/
android.jar 

Completed in 484 milliseconds

1 2