HomeSort by relevance Sort by last modified time
    Searched full:op_const (Results 1 - 23 of 23) sorted by null

  /dalvik/vm/mterp/c/
OP_CONST.cpp 1 HANDLE_OPCODE(OP_CONST /*vAA, #+BBBBBBBB*/)
  /external/mesa3d/src/glsl/
opt_algebraic.cpp 179 ir_constant *op_const[2] = {NULL, NULL}; local
189 op_const[i] = ir->operands[i]->constant_expression_value();
231 if (is_vec_zero(op_const[0])) {
235 if (is_vec_zero(op_const[1])) {
243 if (op_const[0] && !op_const[1])
244 reassociate_constant(ir, 0, op_const[0],
246 if (op_const[1] && !op_const[0])
247 reassociate_constant(ir, 1, op_const[1]
    [all...]
  /dalvik/vm/mterp/x86-atom/
OP_CONST.S 17 * File: OP_CONST.S
  /dalvik/vm/mterp/
config-x86-atom 74 #op OP_CONST c
  /libcore/dalvik/src/main/java/dalvik/bytecode/
Opcodes.java 50 int OP_CONST = 0x0014;
  /dalvik/libdex/
DexOpcodes.h 91 OP_CONST = 0x14,
613 H(OP_CONST), \
    [all...]
  /dalvik/vm/analysis/
Liveness.cpp 472 case OP_CONST:
DexVerify.cpp 832 case OP_CONST:
    [all...]
CodeVerify.cpp     [all...]
  /dalvik/vm/compiler/
Dataflow.cpp 92 // 14 OP_CONST vAA, #+BBBBBBBB
    [all...]
  /dalvik/vm/mterp/out/
InterpC-allstubs.cpp     [all...]
InterpC-portable.cpp     [all...]
InterpAsm-x86-atom.S     [all...]
InterpAsm-armv5te-vfp.S 662 /* File: armv5te/OP_CONST.S */
    [all...]
InterpAsm-armv5te.S 662 /* File: armv5te/OP_CONST.S */
    [all...]
InterpAsm-armv7-a-neon.S 673 /* File: armv5te/OP_CONST.S */
    [all...]
InterpAsm-armv7-a.S 673 /* File: armv5te/OP_CONST.S */
    [all...]
InterpAsm-x86.S 588 /* File: x86/OP_CONST.S */
    [all...]
  /dalvik/vm/compiler/codegen/arm/
CodegenDriver.cpp     [all...]
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /cts/tools/dex-tools/dex/
classes0.out.dex     [all...]

Completed in 749 milliseconds