Home
last modified time | relevance | path

Searched refs:stackDepth (Results 1 – 7 of 7) sorted by relevance

/external/javassist/src/main/javassist/bytecode/
DCodeAnalyzer.java76 int stackDepth = -stack[index]; in visitBytecode() local
81 stack[index] = stackDepth; in visitBytecode()
83 stackDepth = visitInst(op, ci, index, stackDepth); in visitBytecode()
84 if (stackDepth < 1) in visitBytecode()
87 if (processBranch(op, ci, index, codeLength, stack, stackDepth, jsrDepth)) in visitBytecode()
94 --stackDepth; in visitBytecode()
99 int codeLength, int[] stack, int stackDepth, int[] jsrDepth) in processBranch() argument
105 checkTarget(index, target, codeLength, stack, stackDepth); in processBranch()
112 checkTarget(index, target, codeLength, stack, stackDepth); in processBranch()
116 checkTarget(index, target, codeLength, stack, stackDepth); in processBranch()
[all …]
DBytecode.java123 private int stackDepth; field in Bytecode
143 stackDepth = 0; in Bytecode()
424 setStackDepth(stackDepth + diff); in growStack()
430 public int getStackDepth() { return stackDepth; } in getStackDepth()
440 stackDepth = depth; in setStackDepth()
441 if (stackDepth > maxStack) in setStackDepth()
442 maxStack = stackDepth; in setStackDepth()
/external/webkit/Source/JavaScriptCore/parser/
DSyntaxChecker.h232 void appendUnaryToken(int& stackDepth, int tok, int) { stackDepth = 1; m_topUnaryToken = tok; } in appendUnaryToken() argument
235 void unaryTokenStackRemoveLast(int& stackDepth) { stackDepth = 0; } in unaryTokenStackRemoveLast() argument
/external/webkit/Source/WebCore/bindings/v8/
DSerializedScriptValue.cpp1056 if (stackDepth() != 1) in deserialize()
1063 if (length > stackDepth()) in createArray()
1068 const int depth = stackDepth() - length; in createArray()
1096 if (length > stackDepth()) in initializeObject()
1098 for (unsigned i = stackDepth() - length; i < stackDepth(); i += 2) { in initializeObject()
1126 unsigned stackDepth() const { return m_stack.size(); } in stackDepth() function in WebCore::__anoncc1e08680111::Deserializer
/external/webkit/Source/JavaScriptCore/bytecompiler/
DBytecodeGenerator.cpp1133 …or::findScopedProperty(const Identifier& property, int& index, size_t& stackDepth, bool forWriting… in findScopedProperty() argument
1137 stackDepth = 0; in findScopedProperty()
1162 stackDepth = 0; in findScopedProperty()
1168 stackDepth = depth + m_codeBlock->needsFullScopeChain(); in findScopedProperty()
1180 stackDepth = depth + m_codeBlock->needsFullScopeChain(); in findScopedProperty()
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2426321 (WebCore::Deserializer::stackDepth):
26946 (WebCore::Deserializer::stackDepth):
DChangeLog-2010-01-296395 (WebCore::Deserializer::stackDepth):
10165 (WebCore::Deserializer::stackDepth):