HomeSort by relevance Sort by last modified time
    Searched refs:instr (Results 126 - 150 of 227) sorted by null

1 2 3 4 56 7 8 910

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchConfigDelegate.java 106 for (Instrumentation instr : manifestParser.getInstrumentations()) {
107 if (instr.getName().equals(runner)) {
108 return instr.getTargetPackage();
  /external/valgrind/main/VEX/priv/
host_arm_defs.c 2573 UInt instr; local
2591 UInt instr; local
2609 UInt instr; local
2698 UInt instr, subopc; local
2726 UInt instr, subopc; local
2743 UInt instr; local
2770 UInt instr = skeletal_RI84(i->ARMin.CmpOrTst.argR); local
2780 UInt instr = skeletal_RI84(i->ARMin.Mov.src); local
2811 UInt instr, bP; local
2839 UInt bP, imm8hi, imm8lo, instr; local
2877 UInt instr; local
2929 UInt instr = skeletal_RI84(i->ARMin.CMov.src); local
2938 UInt instr; local
    [all...]
  /external/v8/src/arm/
lithium-arm.h 174 static L##type* cast(LInstruction* instr) { \
175 ASSERT(instr->Is##type()); \
176 return reinterpret_cast<L##type*>(instr); \
    [all...]
macro-assembler-arm.h 431 static inline bool IsMarkedCode(Instr instr, int type) {
433 return IsNop(instr, type);
437 static inline int GetCodeMarker(Instr instr) {
441 int dst_reg = (instr & dst_mask) >> dst_reg_offset;
442 int src_reg = instr & src_mask;
447 int type = ((instr & non_register_mask) == mov_mask) &&
    [all...]
  /external/v8/src/ia32/
lithium-ia32.h 174 static L##type* cast(LInstruction* instr) { \
175 ASSERT(instr->Is##type()); \
176 return reinterpret_cast<L##type*>(instr); \
    [all...]
  /external/v8/src/x64/
lithium-x64.h 174 static L##type* cast(LInstruction* instr) { \
175 ASSERT(instr->Is##type()); \
176 return reinterpret_cast<L##type*>(instr); \
    [all...]
  /external/v8/src/
hydrogen.h 64 void set_last(HInstruction* instr) { last_ = instr; }
101 void AddInstruction(HInstruction* instr);
279 void InsertTypeConversions(HInstruction* instr);
463 virtual void ReturnInstruction(HInstruction* instr, int ast_id) = 0;
498 virtual void ReturnInstruction(HInstruction* instr, int ast_id);
510 virtual void ReturnInstruction(HInstruction* instr, int ast_id);
525 virtual void ReturnInstruction(HInstruction* instr, int ast_id);
666 HInstruction* AddInstruction(HInstruction* instr);
775 void PushAndAdd(HInstruction* instr);
    [all...]
lithium-allocator.cc 637 LInstruction* instr = InstructionAt(pos); local
638 if (instr->HasPointerMap()) {
639 instr->pointer_map()->RecordPointer(operand);
695 HValue* instr = graph_->LookupValue(index); local
696 if (instr != NULL && instr->IsPhi()) {
697 return HPhi::cast(instr);
778 LInstruction* instr = NULL; local
780 if (i < end) instr = InstructionAt(i + 1);
782 MeetConstraintsBetween(prev_instr, instr, i)
875 LInstruction* instr = InstructionAt(index); local
940 LInstruction* instr = InstructionAt(index); local
    [all...]
lithium-allocator.h 164 inline explicit TempIterator(LInstruction* instr);
180 inline explicit InputIterator(LInstruction* instr);
195 inline explicit UseIterator(LInstruction* instr);
439 void RecordDefinition(HInstruction* instr, LUnallocated* operand);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
instr.h 2 * \file include/instr.h
75 void snd_instr_header_set_alias(snd_instr_header_t *info, const snd_seq_instr_t *instr);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/
ainstr_gf1.h 214 void (*notify)(void *private_data, snd_seq_kinstr_t *instr, int what);
  /external/emma/lib/
emma.jar 
  /external/llvm/
tblgen-rules.mk 45 $(call transform-td-to-out,instr-enums)
50 $(call transform-td-to-out,instr-desc)
  /dalvik/dexdump/
DexDump.cpp 867 u2 instr = get2LE((const u1*) &insns[insnIdx]); local
868 if (instr == kPackedSwitchSignature) {
871 } else if (instr == kSparseSwitchSignature) {
874 } else if (instr == kArrayDataSignature) {
1080 u2 instr; local
    [all...]
  /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) {
  /bionic/libc/kernel/common/linux/mtd/
mtd.h 98 int (*erase) (struct mtd_info *mtd, struct erase_info *instr);
  /development/ndk/platforms/android-3/include/linux/mtd/
mtd.h 98 int (*erase) (struct mtd_info *mtd, struct erase_info *instr);
  /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;
  /external/llvm/include/llvm/CodeGen/
SlotIndexes.h 486 /// Returns true if the given machine instr is mapped to an index,
488 bool hasIndex(const MachineInstr *instr) const {
489 return (mi2iMap.find(instr) != mi2iMap.end());
493 SlotIndex getInstructionIndex(const MachineInstr *instr) const {
494 Mi2IndexMap::const_iterator itr = mi2iMap.find(instr);
648 assert(mi2iMap.find(mi) == mi2iMap.end() && "Instr already indexed.");
653 assert(mi->getParent() != 0 && "Instr must be added to function.");
667 // Get a number for the new instr, or 0 if there's no room currently.
699 /// ReplaceMachineInstrInMaps - Replacing a machine instr with a new one in
  /external/v8/src/mips/
lithium-mips.h 190 static LOsrEntry* cast(LInstruction* instr) {
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/mtd/
mtd.h 98 int (*erase) (struct mtd_info *mtd, struct erase_info *instr);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/mtd/
mtd.h 98 int (*erase) (struct mtd_info *mtd, struct erase_info *instr);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/mtd/
mtd.h 98 int (*erase) (struct mtd_info *mtd, struct erase_info *instr);

Completed in 996 milliseconds

1 2 3 4 56 7 8 910