Home
last modified time | relevance | path

Searched refs:nextMethod (Results 1 – 25 of 191) sorted by relevance

12345678

/dports/math/R/R-4.1.2/src/library/methods/R/
H A DNextMethod.R20 method <- nextMethod <- NULL functionVar
46 nextMethod <- callEnv$.nextMethod
52 nextMethod <- nextMethodEnv$.nextMethod
76 if(is.null(nextMethod)) {
83 nextMethod <- method@nextMethod
84 assign(".nextMethod", nextMethod, envir = callEnv)
89 if(is.null(nextMethod))
92 method <- nextMethod
96 nextMethod <- method@nextMethod
98 assign(".nextMethod", nextMethod, envir = callEnv)
[all …]
/dports/math/libRmath/R-4.1.1/src/library/methods/R/
H A DNextMethod.R20 method <- nextMethod <- NULL functionVar
46 nextMethod <- callEnv$.nextMethod
52 nextMethod <- nextMethodEnv$.nextMethod
76 if(is.null(nextMethod)) {
83 nextMethod <- method@nextMethod
84 assign(".nextMethod", nextMethod, envir = callEnv)
89 if(is.null(nextMethod))
92 method <- nextMethod
96 nextMethod <- method@nextMethod
98 assign(".nextMethod", nextMethod, envir = callEnv)
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/jit/graph/
H A DMethodData.java32 public Method nextMethod; field in MethodData
36 MethodData(String ClassName, String MethodName, Class ClassObject,Method nextMethod, int id) in MethodData() argument
40 this.nextMethod = nextMethod; in MethodData()
H A DGlobals.java184 Method nextMethod = null; in nextStaticMethod() local
195 nextMethod = MethodInstance_Array[i]; in nextStaticMethod()
196 if (nextMethod == null ) in nextStaticMethod()
198 nextMethod = in nextStaticMethod()
203 MethodInstance_Array[i] = nextMethod; in nextStaticMethod()
224 …return(new MethodData(ClassArray[i], MethodName_Array[i], methodsClass, nextMethod, MethodID_Array… in nextStaticMethod()
269 methodCallStr.nextMethod.invoke(methodCallStr.instance, in callMethod()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/jit/graph/
H A DMethodData.java32 public Method nextMethod; field in MethodData
36 MethodData(String ClassName, String MethodName, Class ClassObject,Method nextMethod, int id) in MethodData() argument
40 this.nextMethod = nextMethod; in MethodData()
H A DGlobals.java184 Method nextMethod = null; in nextStaticMethod() local
195 nextMethod = MethodInstance_Array[i]; in nextStaticMethod()
196 if (nextMethod == null ) in nextStaticMethod()
198 nextMethod = in nextStaticMethod()
203 MethodInstance_Array[i] = nextMethod; in nextStaticMethod()
224 …return(new MethodData(ClassArray[i], MethodName_Array[i], methodsClass, nextMethod, MethodID_Array… in nextStaticMethod()
269 methodCallStr.nextMethod.invoke(methodCallStr.instance, in callMethod()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/jit/graph/
H A DMethodData.java32 public Method nextMethod; field in MethodData
36 MethodData(String ClassName, String MethodName, Class ClassObject,Method nextMethod, int id) in MethodData() argument
40 this.nextMethod = nextMethod; in MethodData()
H A DGlobals.java184 Method nextMethod = null; in nextStaticMethod() local
195 nextMethod = MethodInstance_Array[i]; in nextStaticMethod()
196 if (nextMethod == null ) in nextStaticMethod()
198 nextMethod = in nextStaticMethod()
203 MethodInstance_Array[i] = nextMethod; in nextStaticMethod()
224 …return(new MethodData(ClassArray[i], MethodName_Array[i], methodsClass, nextMethod, MethodID_Array… in nextStaticMethod()
269 methodCallStr.nextMethod.invoke(methodCallStr.instance, in callMethod()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/jit/graph/
H A DMethodData.java32 public Method nextMethod; field in MethodData
36 MethodData(String ClassName, String MethodName, Class ClassObject,Method nextMethod, int id) in MethodData() argument
40 this.nextMethod = nextMethod; in MethodData()
H A DGlobals.java184 Method nextMethod = null; in nextStaticMethod() local
195 nextMethod = MethodInstance_Array[i]; in nextStaticMethod()
196 if (nextMethod == null ) in nextStaticMethod()
198 nextMethod = in nextStaticMethod()
203 MethodInstance_Array[i] = nextMethod; in nextStaticMethod()
224 …return(new MethodData(ClassArray[i], MethodName_Array[i], methodsClass, nextMethod, MethodID_Array… in nextStaticMethod()
269 methodCallStr.nextMethod.invoke(methodCallStr.instance, in callMethod()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/jit/graph/
H A DMethodData.java34 public Method nextMethod; field in MethodData
38 MethodData(String ClassName, String MethodName, Class ClassObject, Method nextMethod, int id) { in MethodData() argument
41 this.nextMethod = nextMethod; in MethodData()
H A DGlobals.java166 Method nextMethod = null; in nextStaticMethod() local
174 nextMethod = MethodInstance_Array[i]; in nextStaticMethod()
175 if (nextMethod == null) { in nextStaticMethod()
176 nextMethod = methodsClass.getMethod(MethodName_Array[i], in nextStaticMethod()
179 MethodInstance_Array[i] = nextMethod; in nextStaticMethod()
188 …return new MethodData(ClassArray[i], MethodName_Array[i], methodsClass, nextMethod, MethodID_Array… in nextStaticMethod()
214 methodCallStr.nextMethod.invoke(methodCallStr.instance, in callMethod()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/jit/graph/
H A DMethodData.java34 public Method nextMethod; field in MethodData
38 MethodData(String ClassName, String MethodName, Class ClassObject, Method nextMethod, int id) { in MethodData() argument
41 this.nextMethod = nextMethod; in MethodData()
H A DGlobals.java166 Method nextMethod = null; in nextStaticMethod() local
174 nextMethod = MethodInstance_Array[i]; in nextStaticMethod()
175 if (nextMethod == null) { in nextStaticMethod()
176 nextMethod = methodsClass.getMethod(MethodName_Array[i], in nextStaticMethod()
179 MethodInstance_Array[i] = nextMethod; in nextStaticMethod()
188 …return new MethodData(ClassArray[i], MethodName_Array[i], methodsClass, nextMethod, MethodID_Array… in nextStaticMethod()
214 methodCallStr.nextMethod.invoke(methodCallStr.instance, in callMethod()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/jit/graph/
H A DMethodData.java34 public Method nextMethod; field in MethodData
38 MethodData(String ClassName, String MethodName, Class ClassObject, Method nextMethod, int id) { in MethodData() argument
41 this.nextMethod = nextMethod; in MethodData()
H A DGlobals.java166 Method nextMethod = null; in nextStaticMethod() local
174 nextMethod = MethodInstance_Array[i]; in nextStaticMethod()
175 if (nextMethod == null) { in nextStaticMethod()
176 nextMethod = methodsClass.getMethod(MethodName_Array[i], in nextStaticMethod()
179 MethodInstance_Array[i] = nextMethod; in nextStaticMethod()
188 …return new MethodData(ClassArray[i], MethodName_Array[i], methodsClass, nextMethod, MethodID_Array… in nextStaticMethod()
214 methodCallStr.nextMethod.invoke(methodCallStr.instance, in callMethod()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/jit/graph/
H A DMethodData.java34 public Method nextMethod; field in MethodData
38 MethodData(String ClassName, String MethodName, Class ClassObject, Method nextMethod, int id) { in MethodData() argument
41 this.nextMethod = nextMethod; in MethodData()
H A DGlobals.java166 Method nextMethod = null; in nextStaticMethod() local
174 nextMethod = MethodInstance_Array[i]; in nextStaticMethod()
175 if (nextMethod == null) { in nextStaticMethod()
176 nextMethod = methodsClass.getMethod(MethodName_Array[i], in nextStaticMethod()
179 MethodInstance_Array[i] = nextMethod; in nextStaticMethod()
188 …return new MethodData(ClassArray[i], MethodName_Array[i], methodsClass, nextMethod, MethodID_Array… in nextStaticMethod()
214 methodCallStr.nextMethod.invoke(methodCallStr.instance, in callMethod()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Compiler/src/org/eclipse/jdt/internal/compiler/lookup/
H A DMethodVerifier15.java27 nextMethod : for (int i = length; --i >= 0;) { in checkAgainstInheritedMethods()
31 continue nextMethod; in checkAgainstInheritedMethods() local
52 continue nextMethod; in checkAgainstInheritedMethods() local
71 continue nextMethod; in checkAgainstInheritedMethods() local
79 continue nextMethod; in checkAgainstInheritedMethods() local
109 continue nextMethod; in checkAgainstInheritedMethods() local
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DAsyncIteration.h266 HandleValue nextMethod);
280 void init(JSObject* iterator, const Value& nextMethod) { in init() argument
282 setFixedSlot(Slot_NextMethod, nextMethod); in init()
289 HandleValue nextMethod);
293 const Value& nextMethod() const { return getFixedSlot(Slot_NextMethod); } in nextMethod() function
/dports/www/npm-node14/npm-6.14.8/lib/node_modules/npm/node_modules/genfun/
H A DCHANGELOG.md47 * **nextMethod:** arg-based nextMethod calls ([17a0b35](https://github.com/zkat/genfun/commit/17a0b…
48 * **noNext:** allow users to disable nextMethod functionality ([cc00d95](https://github.com/zkat/ge…
53 * **nextMethod:** next methods are now passed in as arguments. context/callNextMethod/etc are all g…
/dports/www/npm-node16/npm-6.14.8/lib/node_modules/npm/node_modules/genfun/
H A DCHANGELOG.md47 * **nextMethod:** arg-based nextMethod calls ([17a0b35](https://github.com/zkat/genfun/commit/17a0b…
48 * **noNext:** allow users to disable nextMethod functionality ([cc00d95](https://github.com/zkat/ge…
53 * **nextMethod:** next methods are now passed in as arguments. context/callNextMethod/etc are all g…
/dports/www/npm-node17/npm-6.14.8/lib/node_modules/npm/node_modules/genfun/
H A DCHANGELOG.md47 * **nextMethod:** arg-based nextMethod calls ([17a0b35](https://github.com/zkat/genfun/commit/17a0b…
48 * **noNext:** allow users to disable nextMethod functionality ([cc00d95](https://github.com/zkat/ge…
53 * **nextMethod:** next methods are now passed in as arguments. context/callNextMethod/etc are all g…
/dports/www/npm/npm-6.14.8/lib/node_modules/npm/node_modules/genfun/
H A DCHANGELOG.md47 * **nextMethod:** arg-based nextMethod calls ([17a0b35](https://github.com/zkat/genfun/commit/17a0b…
48 * **noNext:** allow users to disable nextMethod functionality ([cc00d95](https://github.com/zkat/ge…
53 * **nextMethod:** next methods are now passed in as arguments. context/callNextMethod/etc are all g…
/dports/www/node10/node-v10.24.1/deps/npm/node_modules/genfun/
H A DCHANGELOG.md47 * **nextMethod:** arg-based nextMethod calls ([17a0b35](https://github.com/zkat/genfun/commit/17a0b…
48 * **noNext:** allow users to disable nextMethod functionality ([cc00d95](https://github.com/zkat/ge…
53 * **nextMethod:** next methods are now passed in as arguments. context/callNextMethod/etc are all g…

12345678