HomeSort by relevance Sort by last modified time
    Searched refs:Machine (Results 1 - 13 of 13) sorted by null

  /external/llvm/lib/VMCore/
AsmWriter.cpp 346 /// will reset the state of the machine back to just the module contents.
624 SlotTracker *Machine,
699 SlotTracker *Machine,
816 WriteAsOperandInternal(Out, BA->getFunction(), &TypePrinter, Machine,
819 WriteAsOperandInternal(Out, BA->getBasicBlock(), &TypePrinter, Machine,
840 &TypePrinter, Machine,
846 WriteAsOperandInternal(Out, CA->getOperand(i), &TypePrinter, Machine,
865 WriteAsOperandInternal(Out, CS->getOperand(0), &TypePrinter, Machine,
873 WriteAsOperandInternal(Out, CS->getOperand(i), &TypePrinter, Machine,
892 WriteAsOperandInternal(Out, CP->getOperand(0), &TypePrinter, Machine,
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
Machine.java 27 * upon a {@link Frame}. A machine conceptually contains four arbitrary-value
31 public interface Machine {
127 * {@code Machine} are collapsed to the {@code int}
Simulator.java 48 /** {@code non-null;} machine to use when simulating */
49 private final Machine machine; field in class:Simulator
63 * @param machine {@code non-null;} machine to use when simulating
66 public Simulator(Machine machine, ConcreteMethod method) {
67 if (machine == null) {
68 throw new NullPointerException("machine == null");
75 this.machine = machine
193 private final Machine machine; field in class:Simulator.SimVisitor
    [all...]
BaseMachine.java 29 * Base implementation of {@link Machine}.
35 public abstract class BaseMachine implements Machine {
  /external/llvm/include/llvm/Object/
COFF.h 25 support::ulittle16_t Machine;
  /external/llvm/include/llvm/Support/
COFF.h 42 uint16_t Machine;
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 321 Is64Bit ? Header.Machine = COFF::IMAGE_FILE_MACHINE_AMD64
322 : Header.Machine = COFF::IMAGE_FILE_MACHINE_I386;
531 WriteLE16(Header.Machine);
  /external/llvm/lib/Object/
COFFObjectFile.cpp 522 switch(Header->Machine) {
533 switch(Header->Machine) {
639 switch (Header->Machine) {
  /external/icu4c/tools/toolutil/
pkg_genc.c 725 *pCPU=pHeader->Machine;
727 * The number of bits is implicit with the Machine value.
1105 objHeader.fileHeader.Machine=cpu;
    [all...]
  /external/oprofile/events/i386/nehalem/
events 55 event:0x4F counters:0,1,2,3 um:ept minimum:6000 name:EPT : Counts Extended Page Directory Entry accesses. The Extended Page Directory cache is used by Virtual Machine operating systems while the guest operating systems use the standard TLB caches.
83 event:0xC3 counters:0,1,2,3 um:machine_clears minimum:6000 name:MACHINE_CLEARS : Counts the cycles machine clear is asserted.
  /external/valgrind/main/coregrind/m_debuginfo/
readpdb.c 174 unsigned short Machine;
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 
  /external/qemu-pc-bios/bochs/bios/
rombios.c     [all...]

Completed in 517 milliseconds