Home
last modified time | relevance | path

Searched refs:lastMap (Results 1 – 25 of 91) sorted by relevance

1234

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DAllocationStrategy.java58 private transient AllocatorMap lastMap; field in AllocationStrategy
87 if (lastMap != null) { in getAllocatorMap()
88 if (!lastMap.hasSharedProtoMap()) { in getAllocatorMap()
89 if (lastMap.hasSamePrototype(prototype)) { in getAllocatorMap()
90 return lastMap.allocatorMap; in getAllocatorMap()
92 if (lastMap.hasSameProtoMap(protoMap) && lastMap.hasUnchangedProtoMap()) { in getAllocatorMap()
99 lastMap = new AllocatorMap(prototype, protoMap, allocatorMap); in getAllocatorMap()
104 if (lastMap.hasValidSharedProtoMap() && lastMap.hasSameProtoMap(protoMap)) { in getAllocatorMap()
105 prototype.setMap(lastMap.getSharedProtoMap()); in getAllocatorMap()
106 return lastMap.allocatorMap; in getAllocatorMap()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DAllocationStrategy.java58 private transient AllocatorMap lastMap; field in AllocationStrategy
87 if (lastMap != null) { in getAllocatorMap()
88 if (!lastMap.hasSharedProtoMap()) { in getAllocatorMap()
89 if (lastMap.hasSamePrototype(prototype)) { in getAllocatorMap()
90 return lastMap.allocatorMap; in getAllocatorMap()
92 if (lastMap.hasSameProtoMap(protoMap) && lastMap.hasUnchangedProtoMap()) { in getAllocatorMap()
99 lastMap = new AllocatorMap(prototype, protoMap, allocatorMap); in getAllocatorMap()
104 if (lastMap.hasValidSharedProtoMap() && lastMap.hasSameProtoMap(protoMap)) { in getAllocatorMap()
105 prototype.setMap(lastMap.getSharedProtoMap()); in getAllocatorMap()
106 return lastMap.allocatorMap; in getAllocatorMap()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DAllocationStrategy.java58 private transient AllocatorMap lastMap; field in AllocationStrategy
87 if (lastMap != null) { in getAllocatorMap()
88 if (!lastMap.hasSharedProtoMap()) { in getAllocatorMap()
89 if (lastMap.hasSamePrototype(prototype)) { in getAllocatorMap()
90 return lastMap.allocatorMap; in getAllocatorMap()
92 if (lastMap.hasSameProtoMap(protoMap) && lastMap.hasUnchangedProtoMap()) { in getAllocatorMap()
99 lastMap = new AllocatorMap(prototype, protoMap, allocatorMap); in getAllocatorMap()
104 if (lastMap.hasValidSharedProtoMap() && lastMap.hasSameProtoMap(protoMap)) { in getAllocatorMap()
105 prototype.setMap(lastMap.getSharedProtoMap()); in getAllocatorMap()
106 return lastMap.allocatorMap; in getAllocatorMap()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DAllocationStrategy.java58 private transient AllocatorMap lastMap; field in AllocationStrategy
87 if (lastMap != null) { in getAllocatorMap()
88 if (!lastMap.hasSharedProtoMap()) { in getAllocatorMap()
89 if (lastMap.hasSamePrototype(prototype)) { in getAllocatorMap()
90 return lastMap.allocatorMap; in getAllocatorMap()
92 if (lastMap.hasSameProtoMap(protoMap) && lastMap.hasUnchangedProtoMap()) { in getAllocatorMap()
99 lastMap = new AllocatorMap(prototype, protoMap, allocatorMap); in getAllocatorMap()
104 if (lastMap.hasValidSharedProtoMap() && lastMap.hasSameProtoMap(protoMap)) { in getAllocatorMap()
105 prototype.setMap(lastMap.getSharedProtoMap()); in getAllocatorMap()
106 return lastMap.allocatorMap; in getAllocatorMap()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DAllocationStrategy.java58 private transient AllocatorMap lastMap; field in AllocationStrategy
87 if (lastMap != null) { in getAllocatorMap()
88 if (!lastMap.hasSharedProtoMap()) { in getAllocatorMap()
89 if (lastMap.hasSamePrototype(prototype)) { in getAllocatorMap()
90 return lastMap.allocatorMap; in getAllocatorMap()
92 if (lastMap.hasSameProtoMap(protoMap) && lastMap.hasUnchangedProtoMap()) { in getAllocatorMap()
99 lastMap = new AllocatorMap(prototype, protoMap, allocatorMap); in getAllocatorMap()
104 if (lastMap.hasValidSharedProtoMap() && lastMap.hasSameProtoMap(protoMap)) { in getAllocatorMap()
105 prototype.setMap(lastMap.getSharedProtoMap()); in getAllocatorMap()
106 return lastMap.allocatorMap; in getAllocatorMap()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/runtime/
H A DAllocationStrategy.java58 private transient AllocatorMap lastMap; field in AllocationStrategy
87 if (lastMap != null) { in getAllocatorMap()
88 if (!lastMap.hasSharedProtoMap()) { in getAllocatorMap()
89 if (lastMap.hasSamePrototype(prototype)) { in getAllocatorMap()
90 return lastMap.allocatorMap; in getAllocatorMap()
92 if (lastMap.hasSameProtoMap(protoMap) && lastMap.hasUnchangedProtoMap()) { in getAllocatorMap()
99 lastMap = new AllocatorMap(prototype, protoMap, allocatorMap); in getAllocatorMap()
104 if (lastMap.hasValidSharedProtoMap() && lastMap.hasSameProtoMap(protoMap)) { in getAllocatorMap()
105 prototype.setMap(lastMap.getSharedProtoMap()); in getAllocatorMap()
106 return lastMap.allocatorMap; in getAllocatorMap()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/runtime/
H A DAllocationStrategy.java58 private transient AllocatorMap lastMap; field in AllocationStrategy
87 if (lastMap != null) { in getAllocatorMap()
88 if (!lastMap.hasSharedProtoMap()) { in getAllocatorMap()
89 if (lastMap.hasSamePrototype(prototype)) { in getAllocatorMap()
90 return lastMap.allocatorMap; in getAllocatorMap()
92 if (lastMap.hasSameProtoMap(protoMap) && lastMap.hasUnchangedProtoMap()) { in getAllocatorMap()
99 lastMap = new AllocatorMap(prototype, protoMap, allocatorMap); in getAllocatorMap()
104 if (lastMap.hasValidSharedProtoMap() && lastMap.hasSameProtoMap(protoMap)) { in getAllocatorMap()
105 prototype.setMap(lastMap.getSharedProtoMap()); in getAllocatorMap()
106 return lastMap.allocatorMap; in getAllocatorMap()
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/ssa/
H A Dxposmap.go25 lastMap *biasedSparseMap // map found at maps[lastIndex] member
47 m.lastMap = nil
53 return m.lastMap
57 m.lastMap = mf
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/compile/internal/ssa/
H A Dxposmap.go25 lastMap *biasedSparseMap // map found at maps[lastIndex] member
47 m.lastMap = nil
53 return m.lastMap
57 m.lastMap = mf
/dports/devel/hadoop/hadoop-1.2.1/webapps/job/
H A Danalysejobhistory.jsp163 JobHistory.Task lastMap = mapTasks[0] ;
168 &tipid=<%=lastMap.get(Keys.TASKID)%>"><%=lastMap.get(Keys.TASKID) %></a>
171 lastMap.getLong(Keys.FINISH_TIME),
/dports/devel/hadoop/hadoop-1.2.1/src/webapps/history/
H A Danalysejobhistory.jsp163 JobHistory.Task lastMap = mapTasks[0] ;
168 &tipid=<%=lastMap.get(Keys.TASKID)%>"><%=lastMap.get(Keys.TASKID) %></a>
171 lastMap.getLong(Keys.FINISH_TIME),
/dports/misc/kgeography/kgeography-21.12.3/src/
H A Dmapchooser.cpp66 QString lastMapFile = kgeographySettings::self() -> lastMap(); in mapChooser()
/dports/math/fricas/fricas-1.3.7/pre-generated/src/algebra/
H A DSIMPC.lsp68 (|NumPoints| #6#) (|lastMap| (|List| (|List| (|OrientedFacet|))))
89 (LETT |deleteList| NIL) (LETT |lastMap| NIL)
96 (SEQ (LETT |lastMap| (SPADCALL |lastMap| NIL (QREFELT $ 35)))
113 (SPADCALL |lastMap| (QREFELT $ 40)) (QREFELT $ 31))
156 (SPADCALL |lastMap| |grade|
158 (SPADCALL |lastMap|
189 (SPADCALL |lastMap|
220 (SPADCALL |lastMap| |grade|
222 (SPADCALL |lastMap| |grade|
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/memory/
H A Dqv4mm.cpp937 Heap::MapObject **lastMap = &weakMaps; in sweep() local
941 *lastMap = map; in sweep()
942 lastMap = &map->nextWeakMap; in sweep()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/memory/
H A Dqv4mm.cpp937 Heap::MapObject **lastMap = &weakMaps; in sweep() local
941 *lastMap = map; in sweep()
942 lastMap = &map->nextWeakMap; in sweep()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/text/html/
H A DHTMLDocument.java3265 lastMap = new Map((String)a.getAttribute(HTML.Attribute.NAME)); in start()
3266 addMap(lastMap); in start()
3277 if (lastMap != null) { in start()
3278 lastMap.addArea(a.copyAttributes()); in start()
4281 Map lastMap; field in HTMLDocument.HTMLReader
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/javax/swing/text/html/
H A DHTMLDocument.java3265 lastMap = new Map((String)a.getAttribute(HTML.Attribute.NAME)); in start()
3266 addMap(lastMap); in start()
3277 if (lastMap != null) { in start()
3278 lastMap.addArea(a.copyAttributes()); in start()
4281 Map lastMap; field in HTMLDocument.HTMLReader
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/text/html/
H A DHTMLDocument.java3265 lastMap = new Map((String)a.getAttribute(HTML.Attribute.NAME)); in start()
3266 addMap(lastMap); in start()
3277 if (lastMap != null) { in start()
3278 lastMap.addArea(a.copyAttributes()); in start()
4281 Map lastMap; field in HTMLDocument.HTMLReader
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLDocument.java3048 lastMap = new Map((String)a.getAttribute(HTML.Attribute.NAME)); in start()
3049 addMap(lastMap); in start()
3060 if (lastMap != null) { in start()
3061 lastMap.addArea(a.copyAttributes()); in start()
4038 Map lastMap; field in HTMLDocument.HTMLReader
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/javax/swing/text/html/
H A DHTMLDocument.java3297 lastMap = new Map((String)a.getAttribute(HTML.Attribute.NAME)); in start()
3298 addMap(lastMap); in start()
3309 if (lastMap != null) { in start()
3310 lastMap.addArea(a.copyAttributes()); in start()
4328 Map lastMap; field in HTMLDocument.HTMLReader
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/javax/swing/text/html/
H A DHTMLDocument.java3297 lastMap = new Map((String)a.getAttribute(HTML.Attribute.NAME)); in start()
3298 addMap(lastMap); in start()
3309 if (lastMap != null) { in start()
3310 lastMap.addArea(a.copyAttributes()); in start()
4328 Map lastMap; field in HTMLDocument.HTMLReader
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/javax/swing/text/html/
H A DHTMLDocument.java3265 lastMap = new Map((String)a.getAttribute(HTML.Attribute.NAME)); in start()
3266 addMap(lastMap); in start()
3277 if (lastMap != null) { in start()
3278 lastMap.addArea(a.copyAttributes()); in start()
4281 Map lastMap; field in HTMLDocument.HTMLReader
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/javax/swing/text/html/
H A DHTMLDocument.java3265 lastMap = new Map((String)a.getAttribute(HTML.Attribute.NAME)); in start()
3266 addMap(lastMap); in start()
3277 if (lastMap != null) { in start()
3278 lastMap.addArea(a.copyAttributes()); in start()
4281 Map lastMap; field in HTMLDocument.HTMLReader
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/javax/swing/text/html/
H A DHTMLDocument.java3265 lastMap = new Map((String)a.getAttribute(HTML.Attribute.NAME)); in start()
3266 addMap(lastMap); in start()
3277 if (lastMap != null) { in start()
3278 lastMap.addArea(a.copyAttributes()); in start()
4281 Map lastMap; field in HTMLDocument.HTMLReader
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLDocument.java3048 lastMap = new Map((String)a.getAttribute(HTML.Attribute.NAME)); in start()
3049 addMap(lastMap); in start()
3060 if (lastMap != null) { in start()
3061 lastMap.addArea(a.copyAttributes()); in start()
4038 Map lastMap; field in HTMLDocument.HTMLReader

1234