HomeSort by relevance Sort by last modified time
    Searched refs:instr (Results 276 - 300 of 394) sorted by null

<<111213141516

  /dalvik/vm/mterp/mips/
OP_FILLED_NEW_ARRAY.S 59 FETCH_ADVANCE_INST(3) # advance to next instr, load rINST
  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 251 MachineInstr *Instr; // Alternatively, a MachineInstr.
304 : Node(node), Instr(0), OrigNode(0), NodeNum(nodenum),
317 SUnit(MachineInstr *instr, unsigned nodenum)
318 : Node(0), Instr(instr), OrigNode(0), NodeNum(nodenum),
331 : Node(0), Instr(0), OrigNode(0), NodeNum(~0u),
345 assert(!Instr && "Setting SDNode of SUnit with MachineInstr!");
352 assert(!Instr && "Reading SDNode of SUnit with MachineInstr!");
358 bool isInstr() const { return Instr; }
364 Instr = MI
    [all...]
SlotIndexes.h 373 /// Returns true if the given machine instr is mapped to an index,
375 bool hasIndex(const MachineInstr *instr) const {
376 return mi2iMap.count(instr);
534 assert(mi2iMap.find(mi) == mi2iMap.end() && "Instr already indexed.");
539 assert(mi->getParent() != 0 && "Instr must be added to function.");
553 // Get a number for the new instr, or 0 if there's no room currently.
585 /// ReplaceMachineInstrInMaps - Replacing a machine instr with a new one in
  /external/llvm/lib/Analysis/
PathNumbering.cpp 379 Instruction& instr = *bbCurrent; local
380 if( instr.getOpcode() == Instruction::Call ) {
  /external/emma/core/java12/com/vladium/emma/
Command.java 23 import com.vladium.emma.instr.instrCommand;
44 else if ("instr".equals (name))
  /external/emma/core/java12/com/vladium/emma/instr/
InstrProcessor.java 9 package com.vladium.emma.instr;
37 public static final String PROPERTY_EXCLUDE_SYNTHETIC_METHODS = "instr.exclude_synthetic_methods";
38 public static final String PROPERTY_EXCLUDE_BRIDGE_METHODS = "instr.exclude_bridge_methods";
39 public static final String PROPERTY_DO_SUID_COMPENSATION = "instr.do_suid_compensation";
167 // with the instr path:
  /external/kernel-headers/original/linux/mtd/
nand.h 515 extern int nand_erase_nand(struct mtd_info *mtd, struct erase_info *instr,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/
ainstr_iw.h 362 void (*notify)(void *private_data, snd_seq_kinstr_t *instr, int what);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
ainstr_iw.h 362 void (*notify)(void *private_data, snd_seq_kinstr_t *instr, int what);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ainstr_iw.h 363 void (*notify)(void *private_data, struct snd_seq_kinstr *instr, int what);
trident.h 303 struct snd_seq_instr instr; member in struct:snd_trident_voice
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
ainstr_iw.h 362 void (*notify)(void *private_data, snd_seq_kinstr_t *instr, int what);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ainstr_iw.h 363 void (*notify)(void *private_data, struct snd_seq_kinstr *instr, int what);
trident.h 303 struct snd_seq_instr instr; member in struct:snd_trident_voice
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 698 if (const Instruction *instr = dyn_cast<Instruction>(U)) {
699 if (instr->getParent() && instr->getParent()->getParent()) {
700 const Function *curFunc = instr->getParent()->getParent();
804 const Instruction *instr = cast<Instruction>(*iter); local
805 const BasicBlock *bb = instr->getParent();
    [all...]
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3defs.h 490 #define ANTLR3_STRDUP(instr) (pANTLR3_UINT8)(strdup ((const char *)(instr)))
  /external/llvm/lib/Target/X86/Disassembler/
X86Disassembler.cpp 122 X86GenericDisassembler::getInstruction(MCInst &instr,
151 return (!translateInstruction(instr, internalInstr, this)) ?
  /external/oprofile/events/mips/sb1/
events 24 event:0x21 counters:1,2,3 um:zero minimum:500 name:NO_VALID_INSN :No valid instr to issue
  /external/valgrind/main/callgrind/
callgrind_control.in 80 print " -i --instr=on|off Switch instrumentation state on/off\n";
244 elsif ($arg =~ /^(-i|--instr)(|=on|=off)$/) {
bb.c 119 * - instr_len, cost_count, instr[]
143 bb->jmp = (CJmpInfo*) &(bb->instr[instr_count]);
162 VG_(printf)(" new_bb (instr %d, jmps %d, inv %s) [now %d]: ",
  /external/webkit/Source/WebCore/platform/mac/
HTMLConverter.mm     [all...]
  /external/emma/core/java12/com/vladium/emma/rt/
ClassPathProcessorST.java 33 import com.vladium.emma.instr.InstrVisitor;
48 // construct instr path enumerator [throws on illegal input only]:
  /external/v8/src/ia32/
disasm-ia32.cc 877 // Disassembled instruction '*instr' and writes it into 'out_buffer'.
879 byte* instr) {
881 byte* data = instr;
    [all...]
  /external/v8/src/x64/
disasm-x64.cc     [all...]
  /tools/build/gradle/src/main/groovy/com/android/build/gradle/
AndroidBasePlugin.groovy 138 localProperties.withInputStream { instr ->
139 properties.load(instr)

Completed in 591 milliseconds

<<111213141516