Searched defs:stackDepth (Results 1 – 5 of 5) sorted by relevance
76 int stackDepth = -stack[index]; in visitBytecode() local99 int codeLength, int[] stack, int stackDepth, int[] jsrDepth) in processBranch()190 int[] stack, int stackDepth) in checkTarget()
123 private int stackDepth; field in Bytecode
232 void appendUnaryToken(int& stackDepth, int tok, int) { stackDepth = 1; m_topUnaryToken = tok; } in appendUnaryToken() argument235 void unaryTokenStackRemoveLast(int& stackDepth) { stackDepth = 0; } in unaryTokenStackRemoveLast()
1126 unsigned stackDepth() const { return m_stack.size(); } in stackDepth() function in WebCore::__anon1859d50b0111::Deserializer
1133 …erator::findScopedProperty(const Identifier& property, int& index, size_t& stackDepth, bool forWri… in findScopedProperty()