/dalvik/dx/src/com/android/dx/ssa/ |
ConstCollector.java | 54 * to return false for const-string insns whose exceptions are not 309 ArrayList<SsaInsn> insns = use.getBlock().getInsns(); local 311 insns.add(insns.indexOf(use) + 1, newInsn);
|
SsaConverter.java | 180 * We may need room to insert move insns later, so make sure to split 267 ArrayList<SsaInsn> insns = block.getInsns(); local 268 SsaInsn lastInsn = insns.get(insns.size() - 1);
|
/dalvik/vm/compiler/template/armv5te/ |
TEMPLATE_INVOKE_METHOD_NO_OPT.S | 23 ldr rPC, [r0, #offMethod_insns] @ rPC<- methodToCall->insns
|
/dalvik/vm/compiler/template/mips/ |
TEMPLATE_INVOKE_METHOD_CHAIN.S | 31 lw rPC, offMethod_insns(a0) # rPC<- methodToCall->insns
|
TEMPLATE_INVOKE_METHOD_NO_OPT.S | 27 lw rPC, offMethod_insns(a0) # rPC<- methodToCall->insns
|
/dalvik/vm/oo/ |
Object.h | 483 * hit (e.g. "meth->insns" becomes "baseAddr + meth->insnsOffset") we 530 * (JNI is currently hijacking "insns" as a function pointer, set 535 const u2* insns; /* instructions, in memory-mapped .dex */ member in struct:Method 545 * insns==NULL to detect JNI bridge vs. internal native. 784 * The insns field for a bytecode method actually points at 785 * &(DexCode.insns), so we can subtract back to get at the 789 (((const u1*) meth->insns) - offsetof(DexCode, insns)); 796 * Get the size of the insns associated with a method. This returns 0
|
/development/scripts/gdb/ |
dalvik.gdb | 26 printf " bytecode offset = 0x%x\n", (short *) (((StackSaveArea *) $stackSave)->xtra.currentPc) - (short *) (((Method *) $method)->insns)
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
ConstCollector.java | 54 * to return false for const-string insns whose exceptions are not 309 ArrayList<SsaInsn> insns = use.getBlock().getInsns(); local 311 insns.add(insns.indexOf(use) + 1, newInsn);
|
SsaConverter.java | 181 * We may need room to insert move insns later, so make sure to split 268 ArrayList<SsaInsn> insns = block.getInsns(); local 269 SsaInsn lastInsn = insns.get(insns.size() - 1);
|
/dalvik/vm/ |
Native.cpp | 59 * resolution succeeds, method->insns is replaced, and we don't go through 487 * "insns". The former holds a function pointer to a "bridge" function 492 * (nativeFunc points at dvmResolveNativeMethod, insns holds NULL), but 495 * and we reset insns to NULL, the VM will crash. (See the comments above 501 * initial state, leaving insns alone, because dvmResolveNativeMethod 502 * ignores "insns" entirely. 505 * dvmSetNativeFunc guarantees that "insns" is updated first. This means 524 * native method with a non-NULL "insns" is a registered JNI method.
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/src/ |
sm4_dump.cpp | 199 for(unsigned i = 0; i < program.insns.size(); ++i) 200 out << *program.insns[i] << "\n";
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
HexagonBaseInfo.h | 123 // Extendable insns. 127 // Insns must be extended.
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/ |
sm4_dump.cpp | 199 for(unsigned i = 0; i < program.insns.size(); ++i) 200 out << *program.insns[i] << "\n";
|
/dalvik/vm/compiler/codegen/arm/Thumb2/ |
Gen.cpp | 203 res = loadConstant(cUnit, rDPC, (int) (cUnit->method->insns + mir->offset)); 268 loadConstant(cUnit, r3, (int) (cUnit->method->insns + mir->offset)); 271 loadConstant(cUnit, r4PC, (int)(cUnit->method->insns + mir->offset + 324 loadConstant(cUnit, r3, (int) (cUnit->method->insns + mir->offset)); 336 (int) (cUnit->method->insns + mir->offset +
|
/external/valgrind/main/memcheck/tests/amd64/ |
sse_memory.c | 2 /* A program to test that SSE/SSE2 insns do not read memory they 3 should not. Covers insns of the form OP %xmm, %xmm and OP memory, 162 /* Mask for insns where all result bits are non-approximated. */ 166 /* Mark for insns which produce approximated vector short results. */ 170 /* Mark for insns which produce approximated scalar short results. */
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
rtl.def | 71 an rtx code for something that matches in insns (e.g, MATCH_DUP) 103 The insns are represented in print by their uids. */ 107 for a DEFINE_EXPAND that wants to make several insns. 108 Its elements are the bodies of the insns that should be made. 109 `emit_insn' takes the SEQUENCE apart and makes separate insns. */ 644 /* For RISC machines. These save memory when splitting insns. */ [all...] |
basic-block.h | 45 } GTY ((desc ("current_ir_type () == IR_GIMPLE"))) insns; 126 basic block even though these insns can follow or precede insns in 170 /* The first and last insns of the block. */ 370 /* For iterating over insns in basic block. */ 376 /* For iterating over insns in basic block when we might remove the 474 int num_multiple_test_insns; /* # of insns in && and || blocks. */ 476 int num_then_insns; /* # of insns in THEN block. */ 477 int num_else_insns; /* # of insns in ELSE block. */ 734 insns. * [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
rtl.def | 71 an rtx code for something that matches in insns (e.g, MATCH_DUP) 103 The insns are represented in print by their uids. */ 107 for a DEFINE_EXPAND that wants to make several insns. 108 Its elements are the bodies of the insns that should be made. 109 `emit_insn' takes the SEQUENCE apart and makes separate insns. */ 644 /* For RISC machines. These save memory when splitting insns. */ [all...] |
basic-block.h | 45 } GTY ((desc ("current_ir_type () == IR_GIMPLE"))) insns; 126 basic block even though these insns can follow or precede insns in 170 /* The first and last insns of the block. */ 370 /* For iterating over insns in basic block. */ 376 /* For iterating over insns in basic block when we might remove the 474 int num_multiple_test_insns; /* # of insns in && and || blocks. */ 476 int num_then_insns; /* # of insns in THEN block. */ 477 int num_else_insns; /* # of insns in ELSE block. */ 734 insns. * [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
rtl.def | 71 an rtx code for something that matches in insns (e.g, MATCH_DUP) 103 The insns are represented in print by their uids. */ 107 for a DEFINE_EXPAND that wants to make several insns. 108 Its elements are the bodies of the insns that should be made. 109 `emit_insn' takes the SEQUENCE apart and makes separate insns. */ 644 /* For RISC machines. These save memory when splitting insns. */ [all...] |
basic-block.h | 45 } GTY ((desc ("current_ir_type () == IR_GIMPLE"))) insns; 126 basic block even though these insns can follow or precede insns in 170 /* The first and last insns of the block. */ 370 /* For iterating over insns in basic block. */ 376 /* For iterating over insns in basic block when we might remove the 474 int num_multiple_test_insns; /* # of insns in && and || blocks. */ 476 int num_then_insns; /* # of insns in THEN block. */ 477 int num_else_insns; /* # of insns in ELSE block. */ 734 insns. * [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
rtl.def | 71 an rtx code for something that matches in insns (e.g, MATCH_DUP) 103 The insns are represented in print by their uids. */ 107 for a DEFINE_EXPAND that wants to make several insns. 108 Its elements are the bodies of the insns that should be made. 109 `emit_insn' takes the SEQUENCE apart and makes separate insns. */ 644 /* For RISC machines. These save memory when splitting insns. */ [all...] |
basic-block.h | 45 } GTY ((desc ("current_ir_type () == IR_GIMPLE"))) insns; 126 basic block even though these insns can follow or precede insns in 170 /* The first and last insns of the block. */ 370 /* For iterating over insns in basic block. */ 376 /* For iterating over insns in basic block when we might remove the 474 int num_multiple_test_insns; /* # of insns in && and || blocks. */ 476 int num_then_insns; /* # of insns in THEN block. */ 477 int num_else_insns; /* # of insns in ELSE block. */ 734 insns. * [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir_ra.cpp | 252 ArrayList insns; member in class:nv50_ir::RegAlloc 610 bool allocateRegisters(ArrayList& insns); 816 GCRA::coalesce(ArrayList& insns) 818 bool ret = doCoalesce(insns, JOIN_MASK_PHI); 826 ret = doCoalesce(insns, JOIN_MASK_UNION | JOIN_MASK_TEX); 831 ret = doCoalesce(insns, JOIN_MASK_UNION); 838 return doCoalesce(insns, JOIN_MASK_MOV); 904 GCRA::doCoalesce(ArrayList& insns, unsigned int mask) 908 for (n = 0; n < insns.getSize(); ++n) { 910 Instruction *insn = reinterpret_cast<Instruction *>(insns.get(n)) [all...] |
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_ra.cpp | 252 ArrayList insns; member in class:nv50_ir::RegAlloc 610 bool allocateRegisters(ArrayList& insns); 816 GCRA::coalesce(ArrayList& insns) 818 bool ret = doCoalesce(insns, JOIN_MASK_PHI); 826 ret = doCoalesce(insns, JOIN_MASK_UNION | JOIN_MASK_TEX); 831 ret = doCoalesce(insns, JOIN_MASK_UNION); 838 return doCoalesce(insns, JOIN_MASK_MOV); 904 GCRA::doCoalesce(ArrayList& insns, unsigned int mask) 908 for (n = 0; n < insns.getSize(); ++n) { 910 Instruction *insn = reinterpret_cast<Instruction *>(insns.get(n)) [all...] |