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

1 2 3 4 5 6 7 8 91011

  /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 9 import static org.robolectric.shadows.ShadowDisplayManagerTest.HideFromJB.getGlobal;
53 DisplayInfo displayInfo = getGlobal().getDisplayInfo(Display.DEFAULT_DISPLAY);
56 assertThat(getGlobal().getDisplayInfo(Display.DEFAULT_DISPLAY).appWidth)
63 assertThat(getGlobal().getDisplayInfo(3)).isEqualTo(null);
93 DisplayInfo di = getGlobal().getDisplayInfo(displayId);
153 Display display = getGlobal().getRealDisplay(displayId);
174 Display display = getGlobal().getRealDisplay(displayId);
230 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
AVRMCInstLower.cpp 40 bool IsFunction = MO.isGlobal() && isa<Function>(MO.getGlobal());
83 MCOp = lowerSymbolOperand(MO, Printer.getSymbol(MO.getGlobal()));
  /external/llvm/lib/Target/BPF/
BPFMCInstLower.cpp 29 return Printer.getSymbol(MO.getGlobal());
  /external/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGAddressAnalysis.cpp 38 if (A->getGlobal() == B->getGlobal()) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsCCState.cpp 77 llvm::StringRef Sym = G->getGlobal()->getName();
78 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();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
SparcMCInstLower.cpp 45 Symbol = AP.getSymbol(MO.getGlobal());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCMCInstLower.cpp 56 const GlobalValue *GV = MO.getGlobal();
73 StubValueTy(AP.getSymbol(MO.getGlobal()),
74 !MO.getGlobal()->hasInternalLinkage());
PPCAsmPrinter.cpp 225 const GlobalValue *GV = MO.getGlobal();
448 const GlobalValue *GValue = CalleeMO.getGlobal();
493 const GlobalValue *GValue = MO.getGlobal();
663 MOSymbol = getSymbol(MO.getGlobal());
707 MOSymbol = getSymbol(MO.getGlobal());
742 const GlobalValue *GV = MO.getGlobal();
798 const GlobalValue *GV = MO.getGlobal();
828 const GlobalValue *GV = MO.getGlobal();
849 const GlobalValue *GValue = MO.getGlobal();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblyUtilities.cpp 197 const auto *F = dyn_cast<Function>(MO.getGlobal());
220 CalleeOp.getGlobal()->getName() == ClangCallTerminateFn)
237 CalleeOp.getGlobal()->getName() == StdTerminateFn)
  /cts/tests/tests/jni/src/android/jni/cts/
LinkerNamespacesHelper.java 214 return (Integer)clazz.getMethod("getGlobal").invoke(null);
283 // - incrementGlobal/getGlobal operate on a static global from libjnicommon
372 public static native int getGlobal();
381 public static native int getGlobal();
390 public static native int getGlobal();
  /external/llvm/lib/Target/Lanai/
LanaiMCInstLower.cpp 36 return Printer.getSymbol(MO.getGlobal());

Completed in 2211 milliseconds

1 2 3 4 5 6 7 8 91011