HomeSort by relevance Sort by last modified time
    Searched refs:getGlobal (Results 1 - 25 of 222) sorted by null

1 2 3 4 5 6 7 8 9

  /cts/tests/tests/jni/libjnicommon/
common.cpp 25 int getGlobal() {
common.h 21 int getGlobal();
  /cts/tests/tests/jni/libjninamespacea1/
namespacea1.cpp 39 return getGlobal();
  /cts/tests/tests/jni/libjninamespacea2/
namespacea2.cpp 39 return getGlobal();
  /cts/tests/tests/jni/libjninamespaceb/
namespaceb.cpp 39 return getGlobal();
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowDisplayManagerTest.java 7 import static org.robolectric.shadows.ShadowDisplayManagerTest.HideFromJB.getGlobal;
47 DisplayInfo displayInfo = getGlobal().getDisplayInfo(Display.DEFAULT_DISPLAY);
50 assertThat(getGlobal().getDisplayInfo(Display.DEFAULT_DISPLAY).appWidth)
57 assertThat(getGlobal().getDisplayInfo(3)).isEqualTo(null);
79 DisplayInfo di = getGlobal().getDisplayInfo(displayId);
139 Display display = getGlobal().getRealDisplay(displayId);
160 Display display = getGlobal().getRealDisplay(displayId);
180 public static DisplayManagerGlobal getGlobal() {
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCMCInstLower.cpp 40 const GlobalValue *GV = MO.getGlobal();
62 StubValueTy(AP.Mang->getSymbol(MO.getGlobal()),
63 !MO.getGlobal()->hasInternalLinkage());
88 StubValueTy(AP.Mang->getSymbol(MO.getGlobal()),
89 !MO.getGlobal()->hasInternalLinkage());
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyMCInstLower.cpp 31 return Printer.getSymbol(MO.getGlobal());
101 MO.getGlobal()->getValueType()->isFunctionTy());
  /external/llvm/lib/Target/BPF/
BPFMCInstLower.cpp 29 return Printer.getSymbol(MO.getGlobal());
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 196 const GlobalValue *GV = MO.getGlobal();
420 const GlobalValue *GValue = CalleeMO.getGlobal();
465 const GlobalValue *GValue = MO.getGlobal();
579 MOSymbol = getSymbol(MO.getGlobal());
623 MOSymbol = getSymbol(MO.getGlobal());
658 const GlobalValue *GV = MO.getGlobal();
707 const GlobalValue *GV = MO.getGlobal();
737 const GlobalValue *GV = MO.getGlobal();
760 const GlobalValue *GValue = MO.getGlobal();
779 const GlobalValue *GValue = MO.getGlobal();
    [all...]
PPCMCInstLower.cpp 56 const GlobalValue *GV = MO.getGlobal();
73 StubValueTy(AP.getSymbol(MO.getGlobal()),
74 !MO.getGlobal()->hasInternalLinkage());
  /external/llvm/lib/Target/Mips/
MipsCCState.cpp 64 llvm::StringRef Sym = G->getGlobal()->getName();
65 Function *F = G->getGlobal()->getParent()->getFunction(Sym);
  /external/llvm/lib/CodeGen/
RegUsageInfoPropagate.cpp 118 UpdateRegMask(cast<Function>(Operand.getGlobal()));
  /external/llvm/lib/Target/Sparc/
SparcMCInstLower.cpp 45 Symbol = AP.getSymbol(MO.getGlobal());
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86VZeroUpper.cpp 74 const GlobalValue *GV = MO.getGlobal();
  /cts/tests/tests/jni/src/android/jni/cts/
LinkerNamespacesHelper.java 196 return (Integer)clazz.getMethod("getGlobal").invoke(null);
230 // - incrementGlobal/getGlobal operate on a static global from libjnicommon
307 public static native int getGlobal();
316 public static native int getGlobal();
325 public static native int getGlobal();
  /external/llvm/lib/Target/Lanai/
LanaiMCInstLower.cpp 36 return Printer.getSymbol(MO.getGlobal());
  /external/llvm/lib/Target/MSP430/
MSP430AsmPrinter.cpp 95 getSymbol(MO.getGlobal())->print(O, MAI);
MSP430MCInstLower.cpp 38 return Printer.getSymbol(MO.getGlobal());
  /external/llvm/lib/Target/SystemZ/
SystemZMCInstLower.cpp 48 Symbol = AsmPrinter.getSymbol(MO.getGlobal());
  /external/llvm/lib/Target/XCore/
XCoreMCInstLower.cpp 46 Symbol = Printer.getSymbol(MO.getGlobal());
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMMCInstLower.cpp 88 MCOp = GetSymbolRef(MO, Mang->getSymbol(MO.getGlobal()));
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaAsmPrinter.cpp 111 O << *Mang->getSymbol(MO.getGlobal());
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinAsmPrinter.cpp 91 O << *Mang->getSymbol(MO.getGlobal());
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430AsmPrinter.cpp 95 O << *Mang->getSymbol(MO.getGlobal());

Completed in 1113 milliseconds

1 2 3 4 5 6 7 8 9