Searched refs:stackDepth (Results 1 - 15 of 15) sorted by relevance

/external/javassist/src/main/javassist/bytecode/
H A DCodeAnalyzer.java76 int stackDepth = -stack[index];
81 stack[index] = stackDepth;
83 stackDepth = visitInst(op, ci, index, stackDepth);
84 if (stackDepth < 1)
87 if (processBranch(op, ci, index, codeLength, stack, stackDepth, jsrDepth))
94 --stackDepth;
99 int codeLength, int[] stack, int stackDepth, int[] jsrDepth)
105 checkTarget(index, target, codeLength, stack, stackDepth);
112 checkTarget(index, target, codeLength, stack, stackDepth);
98 processBranch(int opcode, CodeIterator ci, int index, int codeLength, int[] stack, int stackDepth, int[] jsrDepth) argument
189 checkTarget(int opIndex, int target, int codeLength, int[] stack, int stackDepth) argument
[all...]
H A DBytecode.java123 private int stackDepth; field in class:Bytecode
143 stackDepth = 0;
424 setStackDepth(stackDepth + diff);
430 public int getStackDepth() { return stackDepth; }
440 stackDepth = depth;
441 if (stackDepth > maxStack)
442 maxStack = stackDepth;
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLElementStack.h83 unsigned stackDepth() const { return m_stackDepth; } function in class:blink::HTMLElementStack
H A DHTMLConstructionSite.h184 bool isEmpty() const { return !m_openElements.stackDepth(); }
H A DHTMLConstructionSite.cpp297 if (m_openElements.stackDepth() > maximumHTMLParserDOMTreeDepth && task.parent->parentNode())
/external/deqp/framework/randomshaders/
H A DrsgStatement.cpp40 int stackDepth = state.getStatementDepth(); local
41 return dynamic_cast<const BlockStatement*>(state.getStatementStackEntry(stackDepth-1)) != DE_NULL;
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DSerializedScriptValue.cpp2582 if (stackDepth() != 1 || m_openCompositeReferenceStack.size())
2604 if (stackDepth() < 1)
2606 *object = element(stackDepth() - 1);
2665 if (length > stackDepth())
2667 for (unsigned i = 0, stackPos = stackDepth() - length; i < length; i++, stackPos++) {
2729 if (length > stackDepth())
2731 for (unsigned i = stackDepth() - length; i < stackDepth(); i += 2) {
2759 unsigned stackDepth() const { return m_stack.size(); } function in class:blink::__anon10905::FINAL
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInjectedScriptCanvasModuleSource.js3370 var stackDepth = 1;
3374 ++stackDepth;
3376 --stackDepth;
3377 if (!stackDepth)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdi.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1799 milliseconds