Home
last modified time | relevance | path

Searched refs:getGlobal (Results 201 – 225 of 2965) sorted by relevance

12345678910>>...119

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.cpp146 bool WebAssemblyAsmTypeCheck::getGlobal(SMLoc ErrorLoc, const MCInst &Inst,
204 if (getGlobal(ErrorLoc, Inst, Type))
208 if (getGlobal(ErrorLoc, Inst, Type))
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DDebuggerSupport.java140 static Object getGlobal() { in getGlobal() method in DebuggerSupport
141 return Context.getGlobal(); in getGlobal()
153 final ScriptObject global = Context.getGlobal(); in eval()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.cpp146 bool WebAssemblyAsmTypeCheck::getGlobal(SMLoc ErrorLoc, const MCInst &Inst, in getGlobal() function in llvm::WebAssemblyAsmTypeCheck
204 if (getGlobal(ErrorLoc, Inst, Type)) in typeCheck()
208 if (getGlobal(ErrorLoc, Inst, Type)) in typeCheck()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.cpp146 bool WebAssemblyAsmTypeCheck::getGlobal(SMLoc ErrorLoc, const MCInst &Inst, in getGlobal() function in llvm::WebAssemblyAsmTypeCheck
204 if (getGlobal(ErrorLoc, Inst, Type)) in typeCheck()
208 if (getGlobal(ErrorLoc, Inst, Type)) in typeCheck()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.cpp146 bool WebAssemblyAsmTypeCheck::getGlobal(SMLoc ErrorLoc, const MCInst &Inst, in getGlobal() function in llvm::WebAssemblyAsmTypeCheck
204 if (getGlobal(ErrorLoc, Inst, Type)) in typeCheck()
208 if (getGlobal(ErrorLoc, Inst, Type)) in typeCheck()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DDebuggerSupport.java140 static Object getGlobal() { in getGlobal() method in DebuggerSupport
141 return Context.getGlobal(); in getGlobal()
153 final ScriptObject global = Context.getGlobal(); in eval()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.cpp146 bool WebAssemblyAsmTypeCheck::getGlobal(SMLoc ErrorLoc, const MCInst &Inst, in getGlobal() function in llvm::WebAssemblyAsmTypeCheck
204 if (getGlobal(ErrorLoc, Inst, Type)) in typeCheck()
208 if (getGlobal(ErrorLoc, Inst, Type)) in typeCheck()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DDebuggerSupport.java140 static Object getGlobal() { in getGlobal() method in DebuggerSupport
141 return Context.getGlobal(); in getGlobal()
153 final ScriptObject global = Context.getGlobal(); in eval()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DDebuggerSupport.java140 static Object getGlobal() { in getGlobal() method in DebuggerSupport
141 return Context.getGlobal(); in getGlobal()
153 final ScriptObject global = Context.getGlobal(); in eval()
/dports/lang/bsh/beanshell-2.1.0/engine/src/bsh/engine/
H A DBshScriptEngine.java297 return invokeMethod(getGlobal(), name, args);
315 return clasz.cast(getGlobal().getInterface(clasz));
345 private bsh.This getGlobal() {
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/runtime/
H A DDebuggerSupport.java140 static Object getGlobal() { in getGlobal() method in DebuggerSupport
141 return Context.getGlobal(); in getGlobal()
153 final ScriptObject global = Context.getGlobal(); in eval()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/runtime/
H A DDebuggerSupport.java140 static Object getGlobal() { in getGlobal() method in DebuggerSupport
141 return Context.getGlobal(); in getGlobal()
153 final ScriptObject global = Context.getGlobal(); in eval()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp59 const GlobalValue *GV = MO.getGlobal(); in GetSymbolFromOperand()
91 StubValueTy(Mang->getSymbol(MO.getGlobal()), in GetSymbolFromOperand()
92 !MO.getGlobal()->hasInternalLinkage()); in GetSymbolFromOperand()
105 StubValueTy(Mang->getSymbol(MO.getGlobal()), in GetSymbolFromOperand()
106 !MO.getGlobal()->hasInternalLinkage()); in GetSymbolFromOperand()
121 StubValueTy(Mang->getSymbol(MO.getGlobal()), in GetSymbolFromOperand()
122 !MO.getGlobal()->hasInternalLinkage()); in GetSymbolFromOperand()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp210 const GlobalValue *GV = MO.getGlobal(); in PrintSymbolOperand()
533 const GlobalValue *GValue = MO.getGlobal(); in EmitTlsCall()
549 return AP.getSymbol(MO.getGlobal()); in getMCSymbolForTOCPseudoMO()
977 const GlobalValue *GValue = MO.getGlobal(); in emitInstruction()
996 const GlobalValue *GValue = MO.getGlobal(); in emitInstruction()
1056 const GlobalValue *GValue = MO.getGlobal(); in emitInstruction()
1074 const GlobalValue *GValue = MO.getGlobal(); in emitInstruction()
1102 const GlobalValue *GValue = MO.getGlobal(); in emitInstruction()
1120 const GlobalValue *GValue = MO.getGlobal(); in emitInstruction()
1150 const GlobalValue *GValue = MO.getGlobal(); in emitInstruction()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp210 const GlobalValue *GV = MO.getGlobal(); in PrintSymbolOperand()
533 const GlobalValue *GValue = MO.getGlobal(); in EmitTlsCall()
549 return AP.getSymbol(MO.getGlobal()); in getMCSymbolForTOCPseudoMO()
977 const GlobalValue *GValue = MO.getGlobal(); in emitInstruction()
996 const GlobalValue *GValue = MO.getGlobal(); in emitInstruction()
1056 const GlobalValue *GValue = MO.getGlobal(); in emitInstruction()
1074 const GlobalValue *GValue = MO.getGlobal(); in emitInstruction()
1102 const GlobalValue *GValue = MO.getGlobal(); in emitInstruction()
1120 const GlobalValue *GValue = MO.getGlobal(); in emitInstruction()
1150 const GlobalValue *GValue = MO.getGlobal(); in emitInstruction()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/tools/
H A DShell.java318 final Global oldGlobal = Context.getGlobal(); in compileScripts()
375 final Global oldGlobal = Context.getGlobal(); in runScripts()
433 final Global oldGlobal = Context.getGlobal(); in runFXScripts()
485 final Global oldGlobal = Context.getGlobal(); in readEvalPrint()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/tools/
H A DShell.java318 final Global oldGlobal = Context.getGlobal(); in compileScripts()
375 final Global oldGlobal = Context.getGlobal(); in runScripts()
433 final Global oldGlobal = Context.getGlobal(); in runFXScripts()
485 final Global oldGlobal = Context.getGlobal(); in readEvalPrint()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/scripting/
H A DNashornScriptEngine.java276 final Global oldGlobal = Context.getGlobal(); in getInterfaceInner()
417 final Global oldGlobal = Context.getGlobal(); in evalImpl()
446 final Global oldGlobal = Context.getGlobal(); in evalImpl()
492 final Global oldGlobal = Context.getGlobal(); in asCompiledScript()
535 final Global oldGlobal = Context.getGlobal();
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/scripting/
H A DNashornScriptEngine.java276 final Global oldGlobal = Context.getGlobal(); in getInterfaceInner()
417 final Global oldGlobal = Context.getGlobal(); in evalImpl()
446 final Global oldGlobal = Context.getGlobal(); in evalImpl()
492 final Global oldGlobal = Context.getGlobal(); in asCompiledScript()
535 final Global oldGlobal = Context.getGlobal();
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/scripting/
H A DNashornScriptEngine.java276 final Global oldGlobal = Context.getGlobal(); in getInterfaceInner()
417 final Global oldGlobal = Context.getGlobal(); in evalImpl()
446 final Global oldGlobal = Context.getGlobal(); in evalImpl()
492 final Global oldGlobal = Context.getGlobal(); in asCompiledScript()
535 final Global oldGlobal = Context.getGlobal();
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/scripting/
H A DNashornScriptEngine.java276 final Global oldGlobal = Context.getGlobal(); in getInterfaceInner()
417 final Global oldGlobal = Context.getGlobal(); in evalImpl()
446 final Global oldGlobal = Context.getGlobal(); in evalImpl()
492 final Global oldGlobal = Context.getGlobal(); in asCompiledScript()
535 final Global oldGlobal = Context.getGlobal();
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/scripting/
H A DNashornScriptEngine.java276 final Global oldGlobal = Context.getGlobal(); in getInterfaceInner()
417 final Global oldGlobal = Context.getGlobal(); in evalImpl()
446 final Global oldGlobal = Context.getGlobal(); in evalImpl()
492 final Global oldGlobal = Context.getGlobal(); in asCompiledScript()
535 final Global oldGlobal = Context.getGlobal();
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/api/scripting/
H A DNashornScriptEngine.java269 final Global oldGlobal = Context.getGlobal(); in getInterfaceInner()
410 final Global oldGlobal = Context.getGlobal(); in evalImpl()
439 final Global oldGlobal = Context.getGlobal(); in evalImpl()
485 final Global oldGlobal = Context.getGlobal(); in asCompiledScript()
528 final Global oldGlobal = Context.getGlobal();
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/api/scripting/
H A DNashornScriptEngine.java269 final Global oldGlobal = Context.getGlobal(); in getInterfaceInner()
410 final Global oldGlobal = Context.getGlobal(); in evalImpl()
439 final Global oldGlobal = Context.getGlobal(); in evalImpl()
485 final Global oldGlobal = Context.getGlobal(); in asCompiledScript()
528 final Global oldGlobal = Context.getGlobal();
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DJSONFunctions.java44 return Context.getGlobal().getDynamicInvoker(REVIVER_INVOKER, in getREVIVER_INVOKER()
73 final Global global = Context.getGlobal();

12345678910>>...119