HomeSort by relevance Sort by last modified time
    Searched refs:instr (Results 251 - 275 of 504) sorted by null

<<11121314151617181920>>

  /external/chromium_org/v8/src/
lithium-allocator.cc 626 LInstruction* instr = InstructionAt(pos); local
627 if (instr->HasPointerMap()) {
628 instr->pointer_map()->RecordPointer(operand, chunk()->zone());
687 HValue* instr = graph_->LookupValue(index); local
688 if (instr != NULL && instr->IsPhi()) {
689 return HPhi::cast(instr);
773 LInstruction* instr = NULL; local
775 if (i < end) instr = InstructionAt(i + 1);
777 MeetConstraintsBetween(prev_instr, instr, i)
880 LInstruction* instr = InstructionAt(index); local
946 LInstruction* instr = InstructionAt(index); local
    [all...]
hydrogen.h 47 void set_last(HInstruction* instr) { last_ = instr; }
90 void AddInstruction(HInstruction* instr, HSourcePosition position);
119 HSimulate* instr = CreateSimulate(ast_id, removable); local
120 AddInstruction(instr, position);
121 return instr;
445 void RecordUint32Instruction(HInstruction* instr) {
450 uint32_instructions_->Add(instr, zone());
772 virtual void ReturnInstruction(HInstruction* instr, BailoutId ast_id) = 0;
778 virtual void ReturnControl(HControlInstruction* instr, BailoutId ast_id) = 0
1948 HDeoptimize* instr = New<HDeoptimize>(reason, type, after_deopt_block); local
1969 HSimulate* instr = current_block()->CreateSimulate(id, removable); local
2020 HCallRuntime* instr = New<HCallRuntime>(name, c_function, argument_count); local
    [all...]
lithium-allocator.h 137 inline explicit TempIterator(LInstruction* instr);
153 inline explicit InputIterator(LInstruction* instr);
168 inline explicit UseIterator(LInstruction* instr);
  /external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 106 const MachineInstr *Instr);
197 /// isNotInMIMap - returns true if the specified machine instr has been
199 bool isNotInMIMap(const MachineInstr* Instr) const {
200 return !Indexes->hasIndex(Instr);
204 SlotIndex getInstructionIndex(const MachineInstr *instr) const {
205 return Indexes->getInstructionIndex(instr);
  /dalvik/dexdump/
DexDump.cpp 873 u2 instr = get2LE((const u1*) &insns[insnIdx]); local
874 if (instr == kPackedSwitchSignature) {
877 } else if (instr == kSparseSwitchSignature) {
880 } else if (instr == kArrayDataSignature) {
1082 u2 instr; local
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/tables/
ttProgram.py 236 instr = assembly[i]
237 writer.write(instr)
239 m = _pushCountPat.match(instr)
288 if mnemonic.startswith("INSTR"):
442 assembly.append("INSTR%d[ ]" % op)
  /external/valgrind/main/callgrind/
debug.c 351 bb->jmp[i].instr, bbcc->jmp[i].ecounter);
357 InstrInfo* ii = &(bb->instr[i]);
365 if (bb->jmp[cjmpNo].instr == i) {
  /system/core/libpixelflinger/codeflinger/
mips_disassem.c 578 u_int32_t instr; local
587 instr = *(u_int32_t *)loc;
588 return (db_disasm_insn(instr, loc, false));
  /development/ndk/platforms/android-3/include/linux/mtd/
mtd.h 98 int (*erase) (struct mtd_info *mtd, struct erase_info *instr);
  /external/chromium_org/tools/code_coverage/
croc.py 85 exe = instr = cov = 0
89 instr += 1
95 lines_instrumented=instr,
102 if instr or self.in_lcov:
  /external/emma/ant/ant14/com/vladium/emma/instr/
FilterCfg.java 9 package com.vladium.emma.instr;
instrTask.java 9 package com.vladium.emma.instr;
  /external/emma/core/java12/com/vladium/emma/instr/
instrCommand.java 9 package com.vladium.emma.instr;
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/mtd/
mtd.h 98 int (*erase) (struct mtd_info *mtd, struct erase_info *instr);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/mtd/
mtd.h 98 int (*erase) (struct mtd_info *mtd, struct erase_info *instr);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/mtd/
mtd.h 98 int (*erase) (struct mtd_info *mtd, struct erase_info *instr);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/mtd/
mtd.h 98 int (*erase) (struct mtd_info *mtd, struct erase_info *instr);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/mtd/
mtd.h 98 int (*erase) (struct mtd_info *mtd, struct erase_info *instr);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/mtd/
mtd.h 98 int (*erase) (struct mtd_info *mtd, struct erase_info *instr);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/mtd/
mtd.h 98 int (*erase) (struct mtd_info *mtd, struct erase_info *instr);
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/mtd/
mtd.h 98 int (*erase) (struct mtd_info *mtd, struct erase_info *instr);
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/mtd/
mtd.h 98 int (*erase) (struct mtd_info *mtd, struct erase_info *instr);
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/mtd/
mtd.h 98 int (*erase) (struct mtd_info *mtd, struct erase_info *instr);
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/mtd/
mtd.h 98 int (*erase) (struct mtd_info *mtd, struct erase_info *instr);
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/mtd/
mtd.h 98 int (*erase) (struct mtd_info *mtd, struct erase_info *instr);

Completed in 926 milliseconds

<<11121314151617181920>>