Home
last modified time | relevance | path

Searched refs:stackElement (Results 1 – 25 of 48) sorted by relevance

12

/dports/devel/doctorj/doctorj-5.1.2/org/incava/qualog/
H A DQlWriter.java335 StackTraceElement stackElement = stack[fi]; in stack() local
345 String fileName = stackElement.getFileName(); in stack()
362 outputFileName(buf, fileColor, stackElement); in stack()
374 prevStackElement = stackElement; in stack()
387 String fileName = stackElement.getFileName();
402 …String lnStr = stackElement.getLineNumber() >= 0 ? String.valueOf(stackElement.getLineNumber()) : …
442 StackTraceElement stackElement) in outputClassAndMethod() argument
446 String className = stackElement.getClassName(); in outputClassAndMethod()
492 String methodName = stackElement.getMethodName(); in outputClassAndMethod()
533 StackTraceElement stackElement) in outputMessage() argument
[all …]
/dports/x11/wallutils/wallutils-5.10.0/vendor/github.com/anthonynsimon/bild/bild-0.13.0/util/
H A Dstack.go5 top *stackElement
9 type stackElement struct { struct
11 next *stackElement argument
21 s.top = &stackElement{value, s.top}
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/jdk/internal/org/objectweb/asm/tree/
H A DFrameNode.java198 Object stackElement = stack.get(i); in clone() local
199 if (stackElement instanceof LabelNode) { in clone()
200 stackElement = clonedLabels.get(stackElement); in clone()
202 clone.stack.add(stackElement); in clone()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/jdk/internal/org/objectweb/asm/tree/
H A DFrameNode.java198 Object stackElement = stack.get(i); in clone() local
199 if (stackElement instanceof LabelNode) { in clone()
200 stackElement = clonedLabels.get(stackElement); in clone()
202 clone.stack.add(stackElement); in clone()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/jdk/internal/org/objectweb/asm/tree/
H A DFrameNode.java198 Object stackElement = stack.get(i); in clone() local
199 if (stackElement instanceof LabelNode) { in clone()
200 stackElement = clonedLabels.get(stackElement); in clone()
202 clone.stack.add(stackElement); in clone()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/jdk/internal/org/objectweb/asm/tree/
H A DFrameNode.java198 Object stackElement = stack.get(i); in clone() local
199 if (stackElement instanceof LabelNode) { in clone()
200 stackElement = clonedLabels.get(stackElement); in clone()
202 clone.stack.add(stackElement); in clone()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/jdk/internal/org/objectweb/asm/tree/
H A DFrameNode.java198 Object stackElement = stack.get(i); in clone() local
199 if (stackElement instanceof LabelNode) { in clone()
200 stackElement = clonedLabels.get(stackElement); in clone()
202 clone.stack.add(stackElement); in clone()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/jdk/internal/org/objectweb/asm/tree/
H A DFrameNode.java198 Object stackElement = stack.get(i); in clone() local
199 if (stackElement instanceof LabelNode) { in clone()
200 stackElement = clonedLabels.get(stackElement); in clone()
202 clone.stack.add(stackElement); in clone()
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/
H A Dbase_js.html.twig74 var extractHeaders = function(xhr, stackElement) {
81 stackElement.profile = ret[1];
84 stackElement.profilerUrl = ret[1];
267 var stackElement = {
275 var idx = requestStack.push(stackElement) - 1;
277 stackElement.duration = new Date() - stackElement.start;
279 stackElement.statusCode = r.status;
284 stackElement.error = true;
311 var stackElement = {
323 stackElement.duration = new Date() - stackElement.start;
[all …]
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/
H A Dbase_js.html.twig74 var extractHeaders = function(xhr, stackElement) {
81 stackElement.profile = ret[1];
84 stackElement.profilerUrl = ret[1];
267 var stackElement = {
275 var idx = requestStack.push(stackElement) - 1;
277 stackElement.duration = new Date() - stackElement.start;
279 stackElement.statusCode = r.status;
284 stackElement.error = true;
311 var stackElement = {
323 stackElement.duration = new Date() - stackElement.start;
[all …]
/dports/www/bolt/bolt-2.2.24/vendor/symfony/web-profiler-bundle/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/
H A Dbase_js.html.twig217 var stackElement = {
225 requestStack.push(stackElement);
229 stackElement.duration = new Date() - stackElement.start;
230 stackElement.loading = false;
231 stackElement.error = self.status < 200 || self.status >= 400;
232 stackElement.profile = self.getResponseHeader("X-Debug-Token");
233stackElement.profilerUrl = self.getResponseHeader("X-Debug-Token-Link");
/dports/lang/solidity/solidity_0.8.11/libevmasm/
H A DKnownState.cpp137 stackElement( in feedItem()
152 arguments[i] = stackElement(m_stackHeight - static_cast<int>(i), _item.location()); in feedItem()
253 for (auto const& stackElement: m_stackElements) in reduceToCommonKnowledge() local
254 shiftedStack[stackElement.first - stackDiff] = stackElement.second; in reduceToCommonKnowledge()
278 ExpressionClasses::Id KnownState::stackElement(int _stackHeight, SourceLocation const& _location) in stackElement() function in KnownState
289 return stackElement(m_stackHeight + _stackOffset, _location); in relativeStackElement()
314 stackElement(_stackHeightA, _location); in swapStackElements()
315 stackElement(_stackHeightB, _location); in swapStackElements()
H A DCommonSubexpressionEliminator.cpp60 initialStackContents[height] = m_initialState.stackElement(height, SourceLocation()); in getOptimizedItems()
62 targetStackContents[height] = m_state.stackElement(height, SourceLocation()); in getOptimizedItems()
94 Id condition = m_state.stackElement(m_state.stackHeight() - 1, itemLocation); in optimizeBreakingItem()
114 Id size = m_state.stackElement(m_state.stackHeight() - 1, itemLocation); in optimizeBreakingItem()
/dports/lang/ghc/ghc-8.10.7/rts/
H A DTraverseHeap.h36 typedef struct stackElement_ stackElement; typedef
68 stackElement *stackBottom, *stackTop, *stackLimit;
H A DTraverseHeap.c112 } stackElement; typedef
145 ts->stackBottom = (stackElement *)bd->start; in newStackBlock()
146 ts->stackLimit = (stackElement *)ts->stackTop; in newStackBlock()
159 ts->stackTop = (stackElement *)bd->free; in returnToOldStack()
160 ts->stackBottom = (stackElement *)bd->start; in returnToOldStack()
161 ts->stackLimit = (stackElement *)(bd->start + BLOCK_SIZE_W * bd->blocks); in returnToOldStack()
306 pushStackElement(traverseState *ts, const stackElement se) in pushStackElement()
350 stackElement se; in traversePushClosure()
384 stackElement se; in traversePushChildren()
618 ASSERT(ts->stackBottom == (stackElement *)ts->currentStack->start); in popStackElement()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/sun/security/ssl/SSLSocketImpl/
H A DCloseSocket.java109 return Arrays.stream(traces).anyMatch(stackElement -> in isHandshakeStarted()
110 stackElement.getMethodName().equals("readHandshakeRecord")); in isHandshakeStarted()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ui/basic/util/
H A DBasicSwitch.java360 MStackElement stackElement = (MStackElement) theEObject; in doSwitch() local
361 T1 result = caseStackElement(stackElement); in doSwitch()
363 result = caseUIElement(stackElement); in doSwitch()
365 result = caseApplicationElement(stackElement); in doSwitch()
367 result = caseLocalizable(stackElement); in doSwitch()
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/swing/
H A DResourceAction.java230 for (StackTraceElement stackElement : Thread.currentThread().getStackTrace()) { in isInvokedFromMenuItem()
231 if ("com.apple.laf.ScreenMenuItem".equals(stackElement.getClassName()) in isInvokedFromMenuItem()
232 && "actionPerformed".equals(stackElement.getMethodName())) { in isInvokedFromMenuItem()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/application/
H A DHeadlessContextPresentationEngine.java114 MStackElement stackElement = (MStackElement) element; in postConstruct()
116 && stackElement.isVisible() in postConstruct()
117 && stackElement.isToBeRendered()) { in postConstruct()
118 stack.setSelectedElement(stackElement); in postConstruct()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/dndaddon/
H A DStackDropAgent.java282 for (MStackElement stackElement : dropChildren) { in dock()
283 String id = stackElement.getElementId(); in dock()
285 viewWithSameId = stackElement; in dock()
H A DSplitDropAgent2.java301 MStackElement stackElement = (MStackElement) dragElement; in drop() local
303 newStack.getChildren().add(stackElement); in drop()
304 newStack.setSelectedElement(stackElement); in drop()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/gwt/
H A DGwtSymbolMaps.cpp218 for (const StackElement& stackElement : stack) in resymbolize() local
220 requiredSymbols.insert(stackElement.methodName); in resymbolize()
/dports/graphics/pinta/pinta-1.7.1/Pinta.Core/ImageFormats/
H A DOraFormat.cs60 XmlElement stackElement = (XmlElement) stackXml.GetElementsByTagName ("stack")[0]; in Import()
61 XmlNodeList layerElements = stackElement.GetElementsByTagName ("layer"); in Import()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/text/html/parser/
H A DParser.java541 String stackElement = stack.elem.getName(); in ignoreElement() local
564 if (((stackElement.equals("table")) && in ignoreElement()
567 (stackElement.equals("ul") || stackElement.equals("ol"))) || in ignoreElement()
570 (stackElement.equals("table") && elemName.equals("a"))) { in ignoreElement()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/javax/swing/text/html/parser/
H A DParser.java541 String stackElement = stack.elem.getName(); in ignoreElement() local
564 if (((stackElement.equals("table")) && in ignoreElement()
567 (stackElement.equals("ul") || stackElement.equals("ol"))) || in ignoreElement()
570 (stackElement.equals("table") && elemName.equals("a"))) { in ignoreElement()

12