Searched refs:getStack (Results 1 - 14 of 14) sorted by relevance

/external/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp45 const PseudoSourceValue *PseudoSourceValue::getStack() function in class:PseudoSourceValue
83 if (this == getStack())
93 if (this == getStack() ||
H A DMachineInstr.cpp415 MachinePointerInfo MachinePointerInfo::getStack(int64_t Offset) { function in class:MachinePointerInfo
416 return MachinePointerInfo(PseudoSourceValue::getStack(), Offset);
/external/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h65 static const PseudoSourceValue *getStack();
H A DMachineMemOperand.h69 /// getStack - stack pointer relative access.
70 static MachinePointerInfo getStack(int64_t Offset);
117 /// PseudoSourceValue::getFixedStack(int), PseudoSourceValue::getStack, and
/external/javassist/src/main/javassist/bytecode/analysis/
H A DFramePrinter.java125 Type type = frame.getStack(i);
H A DFrame.java68 public Type getStack(int index) { method in class:Frame
H A DExecutor.java269 frame.setStack(end, frame.getStack(end - 1));
276 frame.push(frame.getStack(frame.getTopIndex() - 1));
277 frame.push(frame.getStack(frame.getTopIndex() - 1));
283 Type type1 = frame.getStack(frame.getTopIndex() - 1);
288 frame.setStack(end, frame.getStack(end - 2));
966 return (type == Type.TOP) ? frame.getStack(frame.getTopIndex() - 1) : type;
/external/javassist/src/test/test/javassist/bytecode/analysis/
H A DAnalyzerTest.java131 Type type = frame.getStack(frame.getTopIndex() - 1);
138 type = frame.getStack(frame.getTopIndex());
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DSIPDialog.java1049 SIPTransactionStack getStack() { method in class:SIPDialog
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.objectweb.asm_3.2.0.v200909071300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1261 MachinePointerInfo::getStack(LocMemOffset),
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2130 MachinePointerInfo::getStack(LocMemOffset),

Completed in 886 milliseconds